Package | Description |
---|---|
org.infinispan.persistence.async | |
org.infinispan.persistence.file |
Simple filesystem-based
CacheWriter implementation. |
org.infinispan.persistence.spi |
The Persistence SPI
|
org.infinispan.persistence.support |
Modifier and Type | Method and Description |
---|---|
void |
AdvancedAsyncCacheWriter.purge(Executor threadPool,
AdvancedCacheWriter.PurgeListener task) |
Modifier and Type | Method and Description |
---|---|
void |
SingleFileStore.purge(Executor threadPool,
AdvancedCacheWriter.PurgeListener task) |
Modifier and Type | Interface and Description |
---|---|
static interface |
AdvancedCacheExpirationWriter.ExpirationPurgeListener<K,V>
Callback to be notified when an entry is removed by the
AdvancedCacheExpirationWriter.purge(Executor, ExpirationPurgeListener) method. |
Modifier and Type | Method and Description |
---|---|
void |
AdvancedCacheWriter.purge(Executor threadPool,
AdvancedCacheWriter.PurgeListener<? super K> listener)
Using the thread in the pool, removed all the expired data from the persistence storage.
|
Modifier and Type | Method and Description |
---|---|
void |
AdvancedSingletonCacheWriter.purge(Executor threadPool,
AdvancedCacheWriter.PurgeListener task) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.