Uses of Enum Class
oshi.driver.common.windows.perfmon.PagingFile.PagingPercentProperty
Packages that use PagingFile.PagingPercentProperty
Package
Description
Provides common Windows performance monitor constants and definitions shared between JNA and FFM implementations.
-
Uses of PagingFile.PagingPercentProperty in oshi.driver.common.windows.perfmon
Subclasses with type arguments of type PagingFile.PagingPercentProperty in oshi.driver.common.windows.perfmonModifier and TypeClassDescriptionstatic enumFor swap file usageMethods in oshi.driver.common.windows.perfmon that return PagingFile.PagingPercentPropertyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PagingFile.PagingPercentProperty[]PagingFile.PagingPercentProperty.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 PagingFile.PagingPercentPropertyModifier and TypeMethodDescriptionstatic Map<PagingFile.PagingPercentProperty, Long> PagingFile.querySwapUsed(PerfCounterQueryExecutor executor) Returns paging file usage counters.