public static enum CheckpointInstance.CheckpointFormat extends Enum<CheckpointInstance.CheckpointFormat>
| Enum Constant and Description |
|---|
CLASSIC |
MULTI_PART |
V2 |
| Modifier and Type | Method and Description |
|---|---|
boolean |
usesSidecars() |
static CheckpointInstance.CheckpointFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckpointInstance.CheckpointFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CheckpointInstance.CheckpointFormat CLASSIC
public static final CheckpointInstance.CheckpointFormat MULTI_PART
public static final CheckpointInstance.CheckpointFormat V2
public static CheckpointInstance.CheckpointFormat[] values()
for (CheckpointInstance.CheckpointFormat c : CheckpointInstance.CheckpointFormat.values()) System.out.println(c);
public static CheckpointInstance.CheckpointFormat 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 nullpublic boolean usesSidecars()