| 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 |
IndicesStatsResponse.getAt(int position) |
ShardStats |
IndexShardStats.getAt(int position) |
ShardStats[] |
IndexStats.getShards() |
ShardStats[] |
IndicesStatsResponse.getShards() |
ShardStats[] |
IndexShardStats.getShards() |
protected ShardStats |
TransportIndicesStatsAction.readShardResult(StreamInput in) |
static ShardStats |
ShardStats.readShardStats(StreamInput in) |
protected ShardStats |
TransportIndicesStatsAction.shardOperation(IndicesStatsRequest request,
ShardRouting shardRouting) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<ShardRouting,ShardStats> |
IndicesStatsResponse.asMap() |
Iterator<ShardStats> |
IndexShardStats.iterator() |
| Modifier and Type | Method and Description |
|---|---|
protected IndicesStatsResponse |
TransportIndicesStatsAction.newResponse(IndicesStatsRequest request,
int totalShards,
int successfulShards,
int failedShards,
List<ShardStats> responses,
List<ShardOperationFailedException> shardFailures,
ClusterState clusterState) |
| Constructor and Description |
|---|
IndexShardStats(ShardId shardId,
ShardStats[] shards) |
IndexStats(String index,
ShardStats[] shards) |
Copyright © 2009–2017. All rights reserved.