Package | Description |
---|---|
org.infinispan.compatibility.adaptor52x | |
org.infinispan.jcache | |
org.infinispan.nearcache.jms | |
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.leveldb | |
org.infinispan.persistence.manager | |
org.infinispan.persistence.remote | |
org.infinispan.persistence.rest | |
org.infinispan.persistence.spi | |
org.infinispan.persistence.support |
Modifier and Type | Class and Description |
---|---|
class |
Adaptor52xStore |
Modifier and Type | Class and Description |
---|---|
class |
JCacheWriterAdapter<K,V> |
Modifier and Type | Class and Description |
---|---|
class |
RemoteEventStore
A remote cache store that registers itself to listen for remote cache events
|
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
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 |
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 |
RestStore
RestStore.
|
Modifier and Type | Interface and Description |
---|---|
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 © 2014 JBoss, a division of Red Hat. All Rights Reserved.