Uses of Interface
org.infinispan.persistence.spi.AdvancedCacheLoader
-
Packages that use AdvancedCacheLoader Package Description org.infinispan.persistence Persistence API.org.infinispan.persistence.jpa JPA-basedAdvancedLoadWriteStore
.org.infinispan.persistence.spi The Persistence SPI. -
-
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<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.jpa
Classes in org.infinispan.persistence.jpa that implement AdvancedCacheLoader Modifier and Type Class Description class
JpaStore<K,V>
NOTE: This store can return expired keys or entries on any given operation ifJpaStoreConfiguration.storeMetadata()
was set to false. -
Uses of AdvancedCacheLoader in org.infinispan.persistence.spi
Subinterfaces of AdvancedCacheLoader in org.infinispan.persistence.spi Modifier and Type Interface Description interface
AdvancedLoadWriteStore<K,V>
Deprecated.since 11.0 replaced byNonBlockingStore
interface
SegmentedAdvancedLoadWriteStore<K,V>
Deprecated.since 11.0 replaced byNonBlockingStore
-