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