Class SolarisHWDiskStore

java.lang.Object
oshi.hardware.common.AbstractHWDiskStore
oshi.hardware.platform.unix.solaris.SolarisHWDiskStore
All Implemented Interfaces:
oshi.hardware.HWDiskStore

@ThreadSafe public final class SolarisHWDiskStore extends oshi.hardware.common.AbstractHWDiskStore
Solaris hard disk implementation.
  • Method Details

    • getReads

      public long getReads()
    • getReadBytes

      public long getReadBytes()
    • getWrites

      public long getWrites()
    • getWriteBytes

      public long getWriteBytes()
    • getCurrentQueueLength

      public long getCurrentQueueLength()
    • getTransferTime

      public long getTransferTime()
    • getTimeStamp

      public long getTimeStamp()
    • getPartitions

      public List<oshi.hardware.HWPartition> getPartitions()
    • updateAttributes

      public boolean updateAttributes()
    • getDisks

      public static List<oshi.hardware.HWDiskStore> getDisks()
      Gets the disks on this machine
      Returns:
      a list of HWDiskStore objects representing the disks