| パッケージ | 説明 |
|---|---|
| org.elasticsearch.action.admin.indices.stats | |
| org.elasticsearch.indices |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
CommonStats.add(CommonStats stats) |
| コンストラクタと説明 |
|---|
ShardStats(ShardRouting routing,
ShardPath shardPath,
CommonStats commonStats,
CommitStats commitStats) |
| コンストラクタと説明 |
|---|
NodeIndicesStats(CommonStats oldStats,
Map<Index,List<IndexShardStats>> statsByShard) |
Copyright © 2009–2016. All rights reserved.