Package | Description |
---|---|
org.elasticsearch.action.admin.indices.status | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
IndicesStatusResponse |
IndicesStatusAction.newResponse()
Deprecated.
|
protected IndicesStatusResponse |
TransportIndicesStatusAction.newResponse(IndicesStatusRequest request,
AtomicReferenceArray shardsResponses,
ClusterState clusterState)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IndicesStatusRequestBuilder.doExecute(ActionListener<IndicesStatusResponse> listener)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<IndicesStatusResponse> |
IndicesAdminClient.status(IndicesStatusRequest request)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
IndicesAdminClient.status(IndicesStatusRequest request,
ActionListener<IndicesStatusResponse> listener)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<IndicesStatusResponse> |
AbstractIndicesAdminClient.status(IndicesStatusRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractIndicesAdminClient.status(IndicesStatusRequest request,
ActionListener<IndicesStatusResponse> listener) |
Copyright © 2009–2015. All rights reserved.