Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.util.concurrent.jdk8backported.ForkJoinPool

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

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.