|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<PageCacheMonitorUtil.Event> lumis.portal.page.cache.PageCacheMonitorUtil.Event
public static enum PageCacheMonitorUtil.Event
Enumeration of monitoring events
configurations related to
page cache.
Enum Constant Summary | |
---|---|
PageCacheClear
Page cache cleaning event. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final PageCacheMonitorUtil.Event PageCacheClear
Method Detail |
---|
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 name
NullPointerException
- 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>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |