Package | Description |
---|---|
org.infinispan.persistence.file |
Simple filesystem-based
CacheWriter implementation. |
org.infinispan.persistence.jdbc.stringbased |
JDBC CacheStore implementation which maps keys to strings.
|
org.infinispan.persistence.jpa |
JPA-based
AdvancedLoadWriteStore . |
org.infinispan.persistence.remote |
Hot Rod-based
AdvancedLoadWriteStore . |
org.infinispan.persistence.rest |
RESTful
AdvancedLoadWriteStore . |
org.infinispan.persistence.spi |
The Persistence SPI.
|
Modifier and Type | Method and Description |
---|---|
void |
SingleFileStore.purge(Executor threadPool,
AdvancedCacheWriter.PurgeListener task) |
Modifier and Type | Method and Description |
---|---|
void |
JdbcStringBasedStore.purge(Executor executor,
AdvancedCacheWriter.PurgeListener purgeListener) |
Modifier and Type | Method and Description |
---|---|
void |
JpaStore.purge(Executor threadPool,
AdvancedCacheWriter.PurgeListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteStore.purge(Executor threadPool,
AdvancedCacheWriter.PurgeListener task) |
Modifier and Type | Method and Description |
---|---|
void |
RestStore.purge(Executor executor,
AdvancedCacheWriter.PurgeListener purgeListener)
Deprecated.
|
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.
|
default void |
AdvancedCacheExpirationWriter.purge(Executor threadPool,
AdvancedCacheWriter.PurgeListener<? super K> listener)
This method is never called.
|
Copyright © 2019 JBoss, a division of Red Hat. All rights reserved.