|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ProfileConsumer.ProfileDataType>
com.sun.sgs.profile.ProfileConsumer.ProfileDataType
public static enum ProfileConsumer.ProfileDataType
The valid types of profile operations, counters and samples that can be created with the profile data factory methods.
| Enum Constant Summary | |
|---|---|
AGGREGATE
Data that is aggregated until it is explicitly cleared. |
|
TASK
Task local data reported through the ProfileReport to
ProfileListeners on a per-task basis. |
|
TASK_AND_AGGREGATE
Data that is both aggregated and reported on a per-task basis. |
|
| Method Summary | |
|---|---|
static ProfileConsumer.ProfileDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ProfileConsumer.ProfileDataType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ProfileConsumer.ProfileDataType TASK
ProfileReport to
ProfileListeners on a per-task basis.
public static final ProfileConsumer.ProfileDataType AGGREGATE
public static final ProfileConsumer.ProfileDataType TASK_AND_AGGREGATE
| Method Detail |
|---|
public static ProfileConsumer.ProfileDataType[] values()
for (ProfileConsumer.ProfileDataType c : ProfileConsumer.ProfileDataType.values()) System.out.println(c);
public static ProfileConsumer.ProfileDataType 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 null
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||