Uses of Enum Class
oshi.driver.common.windows.perfmon.PhysicalDisk.PhysicalDiskProperty
Packages that use PhysicalDisk.PhysicalDiskProperty
Package
Description
Provides common Windows performance monitor constants and definitions shared between JNA and FFM implementations.
Provides common implementations for Windows hardware information shared between JNA and FFM implementations.
-
Uses of PhysicalDisk.PhysicalDiskProperty in oshi.driver.common.windows.perfmon
Subclasses with type arguments of type PhysicalDisk.PhysicalDiskProperty in oshi.driver.common.windows.perfmonModifier and TypeClassDescriptionstatic enumPhysical Disk performance counters.Methods in oshi.driver.common.windows.perfmon that return PhysicalDisk.PhysicalDiskPropertyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PhysicalDisk.PhysicalDiskProperty[]PhysicalDisk.PhysicalDiskProperty.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in oshi.driver.common.windows.perfmon that return types with arguments of type PhysicalDisk.PhysicalDiskPropertyModifier and TypeMethodDescriptionPhysicalDisk.queryDiskCounters(PerfCounterQueryExecutor executor) Returns physical disk performance counters. -
Uses of PhysicalDisk.PhysicalDiskProperty in oshi.hardware.common.platform.windows
Method parameters in oshi.hardware.common.platform.windows with type arguments of type PhysicalDisk.PhysicalDiskPropertyModifier and TypeMethodDescriptionprotected static WindowsHWDiskStore.DiskStatsWindowsHWDiskStore.populateDiskStats(String index, Pair<List<String>, Map<PhysicalDisk.PhysicalDiskProperty, List<Long>>> instanceValuePair) Populates a DiskStats object from performance counter data.