Uses of Class
org.elasticsearch.action.admin.indices.stats.IndicesStatsResponse
-
Packages that use IndicesStatsResponse Package Description org.elasticsearch.action.admin.indices.stats org.elasticsearch.client org.elasticsearch.cluster -
-
Uses of IndicesStatsResponse in org.elasticsearch.action.admin.indices.stats
Methods in org.elasticsearch.action.admin.indices.stats that return IndicesStatsResponse Modifier and Type Method Description protected IndicesStatsResponseTransportIndicesStatsAction. newResponse(IndicesStatsRequest request, int totalShards, int successfulShards, int failedShards, List<ShardStats> responses, List<DefaultShardOperationFailedException> shardFailures, ClusterState clusterState) -
Uses of IndicesStatsResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return types with arguments of type IndicesStatsResponse Modifier and Type Method Description ActionFuture<IndicesStatsResponse>IndicesAdminClient. stats(IndicesStatsRequest request)Indices stats.Method parameters in org.elasticsearch.client with type arguments of type IndicesStatsResponse Modifier and Type Method Description voidIndicesAdminClient. stats(IndicesStatsRequest request, ActionListener<IndicesStatsResponse> listener)Indices stats. -
Uses of IndicesStatsResponse in org.elasticsearch.cluster
Method parameters in org.elasticsearch.cluster with type arguments of type IndicesStatsResponse Modifier and Type Method Description protected CountDownLatchInternalClusterInfoService. updateIndicesStats(ActionListener<IndicesStatsResponse> listener)Retrieve the latest indices stats, calling the listener when complete
-