Class WindowsHWDiskStore.DiskStats

java.lang.Object
oshi.hardware.common.platform.windows.WindowsHWDiskStore.DiskStats
Enclosing class:
WindowsHWDiskStore

protected static final class WindowsHWDiskStore.DiskStats extends Object
Maps to store read/write bytes per drive index
  • Constructor Details

    • DiskStats

      public DiskStats()
  • Method Details

    • getReadMap

      public Map<String,Long> getReadMap()
    • getReadByteMap

      public Map<String,Long> getReadByteMap()
    • getWriteMap

      public Map<String,Long> getWriteMap()
    • getWriteByteMap

      public Map<String,Long> getWriteByteMap()
    • getQueueLengthMap

      public Map<String,Long> getQueueLengthMap()
    • getDiskTimeMap

      public Map<String,Long> getDiskTimeMap()
    • getTimeStamp

      public long getTimeStamp()
    • setTimeStamp

      public void setTimeStamp(long timeStamp)