| Package | Description |
|---|---|
| org.infinispan.container.impl |
Data containers which store cache entries.
|
| org.infinispan.container.offheap |
| Modifier and Type | Field and Description |
|---|---|
protected DataOperationOrderer |
AbstractInternalDataContainer.orderer |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> CompletionStage<Void> |
AbstractInternalDataContainer.handleEviction(InternalCacheEntry<K,V> entry,
DataOperationOrderer orderer,
PassivationManager passivator,
EvictionManager<K,V> evictionManager,
DataContainer<K,V> dataContainer,
CompletionStage<Void> selfDelay)
Performs the eviction logic, except it doesn't actually remove the entry from the data container.
|
| Modifier and Type | Field and Description |
|---|---|
protected DataOperationOrderer |
SegmentedBoundedOffHeapDataContainer.orderer |
Copyright © 2022 JBoss by Red Hat. All rights reserved.