| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.stats | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
IndicesStatsRequest |
IndicesStatsRequest.all()
Sets all flags to return all stats.
|
IndicesStatsRequest |
IndicesStatsRequest.clear()
Clears all stats.
|
IndicesStatsRequest |
IndicesStatsRequest.completion(boolean completion) |
IndicesStatsRequest |
IndicesStatsRequest.completionFields(String... completionDataFields) |
IndicesStatsRequest |
IndicesStatsRequest.docs(boolean docs) |
IndicesStatsRequest |
IndicesStatsRequest.fieldData(boolean fieldData) |
IndicesStatsRequest |
IndicesStatsRequest.fieldDataFields(String... fieldDataFields) |
IndicesStatsRequest |
IndicesStatsRequest.flush(boolean flush) |
IndicesStatsRequest |
IndicesStatsRequest.get(boolean get) |
IndicesStatsRequest |
IndicesStatsRequest.groups(String... groups)
Sets specific search group stats to retrieve the stats for.
|
IndicesStatsRequest |
IndicesStatsRequest.indexing(boolean indexing) |
IndicesStatsRequest |
IndicesStatsRequest.merge(boolean merge) |
IndicesStatsRequest |
IndicesStatsRequest.percolate(boolean percolate) |
IndicesStatsRequest |
IndicesStatsRequest.queryCache(boolean queryCache) |
protected IndicesStatsRequest |
TransportIndicesStatsAction.readRequestFrom(StreamInput in) |
IndicesStatsRequest |
IndicesStatsRequest.recovery(boolean recovery) |
IndicesStatsRequest |
IndicesStatsRequest.refresh(boolean refresh) |
IndicesStatsRequest |
IndicesStatsRequest.requestCache(boolean requestCache) |
IndicesStatsRequest |
IndicesStatsRequest.search(boolean search) |
IndicesStatsRequest |
IndicesStatsRequest.segments(boolean segments) |
IndicesStatsRequest |
IndicesStatsRequest.store(boolean store) |
IndicesStatsRequest |
IndicesStatsRequest.suggest(boolean suggest) |
IndicesStatsRequest |
IndicesStatsRequest.translog(boolean translog) |
IndicesStatsRequest |
IndicesStatsRequest.types(String... types)
Document types to return stats for.
|
IndicesStatsRequest |
IndicesStatsRequest.warmer(boolean warmer) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportIndicesStatsAction.checkGlobalBlock(ClusterState state,
IndicesStatsRequest request) |
protected ClusterBlockException |
TransportIndicesStatsAction.checkRequestBlock(ClusterState state,
IndicesStatsRequest request,
String[] concreteIndices) |
protected IndicesStatsResponse |
TransportIndicesStatsAction.newResponse(IndicesStatsRequest request,
int totalShards,
int successfulShards,
int failedShards,
List<ShardStats> responses,
List<ShardOperationFailedException> shardFailures,
ClusterState clusterState) |
protected ShardStats |
TransportIndicesStatsAction.shardOperation(IndicesStatsRequest request,
ShardRouting shardRouting) |
protected ShardsIterator |
TransportIndicesStatsAction.shards(ClusterState clusterState,
IndicesStatsRequest request,
String[] concreteIndices)
Status goes across *all* shards.
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<IndicesStatsResponse> |
IndicesAdminClient.stats(IndicesStatsRequest request)
Indices stats.
|
void |
IndicesAdminClient.stats(IndicesStatsRequest request,
ActionListener<IndicesStatsResponse> listener)
Indices stats.
|
Copyright © 2009–2017. All rights reserved.