Package | Description |
---|---|
org.infinispan.commons.util.concurrent.jdk8backported |
Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
NodeSizeCalculatorWrapper<K,V> |
Constructor and Description |
---|
BoundedEquivalentConcurrentHashMapV8(long maxSize,
Eviction evictionStrategy,
EvictionListener<? super K,? super V> evictionListener,
Equivalence<? super K> keyEquivalence,
Equivalence<? super V> valueEquivalence,
EntrySizeCalculator<? super K,? super V> sizeCalculator)
Creates a new, empty map with the default initial table size (16).
|
NodeSizeCalculatorWrapper(EntrySizeCalculator<? super K,? super V> calculator) |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.