public static enum PageCacheMonitorUtil.Field extends Enum<PageCacheMonitorUtil.Field>
measure types
configurations related
to page cache monitoring.Enum Constant and Description |
---|
PageCacheClearCount
Page cache clear measure type.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the description of the measure type.
|
String |
getId()
Returns the key of the measure type.
|
String |
getName()
Returns the name of the measure type.
|
String |
getUnit()
Returns the unit of the measure type.
|
static PageCacheMonitorUtil.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageCacheMonitorUtil.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PageCacheMonitorUtil.Field PageCacheClearCount
public static PageCacheMonitorUtil.Field[] values()
for (PageCacheMonitorUtil.Field c : PageCacheMonitorUtil.Field.values()) System.out.println(c);
public static PageCacheMonitorUtil.Field 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 getId()
public String getUnit()
public String getName()
public String getDescription()
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.