|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjsr166y.forkjoin.ForkJoinPool.DefaultForkJoinWorkerThreadFactory
public static class ForkJoinPool.DefaultForkJoinWorkerThreadFactory
The default ForkJoinWorkerThreadFactory, used unless overridden in ForkJoinPool constructors.
| Constructor Summary | |
|---|---|
ForkJoinPool.DefaultForkJoinWorkerThreadFactory()
|
|
| Method Summary | |
|---|---|
ForkJoinWorkerThread |
newThread(ForkJoinPool pool)
Returns a new worker thread operating in the given pool. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ForkJoinPool.DefaultForkJoinWorkerThreadFactory()
| Method Detail |
|---|
public ForkJoinWorkerThread newThread(ForkJoinPool pool)
ForkJoinPool.ForkJoinWorkerThreadFactory
newThread in interface ForkJoinPool.ForkJoinWorkerThreadFactorypool - the pool this thread works in
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||