Class IndexUpgradeStatus

org.elasticsearch.action.admin.indices.upgrade.get.IndexUpgradeStatus
All Implemented Interfaces:
<IndexShardUpgradeStatus>

public class IndexUpgradeStatus extends implements <IndexShardUpgradeStatus>
  • Method Details

    • getIndex

      public  getIndex()
    • getShards

      public <,​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 <IndexShardUpgradeStatus> iterator()
      Specified by:
       in interface <IndexShardUpgradeStatus>
    • getTotalBytes

      public long getTotalBytes()
    • getToUpgradeBytes

      public long getToUpgradeBytes()
    • getToUpgradeBytesAncient

      public long getToUpgradeBytesAncient()