Uses of Interface
org.infinispan.persistence.util.EntryLoader
-
Packages that use EntryLoader Package Description org.infinispan.container.entries Entries which are stored in data containers.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.transaction.impl -
-
Uses of EntryLoader in org.infinispan.container.entries
Methods in org.infinispan.container.entries with parameters of type EntryLoader Modifier and Type Method Description CompletionStage<Boolean>VersionedRepeatableReadEntry. performWriteSkewCheck(EntryLoader entryLoader, int segment, TxInvocationContext ctx, EntryVersion versionSeen, VersionGenerator versionGenerator, boolean rollingUpgrade) -
Uses of EntryLoader in org.infinispan.interceptors.impl
Classes in org.infinispan.interceptors.impl that implement EntryLoader Modifier and Type Class Description classCacheLoaderInterceptor<K,V>classClusteredCacheLoaderInterceptor<K,V>The same as a regular cache loader interceptor, except that it contains additional logic to force loading from the cache loader if needed on a remote node, in certain conditions.classPassivationCacheLoaderInterceptor<K,V>classPassivationClusteredCacheLoaderInterceptor<K,V> -
Uses of EntryLoader in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking that return EntryLoader Modifier and Type Method Description <K,V>
EntryLoader<K,V>ClusteringDependentLogic.AbstractClusteringDependentLogic. getEntryLoader()<K,V>
EntryLoader<K,V>ClusteringDependentLogic. getEntryLoader()<K,V>
EntryLoader<K,V>OrderedClusteringDependentLogic. getEntryLoader() -
Uses of EntryLoader in org.infinispan.transaction.impl
Methods in org.infinispan.transaction.impl with parameters of type EntryLoader Modifier and Type Method Description static CompletionStage<Map<Object,IncrementableEntryVersion>>WriteSkewHelper. performWriteSkewCheckAndReturnNewVersions(VersionedPrepareCommand prepareCommand, EntryLoader<?,?> entryLoader, VersionGenerator versionGenerator, TxInvocationContext<?> context, WriteSkewHelper.KeySpecificLogic ksl, KeyPartitioner keyPartitioner)
-