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
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Public Methods
public ThreadPoolHandle.Options maxIntraOpParallelism (Long maxIntraOpParallelism)
Parameters
maxIntraOpParallelism | The maximum degree of parallelism to use within operations that execute on this threadpool. |
---|