Class DiskUsage

java.lang.Object
org.elasticsearch.cluster.DiskUsage
All Implemented Interfaces:
Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

public class DiskUsage extends Object implements org.elasticsearch.common.xcontent.ToXContentFragment, Writeable
Encapsulation class used to represent the amount of disk used on a node.
  • Constructor Details

  • Method Details

    • writeTo

      public void writeTo(StreamOutput out) throws IOException
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Specified by:
      writeTo in interface Writeable
      Throws:
      IOException
    • 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
      Throws:
      IOException
    • getNodeId

      public String getNodeId()
    • getNodeName

      public String getNodeName()
    • getPath

      public String getPath()
    • getFreeDiskAsPercentage

      public double getFreeDiskAsPercentage()
    • getUsedDiskAsPercentage

      public double getUsedDiskAsPercentage()
    • getFreeBytes

      public long getFreeBytes()
    • getTotalBytes

      public long getTotalBytes()
    • getUsedBytes

      public long getUsedBytes()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object