Class ShardUpgradeStatus

All Implemented Interfaces:
Writeable, org.elasticsearch.common.util.concurrent.RefCounted

public class ShardUpgradeStatus
extends BroadcastShardResponse
  • Constructor Details

    • ShardUpgradeStatus

      public ShardUpgradeStatus​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details

    • getShardRouting

      public ShardRouting getShardRouting()
    • getTotalBytes

      public long getTotalBytes()
    • getToUpgradeBytes

      public long getToUpgradeBytes()
    • getToUpgradeBytesAncient

      public long getToUpgradeBytesAncient()
    • writeTo

      public void writeTo​(StreamOutput out) throws java.io.IOException
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Specified by:
      writeTo in interface Writeable
      Overrides:
      writeTo in class BroadcastShardResponse
      Throws:
      java.io.IOException