Package | Description |
---|---|
org.infinispan.commons.util.concurrent.jdk8backported | |
org.infinispan.util.concurrent.locks.containers |
Concurrent lock containers.
|
Class and Description |
---|
CountedCompleter
A
ForkJoinTask with a completion action performed when
triggered and there are no remaining pending
actions. |
EquivalentConcurrentHashMapV8.Action
Interface describing a void action of one argument
|
EquivalentConcurrentHashMapV8.BiAction
Interface describing a void action of two arguments
|
EquivalentConcurrentHashMapV8.BiFun
Interface describing a function of two arguments
|
EquivalentConcurrentHashMapV8.ConcurrentHashMapSpliterator
An object for traversing and partitioning elements of a source.
|
EquivalentConcurrentHashMapV8.DoubleByDoubleToDouble
Interface describing a function mapping two doubles to a double
|
EquivalentConcurrentHashMapV8.Fun
Interface describing a function of one argument
|
EquivalentConcurrentHashMapV8.IntByIntToInt
Interface describing a function mapping two ints to an int
|
EquivalentConcurrentHashMapV8.KeySetView
A view of a EquivalentConcurrentHashMapV8 as a
Set of keys, in
which additions may optionally be enabled by mapping to a
common value. |
EquivalentConcurrentHashMapV8.LongByLongToLong
Interface describing a function mapping two longs to a long
|
EquivalentConcurrentHashMapV8.ObjectByObjectToDouble
Interface describing a function mapping two arguments to a double
|
EquivalentConcurrentHashMapV8.ObjectByObjectToInt
Interface describing a function mapping two arguments to an int
|
EquivalentConcurrentHashMapV8.ObjectByObjectToLong
Interface describing a function mapping two arguments to a long
|
EquivalentConcurrentHashMapV8.ObjectToDouble
Interface describing a function mapping its argument to a double
|
EquivalentConcurrentHashMapV8.ObjectToInt
Interface describing a function mapping its argument to an int
|
EquivalentConcurrentHashMapV8.ObjectToLong
Interface describing a function mapping its argument to a long
|
ForkJoinPool
An
ExecutorService for running ForkJoinTask s. |
ForkJoinPool.ForkJoinWorkerThreadFactory
Factory for creating new
ForkJoinWorkerThread s. |
ForkJoinPool.ManagedBlocker
Interface for extending managed parallelism for tasks running
in
ForkJoinPool s. |
ForkJoinTask
Abstract base class for tasks that run within a
ForkJoinPool . |
ForkJoinWorkerThread
A thread managed by a
ForkJoinPool , which executes
ForkJoinTask s. |
Class and Description |
---|
EquivalentConcurrentHashMapV8
A hash table supporting full concurrency of retrievals and
high expected concurrency for updates.
|
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.