Interface | Description |
---|---|
BoundedEquivalentConcurrentHashMapV8.ConcurrentHashMapSpliterator<T> |
An object for traversing and partitioning elements of a source.
|
BoundedEquivalentConcurrentHashMapV8.EvictionListener<K,V> | |
BoundedEquivalentConcurrentHashMapV8.EvictionPolicy<K,V> | |
EntrySizeCalculator<K,V> | |
EquivalentConcurrentHashMapV8.ConcurrentHashMapSpliterator<T> |
An object for traversing and partitioning elements of a source.
|
Class | Description |
---|---|
AbstractEntrySizeCalculatorHelper<K,V> |
Abstract class that provides a method to round up to the nearest value of 8 which is important for most jvm when
doing size calculations.
|
BoundedEquivalentConcurrentHashMapV8<K,V> |
A hash table supporting full concurrency of retrievals and
high expected concurrency for updates.
|
BoundedEquivalentConcurrentHashMapV8.KeySetView<K,V> |
A view of a EquivalentConcurrentHashMapV8 as a
Set of keys, in
which additions may optionally be enabled by mapping to a
common value. |
BoundedEquivalentConcurrentHashMapV8.NodeSizeCalculatorWrapper<K,V> | |
ConcurrentParallelHashMapV8<K,V> | |
EquivalentConcurrentHashMapV8<K,V> |
A hash table supporting full concurrency of retrievals and
high expected concurrency for updates.
|
EquivalentConcurrentHashMapV8.KeySetView<K,V> |
A view of a EquivalentConcurrentHashMapV8 as a
Set of keys, in
which additions may optionally be enabled by mapping to a
common value. |
Enum | Description |
---|---|
BoundedEquivalentConcurrentHashMapV8.Eviction |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.