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 Details

    • getShardId

      public ShardId getShardId()
    • getAt

      public ShardUpgradeStatus getAt​(int i)
    • getShards

      public ShardUpgradeStatus[] getShards()
    • iterator

      public java.util.Iterator<ShardUpgradeStatus> iterator()
      Specified by:
      iterator in interface java.lang.Iterable<ShardUpgradeStatus>
    • getTotalBytes

      public long getTotalBytes()
    • getToUpgradeBytes

      public long getToUpgradeBytes()
    • getToUpgradeBytesAncient

      public long getToUpgradeBytesAncient()