public static enum SavepointType.PostCheckpointAction extends Enum<SavepointType.PostCheckpointAction>
Modifier and Type | Method and Description |
---|---|
static SavepointType.PostCheckpointAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SavepointType.PostCheckpointAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SavepointType.PostCheckpointAction NONE
public static final SavepointType.PostCheckpointAction SUSPEND
public static final SavepointType.PostCheckpointAction TERMINATE
public static SavepointType.PostCheckpointAction[] values()
for (SavepointType.PostCheckpointAction c : SavepointType.PostCheckpointAction.values()) System.out.println(c);
public static SavepointType.PostCheckpointAction 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 © 2014–2024 The Apache Software Foundation. All rights reserved.