|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ProfilerType>
com.endeca.portal.instrumentation.ProfilerType
public enum ProfilerType
enum holding the different types of profiling we support
| Enum Constant Summary | |
|---|---|
DISCOVERY_SERVICE_QUERY
represents an Discovery Service query sent to the engine and satisfied from the engine |
|
DISCOVERY_SERVICE_QUERY_CACHED
represents a Discovery Service query satisfied from the appserver cache and never sent to the engine |
|
MDEX_QUERY_CACHED
represents an MDEX Engine query satisfied from the appserver cache and never sent to the engine |
|
MDEX_QUERY_ENGINE
represents an MDEX Engine query sent to the engine and satisfied from the engine |
|
PORTLET_EXECUTION
represents a portlet execution, of any PortletMode. |
|
| Method Summary | |
|---|---|
static ProfilerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ProfilerType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ProfilerType PORTLET_EXECUTION
public static final ProfilerType MDEX_QUERY_CACHED
public static final ProfilerType MDEX_QUERY_ENGINE
public static final ProfilerType DISCOVERY_SERVICE_QUERY_CACHED
public static final ProfilerType DISCOVERY_SERVICE_QUERY
| Method Detail |
|---|
public static final ProfilerType[] values()
for(ProfilerType c : ProfilerType.values())
System.out.println(c);
public static ProfilerType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||