Uses of Class
org.elasticsearch.action.admin.indices.stats.IndicesStatsRequest
-
Packages that use IndicesStatsRequest Package Description org.elasticsearch.action.admin.indices.stats org.elasticsearch.client -
-
Uses of IndicesStatsRequest in org.elasticsearch.action.admin.indices.stats
Methods in org.elasticsearch.action.admin.indices.stats that return IndicesStatsRequest Modifier and Type Method Description IndicesStatsRequestIndicesStatsRequest. all()Sets all flags to return all stats.IndicesStatsRequestIndicesStatsRequest. clear()Clears all stats.IndicesStatsRequestIndicesStatsRequest. completion(boolean completion)IndicesStatsRequestIndicesStatsRequest. completionFields(String... completionDataFields)IndicesStatsRequestIndicesStatsRequest. docs(boolean docs)IndicesStatsRequestIndicesStatsRequest. fieldData(boolean fieldData)IndicesStatsRequestIndicesStatsRequest. fieldDataFields(String... fieldDataFields)IndicesStatsRequestIndicesStatsRequest. flags(CommonStatsFlags flags)Sets the underlying stats flags.IndicesStatsRequestIndicesStatsRequest. flush(boolean flush)IndicesStatsRequestIndicesStatsRequest. get(boolean get)IndicesStatsRequestIndicesStatsRequest. groups(String... groups)Sets specific search group stats to retrieve the stats for.IndicesStatsRequestIndicesStatsRequest. includeSegmentFileSizes(boolean includeSegmentFileSizes)IndicesStatsRequestIndicesStatsRequest. includeUnloadedSegments(boolean includeUnloadedSegments)IndicesStatsRequestIndicesStatsRequest. indexing(boolean indexing)IndicesStatsRequestIndicesStatsRequest. merge(boolean merge)IndicesStatsRequestIndicesStatsRequest. queryCache(boolean queryCache)protected IndicesStatsRequestTransportIndicesStatsAction. readRequestFrom(StreamInput in)IndicesStatsRequestIndicesStatsRequest. recovery(boolean recovery)IndicesStatsRequestIndicesStatsRequest. refresh(boolean refresh)IndicesStatsRequestIndicesStatsRequest. requestCache(boolean requestCache)IndicesStatsRequestIndicesStatsRequest. search(boolean search)IndicesStatsRequestIndicesStatsRequest. segments(boolean segments)IndicesStatsRequestIndicesStatsRequest. store(boolean store)IndicesStatsRequestIndicesStatsRequest. translog(boolean translog)IndicesStatsRequestIndicesStatsRequest. types(String... types)Document types to return stats for.IndicesStatsRequestIndicesStatsRequest. warmer(boolean warmer)Methods in org.elasticsearch.action.admin.indices.stats with parameters of type IndicesStatsRequest Modifier and Type Method Description protected ClusterBlockExceptionTransportIndicesStatsAction. checkGlobalBlock(ClusterState state, IndicesStatsRequest request)protected ClusterBlockExceptionTransportIndicesStatsAction. checkRequestBlock(ClusterState state, IndicesStatsRequest request, String[] concreteIndices)protected IndicesStatsResponseTransportIndicesStatsAction. newResponse(IndicesStatsRequest request, int totalShards, int successfulShards, int failedShards, List<ShardStats> responses, List<DefaultShardOperationFailedException> shardFailures, ClusterState clusterState)protected ShardStatsTransportIndicesStatsAction. shardOperation(IndicesStatsRequest request, ShardRouting shardRouting)protected ShardsIteratorTransportIndicesStatsAction. shards(ClusterState clusterState, IndicesStatsRequest request, String[] concreteIndices)Status goes across *all* shards. -
Uses of IndicesStatsRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type IndicesStatsRequest Modifier and Type Method Description ActionFuture<IndicesStatsResponse>IndicesAdminClient. stats(IndicesStatsRequest request)Indices stats.voidIndicesAdminClient. stats(IndicesStatsRequest request, ActionListener<IndicesStatsResponse> listener)Indices stats.
-