| Package | Description |
|---|---|
| org.infinispan.container.impl |
Data containers which store cache entries.
|
| org.infinispan.container.offheap | |
| org.infinispan.eviction.impl |
| Modifier and Type | Field and Description |
|---|---|
protected ComponentRef<PassivationManager> |
AbstractInternalDataContainer.passivator |
| 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 ComponentRef<PassivationManager> |
SegmentedBoundedOffHeapDataContainer.passivator |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPassivationManager
A passivation manager
|
class |
PassivationManagerImpl |
class |
PassivationManagerStub |
Copyright © 2022 JBoss by Red Hat. All rights reserved.