Package | Description |
---|---|
org.infinispan.commons.util.concurrent.jdk8backported | |
org.infinispan.container.entries |
Entries which are stored in data containers.
|
Modifier and Type | Class and Description |
---|---|
static class |
BoundedEquivalentConcurrentHashMapV8.NodeSizeCalculatorWrapper<K,V> |
Modifier and Type | Class and Description |
---|---|
class |
CacheEntrySizeCalculator<K,V>
Implementation of a size calculator that calcultes only the size of the value assuming it is an InternalCacheEntry.
|
class |
MarshalledValueEntrySizeCalculator
Entry Size calculator that returns an approximation of how much memory a marshalled value contains for a key
and value.
|
class |
PrimitiveEntrySizeCalculator
Entry Size calculator that returns an approximation of how much various primitives, primitive wrappers, Strings,
and arrays
|
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.