| Package | Description |
|---|---|
| org.infinispan.persistence.spi |
The Persistence SPI.
|
| org.infinispan.persistence.support |
| Modifier and Type | Method and Description |
|---|---|
void |
AdvancedCacheExpirationWriter.purge(Executor executor,
AdvancedCacheExpirationWriter.ExpirationPurgeListener<K,V> listener)
Deprecated.
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.
Using the thread in the pool, removed all the expired data from the persistence storage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComposedSegmentedLoadWriteStore.purge(Executor executor,
AdvancedCacheExpirationWriter.ExpirationPurgeListener<K,V> listener) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.