Class IndexUpgradeStatus
- java.lang.Object
-
- org.elasticsearch.action.admin.indices.upgrade.get.IndexUpgradeStatus
-
- All Implemented Interfaces:
Iterable<IndexShardUpgradeStatus>
public class IndexUpgradeStatus extends Object implements Iterable<IndexShardUpgradeStatus>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIndex()Map<Integer,IndexShardUpgradeStatus>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).longgetTotalBytes()longgetToUpgradeBytes()longgetToUpgradeBytesAncient()Iterator<IndexShardUpgradeStatus>iterator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
getIndex
public String getIndex()
-
getShards
public Map<Integer,IndexShardUpgradeStatus> 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
public Iterator<IndexShardUpgradeStatus> iterator()
- Specified by:
iteratorin interfaceIterable<IndexShardUpgradeStatus>
-
getTotalBytes
public long getTotalBytes()
-
getToUpgradeBytes
public long getToUpgradeBytes()
-
getToUpgradeBytesAncient
public long getToUpgradeBytesAncient()
-
-