| Interface | Description |
|---|---|
| DataContainer<K,V> |
The main internal data structure which stores entries
|
| DataContainer.ComputeAction<K,V> | |
| EntryFactory |
A factory for constructing
MVCCEntry instances for use in the InvocationContext. |
| InternalEntryFactory |
A factory for
InternalCacheEntry and InternalCacheValue instances. |
| Class | Description |
|---|---|
| DefaultDataContainer<K,V> |
DefaultDataContainer is both eviction and non-eviction based data container.
|
| EntryFactoryImpl |
EntryFactory implementation to be used for optimistic locking scheme. |
| IncrementalVersionableEntryFactoryImpl |
An entry factory that is capable of dealing with SimpleClusteredVersions.
|
| InternalEntryFactoryImpl |
An implementation that generates non-versioned entries
|
| Enum | Description |
|---|---|
| EntryFactory.Wrap |
LockingInterceptor
to wrap an entry and put it in a thread's InvocationContextCopyright © 2024 JBoss, a division of Red Hat. All rights reserved.