public class WorkerPoolConfiguration extends Object
Constructor and Description |
---|
WorkerPoolConfiguration(String workerPoolCoreSize,
String workerPoolSizeMax,
String workerPoolThreadKeepAliveSec,
String workerPoolQueuLength,
String threadGroupID,
String threadID) |
Modifier and Type | Method and Description |
---|---|
String |
getThreadGroupID() |
String |
getThreadID() |
int |
getWorkerPoolCoreSize() |
int |
getWorkerPoolQueuLength() |
int |
getWorkerPoolSizeMax() |
int |
getWorkerPoolThreadKeepAliveSec() |
public int getWorkerPoolCoreSize()
public int getWorkerPoolSizeMax()
public int getWorkerPoolThreadKeepAliveSec()
public String getThreadGroupID()
public String getThreadID()
public int getWorkerPoolQueuLength()
Copyright © 2017 WSO2. All rights reserved.