Class IndexUpgradeStatus
java.lang.Object
org.elasticsearch.action.admin.indices.upgrade.get.IndexUpgradeStatus
- All Implemented Interfaces:
Iterable<IndexShardUpgradeStatus>
-
Method Details
-
getIndex
-
getShards
A shard id to index shard upgrade status map (note, index shard upgrade status is the replication shard group that maps to the shard id). -
iterator
- Specified by:
iterator
in interfaceIterable<IndexShardUpgradeStatus>
-
getTotalBytes
public long getTotalBytes() -
getToUpgradeBytes
public long getToUpgradeBytes() -
getToUpgradeBytesAncient
public long getToUpgradeBytesAncient()
-