Uses of Interface
org.infinispan.persistence.spi.AdvancedCacheWriter.PurgeListener
-
Packages that use AdvancedCacheWriter.PurgeListener Package Description org.infinispan.persistence.jpa JPA-basedAdvancedLoadWriteStore.org.infinispan.persistence.spi The Persistence SPI. -
-
Uses of AdvancedCacheWriter.PurgeListener in org.infinispan.persistence.jpa
Methods in org.infinispan.persistence.jpa with parameters of type AdvancedCacheWriter.PurgeListener Modifier and Type Method Description voidJpaStore. purge(Executor threadPool, AdvancedCacheWriter.PurgeListener listener) -
Uses of AdvancedCacheWriter.PurgeListener in org.infinispan.persistence.spi
Subinterfaces of AdvancedCacheWriter.PurgeListener in org.infinispan.persistence.spi Modifier and Type Interface Description static interfaceAdvancedCacheExpirationWriter.ExpirationPurgeListener<K,V>Deprecated.Callback to be notified when an entry is removed by theAdvancedCacheExpirationWriter.purge(Executor, ExpirationPurgeListener)method.Methods in org.infinispan.persistence.spi with parameters of type AdvancedCacheWriter.PurgeListener Modifier and Type Method Description default voidAdvancedCacheExpirationWriter. purge(Executor threadPool, AdvancedCacheWriter.PurgeListener<? super K> listener)Deprecated.This method is never called.voidAdvancedCacheWriter. purge(Executor threadPool, AdvancedCacheWriter.PurgeListener<? super K> listener)Deprecated.Using the thread in the pool, removed all the expired data from the persistence storage.
-