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<org.infinispan.container.entries.InternalCacheEntry<K, V>> PersistenceUtil.toEntrySet
(AdvancedCacheLoader<K, V> acl, Predicate<? super K> filter, org.infinispan.container.impl.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.interface
Deprecated.since 11.0 replaced byNonBlockingStore
NonBlockingStore