public static class
ThreadPoolHandle.Options
Optional attributes for ThreadPoolHandle
Public Methods
ThreadPoolHandle.Options |
container(String container)
|
ThreadPoolHandle.Options |
maxIntraOpParallelism(Long maxIntraOpParallelism)
|
ThreadPoolHandle.Options |
sharedName(String sharedName)
|
Inherited Methods
Public Methods
public ThreadPoolHandle.Options maxIntraOpParallelism (Long maxIntraOpParallelism)
Parameters
maxIntraOpParallelism | The maximum degree of parallelism to use within operations that execute on this threadpool. |
---|