Class UpgradeStatusResponse

All Implemented Interfaces:
Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject, org.elasticsearch.core.RefCounted

public class UpgradeStatusResponse extends BroadcastResponse
  • Method Details

    • getIndices

      public Map<String,​IndexUpgradeStatus> getIndices()
    • writeTo

      public void writeTo(StreamOutput out) throws IOException
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Specified by:
      writeTo in interface Writeable
      Overrides:
      writeTo in class BroadcastResponse
      Throws:
      IOException
    • getTotalBytes

      public long getTotalBytes()
    • getToUpgradeBytes

      public long getToUpgradeBytes()
    • getToUpgradeBytesAncient

      public long getToUpgradeBytesAncient()
    • toXContent

      public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws IOException
      Specified by:
      toXContent in interface org.elasticsearch.common.xcontent.ToXContent
      Overrides:
      toXContent in class BroadcastResponse
      Throws:
      IOException