Uses of Interface
org.infinispan.persistence.spi.CacheLoader
-
Packages that use CacheLoader Package Description org.infinispan.persistence.cluster ACacheLoader(notCacheWriter) that polls other nodes in the cluster for state.org.infinispan.persistence.file Simple filesystem-basedCacheWriterimplementation.org.infinispan.persistence.spi The Persistence SPI.org.infinispan.persistence.support -
-
Uses of CacheLoader in org.infinispan.persistence.cluster
Classes in org.infinispan.persistence.cluster that implement CacheLoader Modifier and Type Class Description classClusterLoaderDeprecated.since 11.0. -
Uses of CacheLoader in org.infinispan.persistence.file
Classes in org.infinispan.persistence.file that implement CacheLoader Modifier and Type Class Description classSingleFileStore<K,V>A filesystem-based implementation of aAdvancedLoadWriteStore. -
Uses of CacheLoader in org.infinispan.persistence.spi
Subinterfaces of CacheLoader in org.infinispan.persistence.spi Modifier and Type Interface Description interfaceAdvancedCacheLoader<K,V>Deprecated.since 11.0 replaced byNonBlockingStoreinterfaceAdvancedLoadWriteStore<K,V>Deprecated.since 11.0 replaced byNonBlockingStoreinterfaceExternalStore<K,V>Deprecated.since 11.0 replaced byNonBlockingStoreinterfaceFlagAffectedStore<K,V>Implemented by stores that can skip writes based on certain flags present in the invocation.interfaceSegmentedAdvancedLoadWriteStore<K,V>Deprecated.since 11.0 replaced byNonBlockingStore -
Uses of CacheLoader in org.infinispan.persistence.support
Classes in org.infinispan.persistence.support that implement CacheLoader Modifier and Type Class Description classAbstractSegmentedAdvancedLoadWriteStore<K,V>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().classComposedSegmentedLoadWriteStore<K,V,T extends AbstractSegmentedStoreConfiguration>Segmented store that creates multiple inner stores for each segment.classDelegatingCacheLoader<K,V>Fields in org.infinispan.persistence.support declared as CacheLoader Modifier and Type Field Description protected CacheLoaderDelegatingCacheLoader. actualMethods in org.infinispan.persistence.support that return CacheLoader Modifier and Type Method Description CacheLoader<K,V>NonBlockingStoreAdapter. loader()CacheLoaderDelegatingCacheLoader. undelegate()Constructors in org.infinispan.persistence.support with parameters of type CacheLoader Constructor Description DelegatingCacheLoader(CacheLoader actual)
-