static enum ExecutorConfigurationImpl.ConfigurationProperty extends java.lang.Enum<ExecutorConfigurationImpl.ConfigurationProperty> implements IConfigurationProperty
Enum Constant and Description |
---|
TASK_ALLOWCORETHREADTIMEOUT |
TASK_AWAITTERMINATIONINMILLIS |
TASK_COREPOOLSIZE |
TASK_KEEPALIVETIME |
TASK_KEEPALIVETIMEUNIT |
TASK_QUEUECAPACITY |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
key |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey() |
static ExecutorConfigurationImpl.ConfigurationProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExecutorConfigurationImpl.ConfigurationProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExecutorConfigurationImpl.ConfigurationProperty TASK_COREPOOLSIZE
public static final ExecutorConfigurationImpl.ConfigurationProperty TASK_KEEPALIVETIME
public static final ExecutorConfigurationImpl.ConfigurationProperty TASK_KEEPALIVETIMEUNIT
public static final ExecutorConfigurationImpl.ConfigurationProperty TASK_QUEUECAPACITY
public static final ExecutorConfigurationImpl.ConfigurationProperty TASK_ALLOWCORETHREADTIMEOUT
public static final ExecutorConfigurationImpl.ConfigurationProperty TASK_AWAITTERMINATIONINMILLIS
public static ExecutorConfigurationImpl.ConfigurationProperty[] values()
for (ExecutorConfigurationImpl.ConfigurationProperty c : ExecutorConfigurationImpl.ConfigurationProperty.values()) System.out.println(c);
public static ExecutorConfigurationImpl.ConfigurationProperty 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 nullpublic java.lang.String getKey()
getKey
in interface IConfigurationProperty