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 |
---|---|
protected IndicesStatusRequest |
TransportIndicesStatusAction.newRequest()
Deprecated.
|
IndicesStatusRequest |
IndicesStatusRequest.recovery(boolean recovery)
Deprecated.
Should the status include recovery information.
|
IndicesStatusRequest |
IndicesStatusRequest.snapshot(boolean snapshot)
Deprecated.
Should the status include recovery information.
|
Modifier and Type | Method and Description |
---|---|
protected ClusterBlockException |
TransportIndicesStatusAction.checkGlobalBlock(ClusterState state,
IndicesStatusRequest request)
Deprecated.
|
protected ClusterBlockException |
TransportIndicesStatusAction.checkRequestBlock(ClusterState state,
IndicesStatusRequest countRequest,
String[] concreteIndices)
Deprecated.
|
protected IndicesStatusResponse |
TransportIndicesStatusAction.newResponse(IndicesStatusRequest request,
AtomicReferenceArray shardsResponses,
ClusterState clusterState)
Deprecated.
|
protected org.elasticsearch.action.admin.indices.status.TransportIndicesStatusAction.IndexShardStatusRequest |
TransportIndicesStatusAction.newShardRequest(int numShards,
ShardRouting shard,
IndicesStatusRequest request)
Deprecated.
|
protected GroupShardsIterator |
TransportIndicesStatusAction.shards(ClusterState state,
IndicesStatusRequest request,
String[] concreteIndices)
Deprecated.
Status goes across *all* shards.
|
Modifier and Type | Method and Description |
---|---|
static IndicesStatusRequest |
Requests.indicesStatusRequest(String... indices)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<IndicesStatusResponse> |
IndicesAdminClient.status(IndicesStatusRequest request)
Deprecated.
|
void |
IndicesAdminClient.status(IndicesStatusRequest request,
ActionListener<IndicesStatusResponse> listener)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<IndicesStatusResponse> |
AbstractIndicesAdminClient.status(IndicesStatusRequest request) |
void |
AbstractIndicesAdminClient.status(IndicesStatusRequest request,
ActionListener<IndicesStatusResponse> listener) |
Copyright © 2009–2015. All rights reserved.