Uses of Interface
org.infinispan.persistence.spi.AdvancedCacheLoader
-
Packages that use AdvancedCacheLoader Package Description org.infinispan.persistence Persistence API.org.infinispan.persistence.file Simple filesystem-basedCacheWriterimplementation.org.infinispan.persistence.spi The Persistence SPI.org.infinispan.persistence.support -
-
Uses of AdvancedCacheLoader in org.infinispan.persistence
Methods in org.infinispan.persistence with parameters of type AdvancedCacheLoader Modifier and Type Method Description static <K,V>
intPersistenceUtil. count(AdvancedCacheLoader<K,V> acl, Predicate<? super K> filter)static <K,V>
Set<InternalCacheEntry<K,V>>PersistenceUtil. toEntrySet(AdvancedCacheLoader<K,V> acl, Predicate<? super K> filter, InternalEntryFactory ief)static <K,V>
Set<K>PersistenceUtil. toKeySet(AdvancedCacheLoader<K,V> acl, Predicate<? super K> filter) -
Uses of AdvancedCacheLoader in org.infinispan.persistence.file
Classes in org.infinispan.persistence.file that implement AdvancedCacheLoader Modifier and Type Class Description classSingleFileStore<K,V>A filesystem-based implementation of aAdvancedLoadWriteStore. -
Uses of AdvancedCacheLoader in org.infinispan.persistence.spi
Subinterfaces of AdvancedCacheLoader in org.infinispan.persistence.spi Modifier and Type Interface Description interfaceAdvancedLoadWriteStore<K,V>Deprecated.since 11.0 replaced byNonBlockingStoreinterfaceSegmentedAdvancedLoadWriteStore<K,V>Deprecated.since 11.0 replaced byNonBlockingStore -
Uses of AdvancedCacheLoader in org.infinispan.persistence.support
Classes in org.infinispan.persistence.support that implement AdvancedCacheLoader 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.Methods in org.infinispan.persistence.support that return AdvancedCacheLoader Modifier and Type Method Description AdvancedCacheLoader<K,V>NonBlockingStoreAdapter. advancedLoader()
-