public static enum DeltaLogFile.LogType extends Enum<DeltaLogFile.LogType>
| Enum Constant and Description |
|---|
CHECKPOINT_CLASSIC |
COMMIT |
MULTIPART_CHECKPOINT |
SIDECAR |
V2_CHECKPOINT_MANIFEST |
| Modifier and Type | Method and Description |
|---|---|
static DeltaLogFile.LogType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeltaLogFile.LogType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeltaLogFile.LogType COMMIT
public static final DeltaLogFile.LogType CHECKPOINT_CLASSIC
public static final DeltaLogFile.LogType MULTIPART_CHECKPOINT
public static final DeltaLogFile.LogType V2_CHECKPOINT_MANIFEST
public static final DeltaLogFile.LogType SIDECAR
public static DeltaLogFile.LogType[] values()
for (DeltaLogFile.LogType c : DeltaLogFile.LogType.values()) System.out.println(c);
public static DeltaLogFile.LogType 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