Class FsInfo.DeviceStats

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

public static class FsInfo.DeviceStats extends Object implements Writeable, ToXContentFragment
  • Constructor Details

    • DeviceStats

      public DeviceStats(int majorDeviceNumber, int minorDeviceNumber, String deviceName, long currentReadsCompleted, long currentSectorsRead, long currentWritesCompleted, long currentSectorsWritten, long currentIOTime, FsInfo.DeviceStats previousDeviceStats)
    • DeviceStats

      public DeviceStats(StreamInput in) throws IOException
      Throws:
      IOException
  • Method Details