Uses of Interface
org.infinispan.persistence.spi.AdvancedCacheExpirationWriter.ExpirationPurgeListener
Package
Description
The Persistence SPI.
-
Uses of AdvancedCacheExpirationWriter.ExpirationPurgeListener in org.infinispan.persistence.spi
Modifier and TypeMethodDescriptionvoid
AdvancedCacheExpirationWriter.purge
(Executor executor, AdvancedCacheExpirationWriter.ExpirationPurgeListener<K, V> 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.default void
SegmentedAdvancedLoadWriteStore.purge
(Executor executor, AdvancedCacheExpirationWriter.ExpirationPurgeListener<K, V> 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. -
Uses of AdvancedCacheExpirationWriter.ExpirationPurgeListener in org.infinispan.persistence.support
Modifier and TypeMethodDescriptionvoid
ComposedSegmentedLoadWriteStore.purge
(Executor executor, AdvancedCacheExpirationWriter.ExpirationPurgeListener<K, V> listener)