Package | Description |
---|---|
org.elasticsearch.action.admin.indices.stats | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
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.filterCache(boolean filterCache) |
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.idCache(boolean idCache) |
IndicesStatsRequest |
IndicesStatsRequest.indexing(boolean indexing) |
IndicesStatsRequest |
IndicesStatsRequest.merge(boolean merge) |
protected IndicesStatsRequest |
TransportIndicesStatsAction.newRequest() |
IndicesStatsRequest |
IndicesStatsRequest.percolate(boolean percolate) |
IndicesStatsRequest |
IndicesStatsRequest.queryCache(boolean queryCache) |
IndicesStatsRequest |
IndicesStatsRequest.recovery(boolean recovery) |
IndicesStatsRequest |
IndicesStatsRequest.refresh(boolean refresh) |
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,
AtomicReferenceArray shardsResponses,
ClusterState clusterState) |
protected org.elasticsearch.action.admin.indices.stats.TransportIndicesStatsAction.IndexShardStatsRequest |
TransportIndicesStatsAction.newShardRequest(int numShards,
ShardRouting shard,
IndicesStatsRequest request) |
protected GroupShardsIterator |
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.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<IndicesStatsResponse> |
AbstractIndicesAdminClient.stats(IndicesStatsRequest request) |
void |
AbstractIndicesAdminClient.stats(IndicesStatsRequest request,
ActionListener<IndicesStatsResponse> listener) |
Copyright © 2009–2015. All rights reserved.