Class ShardUpgradeStatus

All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted

public class ShardUpgradeStatus extends BroadcastShardResponse
  • Constructor Details

    • ShardUpgradeStatus

      public ShardUpgradeStatus(StreamInput in) throws
      Throws:
  • 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
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Specified by:
      writeTo in interface Writeable
      Overrides:
      writeTo in class BroadcastShardResponse
      Throws: