Package | Description |
---|---|
org.infinispan.persistence.async | |
org.infinispan.persistence.file |
Simple filesystem-based
CacheWriter implementation. |
org.infinispan.persistence.manager | |
org.infinispan.persistence.spi |
The Persistence SPI
|
org.infinispan.persistence.support |
Modifier and Type | Class and Description |
---|---|
class |
AdvancedAsyncCacheWriter |
class |
AsyncCacheWriter
The AsyncCacheWriter is a delegating CacheStore that buffers changes and writes them asynchronously to
the underlying CacheStore.
|
Constructor and Description |
---|
AdvancedAsyncCacheWriter(CacheWriter delegate) |
AsyncCacheWriter(CacheWriter delegate) |
Modifier and Type | Class and Description |
---|---|
class |
SingleFileStore<K,V>
A filesystem-based implementation of a
CacheLoader . |
Modifier and Type | Method and Description |
---|---|
List<CacheWriter> |
PersistenceManagerImpl.getAllWriters() |
Modifier and Type | Method and Description |
---|---|
protected AsyncCacheWriter |
PersistenceManagerImpl.createAsyncWriter(CacheWriter writer) |
Modifier and Type | Interface and Description |
---|---|
interface |
AdvancedCacheExpirationWriter<K,V>
Defines functionality for advanced expiration techniques.
|
interface |
AdvancedCacheWriter<K,V>
Defines advanced functionality for persisting data to an external storage.
|
interface |
AdvancedLoadWriteStore<K,V>
Advanced interface for interacting with an external store in a read-write mode.
|
interface |
ExternalStore<K,V>
Basic interface for interacting with an external store in a read-write mode.
|
interface |
FlagAffectedStore<K,V>
Implemented by stores that can skip writes based on certain flags present in the invocation.
|
Modifier and Type | Class and Description |
---|---|
class |
AdvancedSingletonCacheWriter |
class |
DelegatingCacheWriter |
class |
SingletonCacheWriter
SingletonStore is a delegating cache store used for situations when only one instance should interact with the
underlying store.
|
Modifier and Type | Field and Description |
---|---|
protected CacheWriter |
DelegatingCacheWriter.actual |
Modifier and Type | Method and Description |
---|---|
CacheWriter |
DelegatingCacheWriter.undelegate() |
Constructor and Description |
---|
AdvancedSingletonCacheWriter(CacheWriter actual,
SingletonStoreConfiguration singletonConfiguration) |
DelegatingCacheWriter(CacheWriter actual) |
SingletonCacheWriter(CacheWriter actual,
SingletonStoreConfiguration singletonConfiguration) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.