public enum CheckpointName extends Enum<CheckpointName>
Modifier and Type | Method and Description |
---|---|
static CheckpointName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckpointName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CheckpointName ACTIVE_SYNC_MANAGER
public static final CheckpointName BLOCK_MASTER
public static final CheckpointName CACHING_INODE_STORE
public static final CheckpointName CLUSTER_INFO
public static final CheckpointName FILE_SYSTEM_MASTER
public static final CheckpointName HEAP_INODE_STORE
public static final CheckpointName INODE_COUNTER
public static final CheckpointName INODE_DIRECTORY_ID_GENERATOR
public static final CheckpointName INODE_TREE
public static final CheckpointName MASTER_UFS_MANAGER
public static final CheckpointName META_MASTER
public static final CheckpointName MOUNT_TABLE
public static final CheckpointName NOOP
public static final CheckpointName PATH_PROPERTIES
public static final CheckpointName PINNED_INODE_FILE_IDS
public static final CheckpointName REPLICATION_LIMITED_FILE_IDS
public static final CheckpointName ROCKS_INODE_STORE
public static final CheckpointName TABLE_MASTER
public static final CheckpointName TABLE_MASTER_DATABASE
public static final CheckpointName TABLE_MASTER_CATALOG
public static final CheckpointName TABLE_MASTER_TRANSFORM_MANAGER
public static final CheckpointName TO_BE_PERSISTED_FILE_IDS
public static final CheckpointName TTL_BUCKET_LIST
public static CheckpointName[] values()
for (CheckpointName c : CheckpointName.values()) System.out.println(c);
public static CheckpointName 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 © 2023. All Rights Reserved.