| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.stats | |
| org.elasticsearch.indices |
| Modifier and Type | Method and Description |
|---|---|
CommonStats |
IndexStats.getPrimaries() |
CommonStats |
IndicesStatsResponse.getPrimaries() |
CommonStats |
IndexShardStats.getPrimary() |
CommonStats |
ShardStats.getStats() |
CommonStats |
IndexStats.getTotal() |
CommonStats |
IndicesStatsResponse.getTotal() |
CommonStats |
IndexShardStats.getTotal() |
static CommonStats |
CommonStats.readCommonStats(StreamInput in) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommonStats.add(CommonStats stats) |
| Constructor and Description |
|---|
ShardStats(ShardRouting routing,
ShardPath shardPath,
CommonStats commonStats,
CommitStats commitStats) |
| Constructor and Description |
|---|
NodeIndicesStats(CommonStats oldStats,
Map<Index,List<IndexShardStats>> statsByShard) |
Copyright © 2009–2017. All rights reserved.