Class IndexShardUpgradeStatus
java.lang.Object
org.opensearch.action.admin.indices.upgrade.get.IndexShardUpgradeStatus
- All Implemented Interfaces:
Iterable<ShardUpgradeStatus>
@PublicApi(since="1.0.0")
public class IndexShardUpgradeStatus
extends Object
implements Iterable<ShardUpgradeStatus>
Status for an Index Shard Upgrade
- Opensearch.api:
-
Method Details
-
getShardId
public org.opensearch.core.index.shard.ShardId getShardId() -
getAt
-
getShards
-
iterator
- Specified by:
iterator
in interfaceIterable<ShardUpgradeStatus>
-
getTotalBytes
public long getTotalBytes() -
getToUpgradeBytes
public long getToUpgradeBytes() -
getToUpgradeBytesAncient
public long getToUpgradeBytesAncient()
-