Uses of Enum Class
oshi.driver.common.windows.perfmon.MemoryInformation.PageSwapProperty
Packages that use MemoryInformation.PageSwapProperty
Package
Description
Provides common Windows performance monitor constants and definitions shared between JNA and FFM implementations.
-
Uses of MemoryInformation.PageSwapProperty in oshi.driver.common.windows.perfmon
Subclasses with type arguments of type MemoryInformation.PageSwapProperty in oshi.driver.common.windows.perfmonMethods in oshi.driver.common.windows.perfmon that return MemoryInformation.PageSwapPropertyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MemoryInformation.PageSwapProperty[]MemoryInformation.PageSwapProperty.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 MemoryInformation.PageSwapPropertyModifier and TypeMethodDescriptionstatic Map<MemoryInformation.PageSwapProperty, Long> MemoryInformation.queryPageSwaps(PerfCounterQueryExecutor executor) Returns page swap counters.