@InterfaceAudience.Private public enum ExecutorType extends Enum<ExecutorType>
Modifier and Type | Method and Description |
---|---|
(package private) String |
getExecutorName(String serverName) |
static ExecutorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExecutorType MASTER_CLOSE_REGION
public static final ExecutorType MASTER_OPEN_REGION
public static final ExecutorType MASTER_SERVER_OPERATIONS
public static final ExecutorType MASTER_TABLE_OPERATIONS
public static final ExecutorType MASTER_RS_SHUTDOWN
public static final ExecutorType MASTER_META_SERVER_OPERATIONS
public static final ExecutorType M_LOG_REPLAY_OPS
public static final ExecutorType MASTER_SNAPSHOT_OPERATIONS
public static final ExecutorType RS_OPEN_REGION
public static final ExecutorType RS_OPEN_ROOT
public static final ExecutorType RS_OPEN_META
public static final ExecutorType RS_CLOSE_REGION
public static final ExecutorType RS_CLOSE_ROOT
public static final ExecutorType RS_CLOSE_META
public static final ExecutorType RS_PARALLEL_SEEK
public static final ExecutorType RS_LOG_REPLAY_OPS
public static final ExecutorType RS_REGION_REPLICA_FLUSH_OPS
public static final ExecutorType RS_COMPACTED_FILES_DISCHARGER
public static final ExecutorType RS_OPEN_PRIORITY_REGION
public static final ExecutorType RS_REFRESH_PEER
public static final ExecutorType RS_SWITCH_RPC_THROTTLE
public static final ExecutorType RS_IN_MEMORY_COMPACTION
public static ExecutorType[] values()
for (ExecutorType c : ExecutorType.values()) System.out.println(c);
public static ExecutorType 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 nullString getExecutorName(String serverName)
serverName
.Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.