|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParaTask.ThreadPoolType | |
---|---|
pt.runtime | Parallel Task runtime classes. |
Uses of ParaTask.ThreadPoolType in pt.runtime |
---|
Methods in pt.runtime that return ParaTask.ThreadPoolType | |
---|---|
static ParaTask.ThreadPoolType |
ParaTask.ThreadPoolType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ParaTask.ThreadPoolType[] |
ParaTask.ThreadPoolType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in pt.runtime with parameters of type ParaTask.ThreadPoolType | |
---|---|
static int |
ParaTask.getActiveCount(ParaTask.ThreadPoolType threadPoolType)
|
static int |
ParaTask.getThreadPoolSize(ParaTask.ThreadPoolType threadPoolType)
Returns the size of the thread pool. |
static void |
ParaTask.setThreadPoolSize(ParaTask.ThreadPoolType threadPoolType,
int size)
Set the size of the thread pool. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |