public static enum PushReplicationEvent.Type extends Enum<PushReplicationEvent.Type>
Enum Constant and Description |
---|
FILE_RECORDS |
HWM_UPDATE |
LSO_UPDATE |
MEMORY_RECORDS |
START_PUSH |
STOP_PUSH |
TRANSITION_RECORDS |
Modifier and Type | Method and Description |
---|---|
static PushReplicationEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PushReplicationEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PushReplicationEvent.Type START_PUSH
public static final PushReplicationEvent.Type TRANSITION_RECORDS
public static final PushReplicationEvent.Type FILE_RECORDS
public static final PushReplicationEvent.Type MEMORY_RECORDS
public static final PushReplicationEvent.Type HWM_UPDATE
public static final PushReplicationEvent.Type LSO_UPDATE
public static final PushReplicationEvent.Type STOP_PUSH
public static PushReplicationEvent.Type[] values()
for (PushReplicationEvent.Type c : PushReplicationEvent.Type.values()) System.out.println(c);
public static PushReplicationEvent.Type 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 null