org.elasticsearch.action.admin.indices.refresh
Class RefreshAction

java.lang.Object
  extended by org.elasticsearch.action.GenericAction<Request,Response>
      extended by org.elasticsearch.action.admin.indices.IndicesAction<RefreshRequest,RefreshResponse,RefreshRequestBuilder>
          extended by org.elasticsearch.action.admin.indices.refresh.RefreshAction

public class RefreshAction
extends IndicesAction<RefreshRequest,RefreshResponse,RefreshRequestBuilder>


Field Summary
static RefreshAction INSTANCE
           
static String NAME
           
 
Method Summary
 RefreshRequestBuilder newRequestBuilder(IndicesAdminClient client)
           
 RefreshResponse newResponse()
          Creates a new response instance.
 
Methods inherited from class org.elasticsearch.action.GenericAction
equals, hashCode, name, transportOptions
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final RefreshAction INSTANCE

NAME

public static final String NAME
See Also:
Constant Field Values
Method Detail

newResponse

public RefreshResponse newResponse()
Description copied from class: GenericAction
Creates a new response instance.

Specified by:
newResponse in class GenericAction<RefreshRequest,RefreshResponse>

newRequestBuilder

public RefreshRequestBuilder newRequestBuilder(IndicesAdminClient client)
Specified by:
newRequestBuilder in class IndicesAction<RefreshRequest,RefreshResponse,RefreshRequestBuilder>


Copyright © 2009-2012. All Rights Reserved.