Modifier and Type | Class and Description |
---|---|
class |
JCacheWriterAdapter<K,V> |
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 | Class and Description |
---|---|
class |
JdbcBinaryStore
AdvancedLoadWriteStore implementation that will store all the buckets as rows
in database, each row corresponding to a bucket. |
Modifier and Type | Class and Description |
---|---|
class |
JdbcMixedStore
Cache store that combines functionality of
JdbcBinaryStore and JdbcStringBasedStore . |
Modifier and Type | Class and Description |
---|---|
class |
JdbcStringBasedStore
AdvancedCacheLoader implementation that stores the entries in a database. |
Modifier and Type | Class and Description |
---|---|
class |
JpaStore |
Modifier and Type | Class and Description |
---|---|
class |
LevelDBStore |
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 | Class and Description |
---|---|
class |
RemoteStore
Cache store that delegates the call to a infinispan cluster.
|
Modifier and Type | Class and Description |
---|---|
class |
SoftIndexFileStore
Local file-based cache store, optimized for write-through use with strong consistency guarantees
(ability to flush disk operations before returning from the store call).
|
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.
|
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 © 2024 JBoss, a division of Red Hat. All rights reserved.