Uses of Class
oshi.driver.windows.perfmon.PhysicalDisk.PhysicalDiskProperty
-
Packages that use PhysicalDisk.PhysicalDiskProperty Package Description oshi.driver.windows.perfmon Provides functions to query counters in windows performance monitor (or WMI counter tables) -
-
Uses of PhysicalDisk.PhysicalDiskProperty in oshi.driver.windows.perfmon
Methods in oshi.driver.windows.perfmon that return PhysicalDisk.PhysicalDiskProperty Modifier and Type Method Description static PhysicalDisk.PhysicalDiskProperty
PhysicalDisk.PhysicalDiskProperty. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PhysicalDisk.PhysicalDiskProperty[]
PhysicalDisk.PhysicalDiskProperty. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in oshi.driver.windows.perfmon that return types with arguments of type PhysicalDisk.PhysicalDiskProperty Modifier and Type Method Description static Pair<java.util.List<java.lang.String>,java.util.Map<PhysicalDisk.PhysicalDiskProperty,java.util.List<java.lang.Long>>>
PhysicalDisk. queryDiskCounters()
Returns physical disk performance counters.
-