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 |
IndexShardStats.getTotal() |
CommonStats |
IndexStats.getTotal() |
CommonStats |
IndicesStatsResponse.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–2015. All rights reserved.