org.elasticsearch.action.admin.indices.exists
Class IndicesExistsAction

java.lang.Object
  extended by org.elasticsearch.action.GenericAction<Request,Response>
      extended by org.elasticsearch.action.admin.indices.IndicesAction<IndicesExistsRequest,IndicesExistsResponse,IndicesExistsRequestBuilder>
          extended by org.elasticsearch.action.admin.indices.exists.IndicesExistsAction

public class IndicesExistsAction
extends IndicesAction<IndicesExistsRequest,IndicesExistsResponse,IndicesExistsRequestBuilder>


Field Summary
static IndicesExistsAction INSTANCE
           
static String NAME
           
 
Method Summary
 IndicesExistsRequestBuilder newRequestBuilder(IndicesAdminClient client)
           
 IndicesExistsResponse 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 IndicesExistsAction INSTANCE

NAME

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

newResponse

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

Specified by:
newResponse in class GenericAction<IndicesExistsRequest,IndicesExistsResponse>

newRequestBuilder

public IndicesExistsRequestBuilder newRequestBuilder(IndicesAdminClient client)
Specified by:
newRequestBuilder in class IndicesAction<IndicesExistsRequest,IndicesExistsResponse,IndicesExistsRequestBuilder>


Copyright © 2009-2012. All Rights Reserved.