| Package | Description |
|---|---|
| org.infinispan.container.impl |
Data containers which store cache entries.
|
| org.infinispan.container.offheap |
| Modifier and Type | Class and Description |
|---|---|
class |
PeekableTouchableCaffeineMap<K,V> |
class |
PeekableTouchableContainerMap<K,V> |
| Modifier and Type | Field and Description |
|---|---|
protected PeekableTouchableMap<K,V> |
BoundedSegmentedDataContainer.entries |
| Modifier and Type | Field and Description |
|---|---|
protected AtomicReferenceArray<PeekableTouchableMap<K,V>> |
DefaultSegmentedDataContainer.maps |
protected Supplier<PeekableTouchableMap<K,V>> |
DefaultSegmentedDataContainer.mapSupplier |
| Modifier and Type | Method and Description |
|---|---|
protected abstract PeekableTouchableMap<K,V> |
AbstractInternalDataContainer.getMapForSegment(int segment) |
PeekableTouchableMap<K,V> |
BoundedSegmentedDataContainer.getMapForSegment(int segment) |
protected PeekableTouchableMap<K,V> |
DefaultDataContainer.getMapForSegment(int segment) |
PeekableTouchableMap<K,V> |
DefaultSegmentedDataContainer.getMapForSegment(int segment) |
PeekableTouchableMap<K,V> |
L1SegmentedDataContainer.getMapForSegment(int segment) |
| Constructor and Description |
|---|
DefaultSegmentedDataContainer(Supplier<PeekableTouchableMap<K,V>> mapSupplier,
int numSegments) |
L1SegmentedDataContainer(Supplier<PeekableTouchableMap<K,V>> mapSupplier,
int numSegments) |
| Modifier and Type | Class and Description |
|---|---|
class |
OffHeapConcurrentMap
A
ConcurrentMap implementation that stores the keys and values off the JVM heap in native heap. |
| Modifier and Type | Method and Description |
|---|---|
protected PeekableTouchableMap<WrappedBytes,WrappedBytes> |
OffHeapDataContainer.getMapForSegment(int segment) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.