public static enum ExecutorService.ExecutorType extends Enum<ExecutorService.ExecutorType>
Enum Constant and Description |
---|
MASTER_CLOSE_REGION |
MASTER_META_SERVER_OPERATIONS |
MASTER_OPEN_REGION |
MASTER_RS_SHUTDOWN |
MASTER_SERVER_OPERATIONS |
MASTER_TABLE_OPERATIONS |
RS_CLOSE_META |
RS_CLOSE_REGION |
RS_CLOSE_ROOT |
RS_OPEN_META |
RS_OPEN_REGION |
RS_OPEN_ROOT |
Modifier and Type | Method and Description |
---|---|
static ExecutorService.ExecutorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutorService.ExecutorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExecutorService.ExecutorType MASTER_CLOSE_REGION
public static final ExecutorService.ExecutorType MASTER_OPEN_REGION
public static final ExecutorService.ExecutorType MASTER_SERVER_OPERATIONS
public static final ExecutorService.ExecutorType MASTER_TABLE_OPERATIONS
public static final ExecutorService.ExecutorType MASTER_RS_SHUTDOWN
public static final ExecutorService.ExecutorType MASTER_META_SERVER_OPERATIONS
public static final ExecutorService.ExecutorType RS_OPEN_REGION
public static final ExecutorService.ExecutorType RS_OPEN_ROOT
public static final ExecutorService.ExecutorType RS_OPEN_META
public static final ExecutorService.ExecutorType RS_CLOSE_REGION
public static final ExecutorService.ExecutorType RS_CLOSE_ROOT
public static final ExecutorService.ExecutorType RS_CLOSE_META
public static ExecutorService.ExecutorType[] values()
for (ExecutorService.ExecutorType c : ExecutorService.ExecutorType.values()) System.out.println(c);
public static ExecutorService.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 nullCopyright © 2014 The Apache Software Foundation. All Rights Reserved.