| Package | Description |
|---|---|
| net.datenwerke.async | |
| net.datenwerke.async.configurations |
| Modifier and Type | Method and Description |
|---|---|
PoolConfiguration.PoolType |
PoolConfiguration.getType() |
static PoolConfiguration.PoolType |
PoolConfiguration.PoolType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoolConfiguration.PoolType[] |
PoolConfiguration.PoolType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PoolConfiguration.PoolType |
CachedThreadPoolConfig.getType() |
PoolConfiguration.PoolType |
FixedThreadPoolConfig.getType() |
PoolConfiguration.PoolType |
SingleThreadPoolConfig.getType() |