| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.exists.indices | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
IndicesExistsResponse |
IndicesExistsAction.newResponse() |
protected IndicesExistsResponse |
TransportIndicesExistsAction.newResponse() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2009–2017. All rights reserved.