public static enum HeartbeatContext.HeartbeatType extends Enum<HeartbeatContext.HeartbeatType>
Modifier and Type | Method and Description |
---|---|
static HeartbeatContext.HeartbeatType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeartbeatContext.HeartbeatType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HeartbeatContext.HeartbeatType JOB_MASTER_LOST_WORKER_DETECTION
public static final HeartbeatContext.HeartbeatType JOB_WORKER_COMMAND_HANDLING
public static final HeartbeatContext.HeartbeatType MASTER_CALL_HOME
public static final HeartbeatContext.HeartbeatType MASTER_DIAGNOSTIC
public static final HeartbeatContext.HeartbeatType MASTER_LICENSE_CHECK
public static final HeartbeatContext.HeartbeatType MASTER_POLICY_ACTION_SCHEDULER
public static final HeartbeatContext.HeartbeatType MASTER_THROTTLE
public static final HeartbeatContext.HeartbeatType MASTER_ACTIVE_UFS_SYNC
public static final HeartbeatContext.HeartbeatType MASTER_BLOCK_INTEGRITY_CHECK
public static final HeartbeatContext.HeartbeatType MASTER_CHECKPOINT_SCHEDULING
public static final HeartbeatContext.HeartbeatType MASTER_CLUSTER_METRICS_UPDATER
public static final HeartbeatContext.HeartbeatType MASTER_DAILY_BACKUP
public static final HeartbeatContext.HeartbeatType MASTER_FILE_RECOMPUTATION
public static final HeartbeatContext.HeartbeatType MASTER_JOURNAL_SPACE_MONITOR
public static final HeartbeatContext.HeartbeatType MASTER_LOG_CONFIG_REPORT_SCHEDULING
public static final HeartbeatContext.HeartbeatType MASTER_LOST_FILES_DETECTION
public static final HeartbeatContext.HeartbeatType MASTER_LOST_MASTER_DETECTION
public static final HeartbeatContext.HeartbeatType MASTER_LOST_WORKER_DETECTION
public static final HeartbeatContext.HeartbeatType MASTER_METRICS_SYNC
public static final HeartbeatContext.HeartbeatType MASTER_METRICS_TIME_SERIES
public static final HeartbeatContext.HeartbeatType MASTER_ORPHANED_METRICS_CLEANER
public static final HeartbeatContext.HeartbeatType MASTER_PERSISTENCE_CHECKER
public static final HeartbeatContext.HeartbeatType MASTER_PERSISTENCE_SCHEDULER
public static final HeartbeatContext.HeartbeatType MASTER_REPLICATION_CHECK
public static final HeartbeatContext.HeartbeatType MASTER_TABLE_TRANSFORMATION_MONITOR
public static final HeartbeatContext.HeartbeatType MASTER_TTL_CHECK
public static final HeartbeatContext.HeartbeatType MASTER_UFS_CLEANUP
public static final HeartbeatContext.HeartbeatType MASTER_UPDATE_CHECK
public static final HeartbeatContext.HeartbeatType META_MASTER_SYNC
public static final HeartbeatContext.HeartbeatType WORKER_BLOCK_SYNC
public static final HeartbeatContext.HeartbeatType WORKER_CLIENT
public static final HeartbeatContext.HeartbeatType WORKER_FILESYSTEM_MASTER_SYNC
public static final HeartbeatContext.HeartbeatType WORKER_PIN_LIST_SYNC
public static final HeartbeatContext.HeartbeatType WORKER_SPACE_RESERVER
public static final HeartbeatContext.HeartbeatType WORKER_STORAGE_HEALTH
public static final HeartbeatContext.HeartbeatType WORKER_ENCRYPTION_ZONE_INFO_SYNC
public static final HeartbeatContext.HeartbeatType MASTER_WORKER_REGISTER_SESSION_CLEANER
public static HeartbeatContext.HeartbeatType[] values()
for (HeartbeatContext.HeartbeatType c : HeartbeatContext.HeartbeatType.values()) System.out.println(c);
public static HeartbeatContext.HeartbeatType 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.