Package | Description |
---|---|
org.elasticsearch.action.admin.indices.exists.indices | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
IndicesExistsResponse |
IndicesExistsAction.newResponse() |
protected IndicesExistsResponse |
TransportIndicesExistsAction.newResponse() |
Modifier and Type | Method and Description |
---|---|
protected void |
IndicesExistsRequestBuilder.doExecute(ActionListener<IndicesExistsResponse> listener) |
protected void |
TransportIndicesExistsAction.masterOperation(IndicesExistsRequest request,
ClusterState state,
ActionListener<IndicesExistsResponse> listener) |
Modifier and Type | Method and Description |
---|---|
ActionFuture<IndicesExistsResponse> |
IndicesAdminClient.exists(IndicesExistsRequest request)
Indices Exists.
|
Modifier and Type | Method and Description |
---|---|
void |
IndicesAdminClient.exists(IndicesExistsRequest request,
ActionListener<IndicesExistsResponse> listener)
The status of one or more indices.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<IndicesExistsResponse> |
AbstractIndicesAdminClient.exists(IndicesExistsRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractIndicesAdminClient.exists(IndicesExistsRequest request,
ActionListener<IndicesExistsResponse> listener) |
Copyright © 2009–2015. All rights reserved.