Class IndexDiskUsageStats.PerFieldDiskUsage

java.lang.Object
org.elasticsearch.action.admin.indices.diskusage.IndexDiskUsageStats.PerFieldDiskUsage
All Implemented Interfaces:
Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment
Enclosing class:
IndexDiskUsageStats

public static final class IndexDiskUsageStats.PerFieldDiskUsage extends Object implements org.elasticsearch.common.xcontent.ToXContentFragment, Writeable
Disk usage stats for a single field
  • 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
    • getInvertedIndexBytes

      public long getInvertedIndexBytes()
    • getStoredFieldBytes

      public long getStoredFieldBytes()
    • getDocValuesBytes

      public long getDocValuesBytes()
    • getPointsBytes

      public long getPointsBytes()
    • getNormsBytes

      public long getNormsBytes()
    • getTermVectorsBytes

      public long getTermVectorsBytes()
    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object