org.elasticsearch.action.admin.indices.close
Class CloseIndexAction

java.lang.Object
  extended by org.elasticsearch.action.GenericAction<Request,Response>
      extended by org.elasticsearch.action.admin.indices.IndicesAction<CloseIndexRequest,CloseIndexResponse,CloseIndexRequestBuilder>
          extended by org.elasticsearch.action.admin.indices.close.CloseIndexAction

public class CloseIndexAction
extends IndicesAction<CloseIndexRequest,CloseIndexResponse,CloseIndexRequestBuilder>


Field Summary
static CloseIndexAction INSTANCE
           
static String NAME
           
 
Method Summary
 CloseIndexRequestBuilder newRequestBuilder(IndicesAdminClient client)
           
 CloseIndexResponse 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 CloseIndexAction INSTANCE

NAME

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

newResponse

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

Specified by:
newResponse in class GenericAction<CloseIndexRequest,CloseIndexResponse>

newRequestBuilder

public CloseIndexRequestBuilder newRequestBuilder(IndicesAdminClient client)
Specified by:
newRequestBuilder in class IndicesAction<CloseIndexRequest,CloseIndexResponse,CloseIndexRequestBuilder>


Copyright © 2009-2012. All Rights Reserved.