public class IndicesExistsAction extends Action<IndicesExistsRequest,IndicesExistsResponse,IndicesExistsRequestBuilder>
| Modifier and Type | Field and Description |
|---|---|
static IndicesExistsAction |
INSTANCE |
static String |
NAME |
| Modifier and Type | Method and Description |
|---|---|
IndicesExistsRequestBuilder |
newRequestBuilder(ElasticsearchClient client)
Creates a new request builder given the client provided as argument
|
IndicesExistsResponse |
newResponse()
Creates a new response instance.
|
equals, hashCode, name, transportOptionspublic static final IndicesExistsAction INSTANCE
public static final String NAME
public IndicesExistsResponse newResponse()
GenericActionnewResponse in class GenericAction<IndicesExistsRequest,IndicesExistsResponse>public IndicesExistsRequestBuilder newRequestBuilder(ElasticsearchClient client)
ActionnewRequestBuilder in class Action<IndicesExistsRequest,IndicesExistsResponse,IndicesExistsRequestBuilder>client - An initialized ElasticsearchClientRequestBuilder instanceCopyright © 2009–2017. All rights reserved.