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 Summary
Methods inherited from class oshi.hardware.common.AbstractHWDiskStore
getModel, getName, getSerial, getSize, toString
-
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
-
updateAttributes
public boolean updateAttributes() -
getDisks
Gets the disks on this machine- Returns:
- a list of
HWDiskStoreobjects representing the disks
-