| Interface | Description |
|---|---|
| EntryFactory |
A factory for constructing
MVCCEntry instances for use in the InvocationContext. |
| InternalDataContainer<K,V> |
Interface describing methods of a data container where operations can be indexed by the segment of the key
stored in the map.
|
| InternalEntryFactory |
A factory for
InternalCacheEntry and InternalCacheValue instances. |
| KeyValueMetadataSizeCalculator<K,V> |
Size calculator that takes into account not only key and value but also metadata.
|
| PeekableTouchableMap<K,V> | |
| TouchableMap |
| Class | Description |
|---|---|
| AbstractDelegatingInternalDataContainer<K,V> |
Delegating data container that delegates all calls to the container returned from
AbstractDelegatingInternalDataContainer.delegate() |
| AbstractInternalDataContainer<K,V> |
Abstract class implemenation for a segmented data container.
|
| BoundedSegmentedDataContainer<K,V> |
Bounded implementation of segmented data container.
|
| CorePackageImpl | |
| DefaultDataContainer<K,V> |
DefaultDataContainer is both eviction and non-eviction based data container.
|
| DefaultSegmentedDataContainer<K,V> |
DataContainer implementation that internally stores entries in an array of maps.
|
| EntryFactoryImpl |
EntryFactory implementation to be used for optimistic locking scheme. |
| InternalEntryFactoryImpl |
An implementation that generates non-versioned entries
|
| L1SegmentedDataContainer<K,V> |
Segmented data container that also allows for non owned segments to be written to a temporary map (L1).
|
| PeekableTouchableCaffeineMap<K,V> | |
| PeekableTouchableContainerMap<K,V> |
LockingInterceptor
to wrap an entry and put it in a thread's InvocationContextCopyright © 2022 JBoss by Red Hat. All rights reserved.