Package | Description |
---|---|
org.elasticsearch.action.admin.indices.stats | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support | |
org.elasticsearch.cluster |
Modifier and Type | Method and Description |
---|---|
IndicesStatsResponse |
IndicesStatsAction.newResponse() |
protected IndicesStatsResponse |
TransportIndicesStatsAction.newResponse(IndicesStatsRequest request,
AtomicReferenceArray shardsResponses,
ClusterState clusterState) |
Modifier and Type | Method and Description |
---|---|
protected void |
IndicesStatsRequestBuilder.doExecute(ActionListener<IndicesStatsResponse> listener) |
Modifier and Type | Method and Description |
---|---|
ActionFuture<IndicesStatsResponse> |
IndicesAdminClient.stats(IndicesStatsRequest request)
Indices stats.
|
Modifier and Type | Method and Description |
---|---|
void |
IndicesAdminClient.stats(IndicesStatsRequest request,
ActionListener<IndicesStatsResponse> listener)
Indices stats.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<IndicesStatsResponse> |
AbstractIndicesAdminClient.stats(IndicesStatsRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractIndicesAdminClient.stats(IndicesStatsRequest request,
ActionListener<IndicesStatsResponse> listener) |
Modifier and Type | Method and Description |
---|---|
protected CountDownLatch |
InternalClusterInfoService.updateIndicesStats(ActionListener<IndicesStatsResponse> listener)
Retrieve the latest indices stats, calling the listener when complete
|
Copyright © 2009–2015. All rights reserved.