Uses of Class
org.elasticsearch.action.admin.indices.stats.ShardStats
-
Packages that use ShardStats Package Description org.elasticsearch.action.admin.cluster.stats org.elasticsearch.action.admin.indices.stats -
-
Uses of ShardStats in org.elasticsearch.action.admin.cluster.stats
Methods in org.elasticsearch.action.admin.cluster.stats that return ShardStats Modifier and Type Method Description ShardStats[]ClusterStatsNodeResponse. shardsStats()Constructors in org.elasticsearch.action.admin.cluster.stats with parameters of type ShardStats Constructor Description ClusterStatsNodeResponse(DiscoveryNode node, ClusterHealthStatus clusterStatus, NodeInfo nodeInfo, NodeStats nodeStats, ShardStats[] shardsStats) -
Uses of ShardStats in org.elasticsearch.action.admin.indices.stats
Methods in org.elasticsearch.action.admin.indices.stats that return ShardStats Modifier and Type Method Description ShardStatsIndexShardStats. getAt(int position)ShardStatsIndicesStatsResponse. getAt(int position)ShardStats[]IndexShardStats. getShards()ShardStats[]IndexStats. getShards()ShardStats[]IndicesStatsResponse. getShards()protected ShardStatsTransportIndicesStatsAction. readShardResult(StreamInput in)protected ShardStatsTransportIndicesStatsAction. shardOperation(IndicesStatsRequest request, ShardRouting shardRouting)Methods in org.elasticsearch.action.admin.indices.stats that return types with arguments of type ShardStats Modifier and Type Method Description Map<ShardRouting,ShardStats>IndicesStatsResponse. asMap()Iterator<ShardStats>IndexShardStats. iterator()Methods in org.elasticsearch.action.admin.indices.stats with parameters of type ShardStats Modifier and Type Method Description IndexStats.IndexStatsBuilderIndexStats.IndexStatsBuilder. add(ShardStats shardStats)Method parameters in org.elasticsearch.action.admin.indices.stats with type arguments of type ShardStats Modifier and Type Method Description protected IndicesStatsResponseTransportIndicesStatsAction. newResponse(IndicesStatsRequest request, int totalShards, int successfulShards, int failedShards, List<ShardStats> responses, List<DefaultShardOperationFailedException> shardFailures, ClusterState clusterState)Constructors in org.elasticsearch.action.admin.indices.stats with parameters of type ShardStats Constructor Description IndexShardStats(ShardId shardId, ShardStats[] shards)IndexStats(String index, String uuid, ShardStats[] shards)
-