| Package | Description |
|---|---|
| io.netty.util.internal.chmv8 |
| Class and Description |
|---|
| ConcurrentHashMapV8
A hash table supporting full concurrency of retrievals and
high expected concurrency for updates.
|
| ConcurrentHashMapV8.Action
Interface describing a void action of one argument
|
| ConcurrentHashMapV8.BaseIterator
Base of key, value, and entry Iterators.
|
| ConcurrentHashMapV8.BiAction
Interface describing a void action of two arguments
|
| ConcurrentHashMapV8.BiFun
Interface describing a function of two arguments
|
| ConcurrentHashMapV8.BulkTask
Base class for bulk tasks.
|
| ConcurrentHashMapV8.CollectionView
Base class for views.
|
| ConcurrentHashMapV8.ConcurrentHashMapSpliterator
An object for traversing and partitioning elements of a source.
|
| ConcurrentHashMapV8.CounterCell |
| ConcurrentHashMapV8.DoubleByDoubleToDouble
Interface describing a function mapping two doubles to a double
|
| ConcurrentHashMapV8.EntrySetView
A view of a ConcurrentHashMapV8 as a
Set of (key, value)
entries. |
| ConcurrentHashMapV8.Fun
Interface describing a function of one argument
|
| ConcurrentHashMapV8.IntByIntToInt
Interface describing a function mapping two ints to an int
|
| ConcurrentHashMapV8.KeySetView
A view of a ConcurrentHashMapV8 as a
Set of keys, in
which additions may optionally be enabled by mapping to a
common value. |
| ConcurrentHashMapV8.LongByLongToLong
Interface describing a function mapping two longs to a long
|
| ConcurrentHashMapV8.MapReduceEntriesTask |
| ConcurrentHashMapV8.MapReduceEntriesToDoubleTask |
| ConcurrentHashMapV8.MapReduceEntriesToIntTask |
| ConcurrentHashMapV8.MapReduceEntriesToLongTask |
| ConcurrentHashMapV8.MapReduceKeysTask |
| ConcurrentHashMapV8.MapReduceKeysToDoubleTask |
| ConcurrentHashMapV8.MapReduceKeysToIntTask |
| ConcurrentHashMapV8.MapReduceKeysToLongTask |
| ConcurrentHashMapV8.MapReduceMappingsTask |
| ConcurrentHashMapV8.MapReduceMappingsToDoubleTask |
| ConcurrentHashMapV8.MapReduceMappingsToIntTask |
| ConcurrentHashMapV8.MapReduceMappingsToLongTask |
| ConcurrentHashMapV8.MapReduceValuesTask |
| ConcurrentHashMapV8.MapReduceValuesToDoubleTask |
| ConcurrentHashMapV8.MapReduceValuesToIntTask |
| ConcurrentHashMapV8.MapReduceValuesToLongTask |
| ConcurrentHashMapV8.Node
Key-value entry.
|
| ConcurrentHashMapV8.ObjectByObjectToDouble
Interface describing a function mapping two arguments to a double
|
| ConcurrentHashMapV8.ObjectByObjectToInt
Interface describing a function mapping two arguments to an int
|
| ConcurrentHashMapV8.ObjectByObjectToLong
Interface describing a function mapping two arguments to a long
|
| ConcurrentHashMapV8.ObjectToDouble
Interface describing a function mapping its argument to a double
|
| ConcurrentHashMapV8.ObjectToInt
Interface describing a function mapping its argument to an int
|
| ConcurrentHashMapV8.ObjectToLong
Interface describing a function mapping its argument to a long
|
| ConcurrentHashMapV8.ReduceEntriesTask |
| ConcurrentHashMapV8.ReduceKeysTask |
| ConcurrentHashMapV8.ReduceValuesTask |
| ConcurrentHashMapV8.Traverser
Encapsulates traversal for methods such as containsValue; also
serves as a base class for other iterators and spliterators.
|
| ConcurrentHashMapV8.TreeNode
Nodes for use in TreeBins
|
| ConcurrentHashMapV8.ValuesView
A view of a ConcurrentHashMapV8 as a
Collection of
values, in which additions are disabled. |
| CountedCompleter
A
ForkJoinTask with a completion action performed when
triggered and there are no remaining pending actions. |
| ForkJoinPool
An
ExecutorService for running ForkJoinTasks. |
| ForkJoinPool.ForkJoinWorkerThreadFactory
Factory for creating new
ForkJoinWorkerThreads. |
| ForkJoinPool.ManagedBlocker
Interface for extending managed parallelism for tasks running
in
ForkJoinPools. |
| ForkJoinPool.WorkQueue
Queues supporting work-stealing as well as external task
submission.
|
| ForkJoinTask
Abstract base class for tasks that run within a
ForkJoinPool. |
| ForkJoinTask.ExceptionNode
Key-value nodes for exception table.
|
| ForkJoinWorkerThread
A thread managed by a
ForkJoinPool, which executes
ForkJoinTasks. |
| Striped64
A package-local class holding common representation and mechanics
for classes supporting dynamic striping on 64bit values.
|
| Striped64.Cell
Padded variant of AtomicLong supporting only raw accesses plus CAS.
|