Uses of Class
oshi.hardware.common.platform.windows.WindowsHWDiskStore.DiskStats
Packages that use WindowsHWDiskStore.DiskStats
Package
Description
Provides common implementations for Windows hardware information shared between JNA and FFM implementations.
-
Uses of WindowsHWDiskStore.DiskStats in oshi.hardware.common.platform.windows
Methods in oshi.hardware.common.platform.windows that return WindowsHWDiskStore.DiskStatsModifier 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.protected abstract WindowsHWDiskStore.DiskStatsWindowsHWDiskStore.queryReadWriteStats(String index) Queries performance counter data for disk read/write stats.Methods in oshi.hardware.common.platform.windows with parameters of type WindowsHWDiskStore.DiskStatsModifier and TypeMethodDescriptionprotected voidWindowsHWDiskStore.setDiskStats(WindowsHWDiskStore.DiskStats stats, String index) Sets all disk statistics from a DiskStats object for the given index.