| Package | Description |
|---|---|
| org.infinispan.container.entries |
Entries which are stored in data containers.
|
| org.infinispan.container.impl |
Data containers which store cache entries.
|
| org.infinispan.container.offheap | |
| org.infinispan.expiration.impl | |
| org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
| org.infinispan.interceptors.distribution |
Interceptors dealing with command replication in distributed/replicated mode.
|
| org.infinispan.interceptors.impl |
Basic interceptors
|
| org.infinispan.interceptors.locking |
Interceptors dealing with locking.
|
| org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
| org.infinispan.stream.impl.local |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Void> |
ReadCommittedEntry.commit(int segment,
InternalDataContainer container) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDelegatingInternalDataContainer<K,V>
Delegating data container that delegates all calls to the container returned from
AbstractDelegatingInternalDataContainer.delegate() |
class |
AbstractInternalDataContainer<K,V>
Abstract class implemenation for a segmented data container.
|
class |
BoundedSegmentedDataContainer<K,V>
Bounded implementation of segmented data container.
|
class |
DefaultDataContainer<K,V>
DefaultDataContainer is both eviction and non-eviction based data container.
|
class |
DefaultSegmentedDataContainer<K,V>
DataContainer implementation that internally stores entries in an array of maps.
|
class |
L1SegmentedDataContainer<K,V>
Segmented data container that also allows for non owned segments to be written to a temporary map (L1).
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract InternalDataContainer<K,V> |
AbstractDelegatingInternalDataContainer.delegate() |
| Modifier and Type | Class and Description |
|---|---|
class |
BoundedOffHeapDataContainer |
class |
OffHeapDataContainer |
class |
SegmentedBoundedOffHeapDataContainer |
| Modifier and Type | Method and Description |
|---|---|
protected InternalDataContainer<WrappedBytes,WrappedBytes> |
SegmentedBoundedOffHeapDataContainer.delegate() |
| Modifier and Type | Field and Description |
|---|---|
protected ComponentRef<InternalDataContainer<K,V>> |
ExpirationManagerImpl.dataContainer |
| Modifier and Type | Method and Description |
|---|---|
ComponentRef<InternalDataContainer> |
ComponentRegistry.getInternalDataContainer() |
| Modifier and Type | Field and Description |
|---|---|
protected InternalDataContainer |
L1NonTxInterceptor.dataContainer |
| Constructor and Description |
|---|
L1WriteSynchronizer(InternalDataContainer dc,
long l1Lifespan,
StateTransferLock stateTransferLock,
ClusteringDependentLogic cdl) |
| Modifier and Type | Field and Description |
|---|---|
protected InternalDataContainer |
ClusteringInterceptor.dataContainer |
protected InternalDataContainer |
PrefetchInterceptor.dataContainer |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionalExceptionEvictionInterceptor.inject(Configuration config,
InternalDataContainer<Object,Object> dataContainer,
KeyValueMetadataSizeCalculator<Object,Object> calculator,
DistributionManager dm,
InternalExpirationManager<Object,Object> expirationManager) |
| Modifier and Type | Field and Description |
|---|---|
protected InternalDataContainer<Object,Object> |
ClusteringDependentLogic.AbstractClusteringDependentLogic.dataContainer |
| Modifier and Type | Field and Description |
|---|---|
protected InternalDataContainer<Object,Object> |
StateConsumerImpl.dataContainer |
protected InternalDataContainer<Object,Object> |
StateProviderImpl.dataContainer |
| Constructor and Description |
|---|
SegmentedEntryStreamSupplier(Cache<K,V> cache,
ToIntFunction<Object> toIntFunction,
InternalDataContainer<K,V> internalDataContainer) |
SegmentedKeyStreamSupplier(Cache<K,V> cache,
ToIntFunction<Object> toIntFunction,
InternalDataContainer<K,V> internalDataContainer) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.