Class IndexShardUpgradeStatus
- java.lang.Object
-
- org.elasticsearch.action.admin.indices.upgrade.get.IndexShardUpgradeStatus
-
- All Implemented Interfaces:
Iterable<ShardUpgradeStatus>
public class IndexShardUpgradeStatus extends Object implements Iterable<ShardUpgradeStatus>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShardUpgradeStatusgetAt(int i)ShardIdgetShardId()ShardUpgradeStatus[]getShards()longgetTotalBytes()longgetToUpgradeBytes()longgetToUpgradeBytesAncient()Iterator<ShardUpgradeStatus>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
-
getShardId
public ShardId getShardId()
-
getAt
public ShardUpgradeStatus getAt(int i)
-
getShards
public ShardUpgradeStatus[] getShards()
-
iterator
public Iterator<ShardUpgradeStatus> iterator()
- Specified by:
iteratorin interfaceIterable<ShardUpgradeStatus>
-
getTotalBytes
public long getTotalBytes()
-
getToUpgradeBytes
public long getToUpgradeBytes()
-
getToUpgradeBytesAncient
public long getToUpgradeBytesAncient()
-
-