| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.stats | |
| org.elasticsearch.indices |
| Modifier and Type | Method and Description |
|---|---|
CommonStats |
IndicesStatsResponse.getPrimaries() |
CommonStats |
IndexStats.getPrimaries() |
CommonStats |
IndexShardStats.getPrimary() |
CommonStats |
ShardStats.getStats() |
CommonStats |
IndicesStatsResponse.getTotal() |
CommonStats |
IndexStats.getTotal() |
CommonStats |
IndexShardStats.getTotal() |
static CommonStats |
CommonStats.readCommonStats(StreamInput in) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<ShardRouting,CommonStats> |
IndicesStatsResponse.asMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommonStats.add(CommonStats stats) |
| Constructor and Description |
|---|
NodeIndicesStats(CommonStats oldStats,
Map<Index,List<IndexShardStats>> statsByShard) |
Copyright © 2009–2016. All rights reserved.