public static enum BalancedProcessorConfiguration.ControlFlowStorageHandlerType extends java.lang.Enum<BalancedProcessorConfiguration.ControlFlowStorageHandlerType>
Enum Constant and Description |
---|
CPU_EFFICIENT |
CPU_EFFICIENT_LOCKING |
MEMORY_EFFICIENT |
MEMORY_EFFICIENT_LOCKING |
Modifier and Type | Method and Description |
---|---|
static BalancedProcessorConfiguration.ControlFlowStorageHandlerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BalancedProcessorConfiguration.ControlFlowStorageHandlerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BalancedProcessorConfiguration.ControlFlowStorageHandlerType MEMORY_EFFICIENT_LOCKING
public static final BalancedProcessorConfiguration.ControlFlowStorageHandlerType CPU_EFFICIENT_LOCKING
public static final BalancedProcessorConfiguration.ControlFlowStorageHandlerType MEMORY_EFFICIENT
public static final BalancedProcessorConfiguration.ControlFlowStorageHandlerType CPU_EFFICIENT
public static BalancedProcessorConfiguration.ControlFlowStorageHandlerType[] values()
for (BalancedProcessorConfiguration.ControlFlowStorageHandlerType c : BalancedProcessorConfiguration.ControlFlowStorageHandlerType.values()) System.out.println(c);
public static BalancedProcessorConfiguration.ControlFlowStorageHandlerType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null