Uses of Interface
org.infinispan.persistence.util.EntryLoader
Packages that use EntryLoader
Package
Description
Entries which are stored in data containers.
Basic interceptors
Interceptors dealing with locking.
-
Uses of EntryLoader in org.infinispan.container.entries
Methods in org.infinispan.container.entries with parameters of type EntryLoaderModifier and TypeMethodDescriptionVersionedRepeatableReadEntry.performWriteSkewCheck(EntryLoader<K, V> 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 EntryLoaderModifier and TypeClassDescriptionclassclassThe 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.classclass -
Uses of EntryLoader in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking that return EntryLoaderModifier and TypeMethodDescriptionfinal <K,V> EntryLoader<K, V> ClusteringDependentLogic.AbstractClusteringDependentLogic.getEntryLoader()<K,V> EntryLoader<K, V> ClusteringDependentLogic.getEntryLoader() -
Uses of EntryLoader in org.infinispan.transaction.impl
Methods in org.infinispan.transaction.impl with parameters of type EntryLoaderModifier and TypeMethodDescriptionWriteSkewHelper.performWriteSkewCheckAndReturnNewVersions(VersionedPrepareCommand prepareCommand, EntryLoader<?, ?> entryLoader, VersionGenerator versionGenerator, TxInvocationContext<?> context, WriteSkewHelper.KeySpecificLogic ksl, KeyPartitioner keyPartitioner)