Uses of Interface
org.infinispan.persistence.spi.CacheLoader
Packages that use CacheLoader
Package
Description
A
CacheLoader
(not CacheWriter
) that polls other nodes in the cluster for state.The Persistence SPI.
-
Uses of CacheLoader in org.infinispan.persistence.cluster
Classes in org.infinispan.persistence.cluster that implement CacheLoaderModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0. -
Uses of CacheLoader in org.infinispan.persistence.spi
Subinterfaces of CacheLoader in org.infinispan.persistence.spiModifier and TypeInterfaceDescriptioninterface
AdvancedCacheLoader<K,
V> Deprecated, for removal: This API element is subject to removal in a future version.since 11.0 replaced byNonBlockingStore
interface
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0 replaced byNonBlockingStore
interface
ExternalStore<K,
V> Deprecated, for removal: This API element is subject to removal in a future version.since 11.0 replaced byNonBlockingStore
interface
FlagAffectedStore<K,
V> Implemented by stores that can skip writes based on certain flags present in the invocation.interface
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0 replaced byNonBlockingStore
-
Uses of CacheLoader in org.infinispan.persistence.support
Classes in org.infinispan.persistence.support that implement CacheLoaderModifier and TypeClassDescriptionclass
Abstract segment loader writer that implements all the single key non segmented methods by invoking the segmented equivalent by passing in the segment returned from invokingAbstractSegmentedAdvancedLoadWriteStore.getKeyMapper()
.class
Segmented store that creates multiple inner stores for each segment.class
Fields in org.infinispan.persistence.support declared as CacheLoaderMethods in org.infinispan.persistence.support that return CacheLoaderModifier and TypeMethodDescriptionNonBlockingStoreAdapter.loader()
DelegatingCacheLoader.undelegate()
Constructors in org.infinispan.persistence.support with parameters of type CacheLoader