Class SolarisDisks
java.lang.Object
oshi.hardware.platform.unix.solaris.SolarisDisks
@ThreadSafe public final class SolarisDisks extends java.lang.Object
Solaris hard disk implementation.
-
Method Summary
Modifier and Type Method Description static HWDiskStore[]getDisks()Gets the disks on this machinestatic booleanupdateDiskStats(HWDiskStore diskStore)Updates the statistics on a disk store.
-
Method Details
-
updateDiskStats
Updates the statistics on a disk store.- Parameters:
diskStore- theHWDiskStoreto update.- Returns:
trueif the update was (probably) successful.
-
getDisks
Gets the disks on this machine- Returns:
- an array of
HWDiskStoreobjects representing the disks
-