| Interface | Description |
|---|---|
| EntrySizeCalculator<K,V> | |
| EvictionListener<K,V> | |
| EvictionPolicy<K,V> |
| 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 BoundedEquivalentConcurrentHashMapV8 as a
Set of keys, in
which additions may optionally be enabled by mapping to a
common value. |
| 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. |
| NodeSizeCalculatorWrapper<K,V> | |
| ThreadLocalRandomUtil |
This class contains the bare minimum bits to extract the
ThreadLocalRandom
probe and seed |
| Enum | Description |
|---|---|
| Eviction |
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.