public static enum StatsStorageListener.EventType extends Enum<StatsStorageListener.EventType>
| Enum Constant and Description |
|---|
NewSessionID |
NewTypeID |
NewWorkerID |
PostMetaData |
PostStaticInfo |
PostUpdate |
| Modifier and Type | Method and Description |
|---|---|
static StatsStorageListener.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatsStorageListener.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatsStorageListener.EventType NewSessionID
public static final StatsStorageListener.EventType NewTypeID
public static final StatsStorageListener.EventType NewWorkerID
public static final StatsStorageListener.EventType PostMetaData
public static final StatsStorageListener.EventType PostStaticInfo
public static final StatsStorageListener.EventType PostUpdate
public static StatsStorageListener.EventType[] values()
for (StatsStorageListener.EventType c : StatsStorageListener.EventType.values()) System.out.println(c);
public static StatsStorageListener.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 © 2017. All rights reserved.