Package | Description |
---|---|
org.elasticsearch.action.admin.cluster.stats | |
org.elasticsearch.action.admin.indices.stats |
Modifier and Type | Method and Description |
---|---|
ShardStats[] |
ClusterStatsNodeResponse.shardsStats() |
Constructor and Description |
---|
ClusterStatsNodeResponse(DiscoveryNode node,
ClusterHealthStatus clusterStatus,
NodeInfo nodeInfo,
NodeStats nodeStats,
ShardStats[] shardsStats) |
Modifier and Type | Method and Description |
---|---|
ShardStats |
IndexShardStats.getAt(int position) |
ShardStats |
IndicesStatsResponse.getAt(int position) |
ShardStats[] |
IndexShardStats.getShards() |
ShardStats[] |
IndexStats.getShards() |
ShardStats[] |
IndicesStatsResponse.getShards() |
protected ShardStats |
TransportIndicesStatsAction.newShardResponse() |
static ShardStats |
ShardStats.readShardStats(StreamInput in) |
protected ShardStats |
TransportIndicesStatsAction.shardOperation(org.elasticsearch.action.admin.indices.stats.TransportIndicesStatsAction.IndexShardStatsRequest request) |
Modifier and Type | Method and Description |
---|---|
Iterator<ShardStats> |
IndexShardStats.iterator() |
Constructor and Description |
---|
IndexShardStats(ShardId shardId,
ShardStats[] shards) |
IndexStats(String index,
ShardStats[] shards) |
Copyright © 2009–2015. All rights reserved.