Infinispan Distribution 5.2.6.Final-redhat-2

Package org.infinispan.util.concurrent.jdk8backported

Interface Summary
ConcurrentHashMapV8.Action<A> Interface describing a void action of one argument
ConcurrentHashMapV8.BiAction<A,B> Interface describing a void action of two arguments
ConcurrentHashMapV8.BiFun<A,B,T> Interface describing a function of two arguments
ConcurrentHashMapV8.DoubleByDoubleToDouble Interface describing a function mapping two doubles to a double
ConcurrentHashMapV8.DoubleToDouble Interface describing a function mapping a double to a double
ConcurrentHashMapV8.Fun<A,T> Interface describing a function of one argument
ConcurrentHashMapV8.Generator<T> Interface describing a function of no arguments
ConcurrentHashMapV8.IntByIntToInt Interface describing a function mapping two ints to an int
ConcurrentHashMapV8.IntToInt Interface describing a function mapping an int to an int
ConcurrentHashMapV8.LongByLongToLong Interface describing a function mapping two longs to a long
ConcurrentHashMapV8.LongToLong Interface describing a function mapping a long to a long
ConcurrentHashMapV8.ObjectByObjectToDouble<A,B> Interface describing a function mapping two arguments to a double
ConcurrentHashMapV8.ObjectByObjectToInt<A,B> Interface describing a function mapping two arguments to an int
ConcurrentHashMapV8.ObjectByObjectToLong<A,B> Interface describing a function mapping two arguments to a long
ConcurrentHashMapV8.ObjectToDouble<A> Interface describing a function mapping its argument to a double
ConcurrentHashMapV8.ObjectToInt<A> Interface describing a function mapping its argument to an int
ConcurrentHashMapV8.ObjectToLong<A> Interface describing a function mapping its argument to a long
ConcurrentHashMapV8.Spliterator<T> A partitionable iterator.
ForkJoinPool.ForkJoinWorkerThreadFactory Factory for creating new ForkJoinWorkerThreads.
ForkJoinPool.ManagedBlocker Interface for extending managed parallelism for tasks running in ForkJoinPools.
 

Class Summary
ConcurrentHashMapV8<K,V> A hash table supporting full concurrency of retrievals and high expected concurrency for updates.
ConcurrentHashMapV8.ForkJoinTasks Predefined tasks for performing bulk parallel operations on ConcurrentHashMaps.
ForkJoinPool An ExecutorService for running ForkJoinTasks.
ForkJoinTask<V> Abstract base class for tasks that run within a ForkJoinPool.
ForkJoinWorkerThread A thread managed by a ForkJoinPool, which executes ForkJoinTasks.
LongAdder One or more variables that together maintain an initially zero long sum.
 


Infinispan Distribution 5.2.6.Final-redhat-2

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