Package | Description |
---|---|
org.infinispan.persistence.async | |
org.infinispan.persistence.file |
Simple filesystem-based
CacheStore implementation. |
org.infinispan.persistence.jdbc.binary |
This JDBC CacheStore implementation is optimized for storing binary (non-String)
keys in the cache.
|
org.infinispan.persistence.jdbc.mixed |
This is a delegating CacheStore implementation that delegates either to a binary
or String based JDBC cache store depending on the key used.
|
org.infinispan.persistence.jdbc.stringbased |
This JDBC CacheStore implementation is optimized for storing String
keys in the cache.
|
org.infinispan.persistence.remote | |
org.infinispan.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 | Method and Description |
---|---|
void |
JdbcBinaryStore.purge(Executor threadPool,
AdvancedCacheWriter.PurgeListener task) |
Modifier and Type | Method and Description |
---|---|
void |
JdbcMixedStore.purge(Executor threadPool,
AdvancedCacheWriter.PurgeListener task) |
Modifier and Type | Method and Description |
---|---|
void |
JdbcStringBasedStore.purge(Executor executor,
AdvancedCacheWriter.PurgeListener task) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteStore.purge(Executor threadPool,
AdvancedCacheWriter.PurgeListener task) |
Modifier and Type | Method and Description |
---|---|
void |
AdvancedCacheWriter.purge(Executor threadPool,
AdvancedCacheWriter.PurgeListener 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 © 2016 JBoss, a division of Red Hat. All rights reserved.