public class FixedThreadPoolConfig extends java.lang.Object implements PoolConfiguration
PoolConfiguration.PoolType
Constructor and Description |
---|
FixedThreadPoolConfig(int coreSize) |
Modifier and Type | Method and Description |
---|---|
int |
getCoreSize() |
PoolConfiguration.PoolType |
getType() |
public PoolConfiguration.PoolType getType()
getType
in interface PoolConfiguration
public int getCoreSize()
getCoreSize
in interface PoolConfiguration