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