public static enum WindowsVirtualMemory.PageSwapProperty extends Enum<WindowsVirtualMemory.PageSwapProperty> implements PerfCounterQuery.PdhCounterProperty
| Enum Constant and Description |
|---|
PAGESINPUTPERSEC |
PAGESOUTPUTPERSEC |
| Modifier and Type | Method and Description |
|---|---|
String |
getCounter() |
String |
getInstance() |
static WindowsVirtualMemory.PageSwapProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowsVirtualMemory.PageSwapProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WindowsVirtualMemory.PageSwapProperty PAGESINPUTPERSEC
public static final WindowsVirtualMemory.PageSwapProperty PAGESOUTPUTPERSEC
public static WindowsVirtualMemory.PageSwapProperty[] values()
for (WindowsVirtualMemory.PageSwapProperty c : WindowsVirtualMemory.PageSwapProperty.values()) System.out.println(c);
public static WindowsVirtualMemory.PageSwapProperty valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getInstance()
getInstance in interface PerfCounterQuery.PdhCounterPropertypublic String getCounter()
getCounter in interface PerfCounterQuery.PdhCounterPropertyCopyright © 2019. All rights reserved.