@InterfaceAudience.Private public enum ExecutorType extends Enum<ExecutorType>
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 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 - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.