Uses of Interface
org.infinispan.persistence.spi.AdvancedCacheLoader
Packages that use AdvancedCacheLoader
Package
Description
Persistence API.
The Persistence SPI.
-
Uses of AdvancedCacheLoader in org.infinispan.persistence
Methods in org.infinispan.persistence with parameters of type AdvancedCacheLoaderModifier and TypeMethodDescriptionstatic <K,
V> int PersistenceUtil.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.spi
Subinterfaces of AdvancedCacheLoader in org.infinispan.persistence.spiModifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version.interface
Deprecated, for removal: This API element is subject to removal in a future version.since 11.0 replaced byNonBlockingStore
-
Uses of AdvancedCacheLoader in org.infinispan.persistence.support
Classes in org.infinispan.persistence.support that implement AdvancedCacheLoaderModifier 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.Methods in org.infinispan.persistence.support that return AdvancedCacheLoader
NonBlockingStore