Class WorkerPoolConfiguration
- java.lang.Object
-
- org.wso2.carbon.inbound.endpoint.protocol.http.config.WorkerPoolConfiguration
-
public class WorkerPoolConfiguration extends Object
Wrapping class for Inbound Worker Pool Configs
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getThreadGroupID()
String
getThreadID()
int
getWorkerPoolCoreSize()
int
getWorkerPoolQueuLength()
int
getWorkerPoolSizeMax()
int
getWorkerPoolThreadKeepAliveSec()
-
-
-
Method Detail
-
getWorkerPoolCoreSize
public int getWorkerPoolCoreSize()
-
getWorkerPoolSizeMax
public int getWorkerPoolSizeMax()
-
getWorkerPoolThreadKeepAliveSec
public int getWorkerPoolThreadKeepAliveSec()
-
getThreadGroupID
public String getThreadGroupID()
-
getThreadID
public String getThreadID()
-
getWorkerPoolQueuLength
public int getWorkerPoolQueuLength()
-
-