Package | Description |
---|---|
org.infinispan.compatibility.adaptor52x | |
org.infinispan.compatibility.loaders | |
org.infinispan.loaders | |
org.infinispan.loaders.bucket |
Abstract classes that use hashed buckets to store entries.
|
org.infinispan.loaders.decorators |
This package contains loaders and stores, which are used for overflow or persistence.
|
Modifier and Type | Method and Description |
---|---|
CacheLoader |
Adaptor52xStore.getLoader() |
CacheLoader |
Adaptor52xStoreConfigurationBuilder.getLoader() |
CacheLoader |
Adaptor52xStoreConfiguration.getLoader() |
Modifier and Type | Method and Description |
---|---|
Adaptor52xStoreConfigurationBuilder |
Adaptor52xStoreConfigurationBuilder.loader(CacheLoader loader) |
Constructor and Description |
---|
Adaptor52xStoreConfiguration(boolean purgeOnStartup,
boolean fetchPersistentState,
boolean ignoreModifications,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore,
boolean preload,
boolean shared,
Properties properties,
CacheLoader loader) |
Modifier and Type | Class and Description |
---|---|
class |
Custom52xCacheStore |
Modifier and Type | Interface and Description |
---|---|
interface |
CacheStore
A specialization of the
CacheLoader interface that can be written to. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCacheLoader
An abstract
CacheLoader that holds common implementations for some methods |
class |
AbstractCacheStore
An abstract
CacheStore that holds common implementations for some methods |
class |
LockSupportCacheStore<L>
This class extends
AbstractCacheStore adding lock support for consistently accessing stored data. |
Modifier and Type | Class and Description |
---|---|
class |
BucketBasedCacheStore
Base class for CacheStore implementations that combine entries into buckets when storing data.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegatingStore
Simple delegate that delegates all calls.
|
class |
AsyncStore
The AsyncStore is a delegating CacheStore that buffers changes and writes them asynchronously to
the underlying CacheStore.
|
class |
ChainingCacheStore
A chaining cache loader that allows us to configure > 1 cache loader.
|
class |
ReadOnlyStore
A decorator that makes the underlying store a
CacheLoader , i.e., suppressing all write
methods. |
class |
SingletonStore
SingletonStore is a delegating cache store used for situations when only one instance should interact with the
underlying store.
|
Modifier and Type | Method and Description |
---|---|
<T extends CacheLoader> |
ChainingCacheStore.getCacheLoaders(Class<T> loaderClass) |
Modifier and Type | Method and Description |
---|---|
static CacheLoader |
AbstractDelegatingStore.undelegateCacheLoader(CacheLoader store) |
Modifier and Type | Method and Description |
---|---|
void |
ChainingCacheStore.addCacheLoader(CacheLoader loader,
CacheLoaderConfiguration config) |
static CacheLoader |
AbstractDelegatingStore.undelegateCacheLoader(CacheLoader store) |
Copyright © 2013 JBoss, a division of Red Hat. All rights reserved.