|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ForkJoinPool | |
---|---|
org.infinispan.util.concurrent.jdk8backported |
Uses of ForkJoinPool in org.infinispan.util.concurrent.jdk8backported |
---|
Methods in org.infinispan.util.concurrent.jdk8backported that return ForkJoinPool | |
---|---|
ForkJoinPool |
ForkJoinWorkerThread.getPool()
Returns the pool hosting this thread. |
static ForkJoinPool |
ForkJoinTask.getPool()
Returns the pool hosting the current task execution, or null if this task is executing outside of any ForkJoinPool. |
Methods in org.infinispan.util.concurrent.jdk8backported with parameters of type ForkJoinPool | |
---|---|
ForkJoinWorkerThread |
ForkJoinPool.ForkJoinWorkerThreadFactory.newThread(ForkJoinPool pool)
Returns a new worker thread operating in the given pool. |
ConcurrentHashMapV8.Parallel |
ConcurrentHashMapV8.parallel(ForkJoinPool executor)
Returns an extended ConcurrentHashMapV8.Parallel view of this map using the
given executor for bulk parallel operations. |
Constructors in org.infinispan.util.concurrent.jdk8backported with parameters of type ForkJoinPool | |
---|---|
ConcurrentHashMapV8.Parallel(ForkJoinPool executor)
Returns an extended view of this map using the given executor for bulk parallel operations. |
|
ForkJoinWorkerThread(ForkJoinPool pool)
Creates a ForkJoinWorkerThread operating in the given pool. |
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |