public static enum HjEventLogger.EventType extends Enum<HjEventLogger.EventType>
Modifier and Type | Method and Description |
---|---|
static HjEventLogger.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HjEventLogger.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HjEventLogger.EventType ABSTRACT_WORK
public static final HjEventLogger.EventType REAL_WORK
public static final HjEventLogger.EventType ACTIVITY_END
public static final HjEventLogger.EventType ACTIVITY_SPAWN
public static final HjEventLogger.EventType ACTIVITY_START
public static final HjEventLogger.EventType ACTOR_MSG_PROCESSED
public static final HjEventLogger.EventType ACTOR_MSG_RECEIVED
public static final HjEventLogger.EventType ACTOR_MSG_SENT
public static final HjEventLogger.EventType DDF_STORE
public static final HjEventLogger.EventType ISOLATION_END
public static final HjEventLogger.EventType ISOLATION_START
public static final HjEventLogger.EventType FINISH_END
public static final HjEventLogger.EventType FUTURE_RESTORE
public static final HjEventLogger.EventType FINISH_START
public static final HjEventLogger.EventType FUTURE_STORE
public static final HjEventLogger.EventType MSG_RECEIVED
public static final HjEventLogger.EventType MSG_SEND
public static final HjEventLogger.EventType PHASER_ACTIVITY_DROPPED
public static final HjEventLogger.EventType PHASER_FINISH_DROPPED
public static final HjEventLogger.EventType PHASER_POST_WAIT
public static final HjEventLogger.EventType PHASER_SCOPE_START
public static final HjEventLogger.EventType PHASER_SIGNAL
public static final HjEventLogger.EventType LABEL_ACTIVITY
public static HjEventLogger.EventType[] values()
for (HjEventLogger.EventType c : HjEventLogger.EventType.values()) System.out.println(c);
public static HjEventLogger.EventType 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 nullCopyright © 2015 Rice University - Department of Computer Science. All rights reserved.