org.elasticsearch.action.admin.indices.open
Class OpenIndexAction

java.lang.Object
  extended by org.elasticsearch.action.GenericAction<Request,Response>
      extended by org.elasticsearch.action.admin.indices.IndicesAction<OpenIndexRequest,OpenIndexResponse,OpenIndexRequestBuilder>
          extended by org.elasticsearch.action.admin.indices.open.OpenIndexAction

public class OpenIndexAction
extends IndicesAction<OpenIndexRequest,OpenIndexResponse,OpenIndexRequestBuilder>


Field Summary
static OpenIndexAction INSTANCE
           
static String NAME
           
 
Method Summary
 OpenIndexRequestBuilder newRequestBuilder(IndicesAdminClient client)
           
 OpenIndexResponse 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 OpenIndexAction INSTANCE

NAME

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

newResponse

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

Specified by:
newResponse in class GenericAction<OpenIndexRequest,OpenIndexResponse>

newRequestBuilder

public OpenIndexRequestBuilder newRequestBuilder(IndicesAdminClient client)
Specified by:
newRequestBuilder in class IndicesAction<OpenIndexRequest,OpenIndexResponse,OpenIndexRequestBuilder>


Copyright © 2009-2012. All Rights Reserved.