public class IndexStats extends Object implements Iterable<IndexShardStats>
| Constructor and Description |
|---|
IndexStats(String index,
ShardStats[] shards) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIndex() |
Map<Integer,IndexShardStats> |
getIndexShards() |
CommonStats |
getPrimaries() |
ShardStats[] |
getShards() |
CommonStats |
getTotal() |
Iterator<IndexShardStats> |
iterator() |
public IndexStats(String index, ShardStats[] shards)
public String getIndex()
public ShardStats[] getShards()
public Map<Integer,IndexShardStats> getIndexShards()
public Iterator<IndexShardStats> iterator()
iterator in interface Iterable<IndexShardStats>public CommonStats getTotal()
public CommonStats getPrimaries()
Copyright © 2009–2017. All rights reserved.