Class IndicesExistsAction
- java.lang.Object
-
- org.elasticsearch.action.GenericAction<Request,Response>
-
- org.elasticsearch.action.Action<IndicesExistsRequest,IndicesExistsResponse,IndicesExistsRequestBuilder>
-
- org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsAction
-
public class IndicesExistsAction extends Action<IndicesExistsRequest,IndicesExistsResponse,IndicesExistsRequestBuilder>
-
-
Field Summary
Fields Modifier and Type Field Description static IndicesExistsActionINSTANCEstatic java.lang.StringNAME
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndicesExistsRequestBuildernewRequestBuilder(ElasticsearchClient client)Creates a new request builder given the client provided as argumentIndicesExistsResponsenewResponse()Creates a new response instance.-
Methods inherited from class org.elasticsearch.action.GenericAction
equals, getResponseReader, hashCode, name, transportOptions
-
-
-
-
Field Detail
-
INSTANCE
public static final IndicesExistsAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
newResponse
public IndicesExistsResponse newResponse()
Description copied from class:GenericActionCreates a new response instance.- Specified by:
newResponsein classGenericAction<IndicesExistsRequest,IndicesExistsResponse>
-
newRequestBuilder
public IndicesExistsRequestBuilder newRequestBuilder(ElasticsearchClient client)
Description copied from class:ActionCreates a new request builder given the client provided as argument- Specified by:
newRequestBuilderin classAction<IndicesExistsRequest,IndicesExistsResponse,IndicesExistsRequestBuilder>
-
-