Uses of Class
org.infinispan.util.concurrent.DataOperationOrderer
Package
Description
Data containers which store cache entries.
-
Uses of DataOperationOrderer in org.infinispan.container.impl
Modifier and TypeFieldDescriptionprotected DataOperationOrderer
AbstractInternalDataContainer.orderer
Modifier and TypeMethodDescriptionstatic <K,
V> CompletionStage <Void> AbstractInternalDataContainer.handleEviction
(InternalCacheEntry<K, V> entry, DataOperationOrderer orderer, PassivationManager passivator, EvictionManager<K, V> evictionManager, DataContainer<K, V> dataContainer, Executor nonBlockingExecutor, CompletionStage<Void> selfDelay) Performs the eviction logic, except it doesn't actually remove the entry from the data container. -
Uses of DataOperationOrderer in org.infinispan.container.offheap
Modifier and TypeFieldDescriptionprotected DataOperationOrderer
SegmentedBoundedOffHeapDataContainer.orderer