Uses of Interface
org.infinispan.persistence.spi.AdvancedCacheWriter.PurgeListener
Packages that use AdvancedCacheWriter.PurgeListener
-
Uses of AdvancedCacheWriter.PurgeListener in org.infinispan.persistence.spi
Subinterfaces of AdvancedCacheWriter.PurgeListener in org.infinispan.persistence.spiModifier and TypeInterfaceDescriptionstatic interface
Deprecated, for removal: This API element is subject to removal in a future version.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.PurgeListenerModifier and TypeMethodDescriptiondefault void
AdvancedCacheExpirationWriter.purge
(Executor threadPool, AdvancedCacheWriter.PurgeListener<? super K> listener) Deprecated, for removal: This API element is subject to removal in a future version.This method is never called.void
AdvancedCacheWriter.purge
(Executor threadPool, AdvancedCacheWriter.PurgeListener<? super K> listener) Deprecated, for removal: This API element is subject to removal in a future version.Using the thread in the pool, removed all the expired data from the persistence storage.