Class FsInfo.IoStats

java.lang.Object
org.elasticsearch.monitor.fs.FsInfo.IoStats
All Implemented Interfaces:
Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment
Enclosing class:
FsInfo

public static class FsInfo.IoStats extends Object implements Writeable, org.elasticsearch.common.xcontent.ToXContentFragment
  • 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
    • getDevicesStats

      public FsInfo.DeviceStats[] getDevicesStats()
    • getTotalOperations

      public long getTotalOperations()
    • getTotalReadOperations

      public long getTotalReadOperations()
    • getTotalWriteOperations

      public long getTotalWriteOperations()
    • getTotalReadKilobytes

      public long getTotalReadKilobytes()
    • getTotalWriteKilobytes

      public long getTotalWriteKilobytes()
    • getTotalIOTimeMillis

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