Package | Description |
---|---|
org.jboss.cache.config | |
org.jboss.cache.interceptors | |
org.jboss.cache.loader | |
org.jboss.cache.loader.jdbm |
Modifier and Type | Method and Description |
---|---|
CacheLoader |
CacheLoaderConfig.IndividualCacheLoaderConfig.getCacheLoader()
Provides the ability to get and set a running cache loader, which, if exists, will be used rather than
constructing a new one.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheLoaderConfig.IndividualCacheLoaderConfig.setCacheLoader(CacheLoader cacheLoader)
Provides the ability to get and set a running cache loader, which, if exists, will be used rather than
constructing a new one.
|
Modifier and Type | Field and Description |
---|---|
protected CacheLoader |
PassivationInterceptor.loader |
protected CacheLoader |
CacheLoaderInterceptor.loader |
protected CacheLoader |
LegacyCacheLoaderInterceptor.loader
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CacheLoaderAop
Responsible for storing and retrieving objects to/from secondary storage.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCacheLoader
A convenience abstract implementation of a
CacheLoader . |
class |
AbstractDelegatingCacheLoader
AbstractDelegatingCacheLoader provides standard functionality for a cache loader that simply delegates each
operation defined in the cache loader interface to the underlying cache loader, basically acting as a proxy to the
real cache loader.
|
class |
AdjListJDBCCacheLoader
Adjacency List Model is the model of persisting trees in which each children holds a reference to its parent.
|
class |
AsyncCacheLoader
The AsyncCacheLoader is a delegating cache loader that extends
AbstractDelegatingCacheLoader overriding methods to that should not
just delegate the operation to the underlying cache loader.
|
class |
ChainingCacheLoader
This decorator is used whenever more than one cache loader is configured.
|
class |
ClusteredCacheLoader
A cache loader that consults other members in the cluster for values.
|
class |
FileCacheLoader
Simple file-based CacheLoader implementation.
|
class |
JDBCCacheLoader
JDBC implementation of AdjListJDBCCacheLoader.
|
class |
JDBCCacheLoaderOld
Deprecated.
please use the
JDBCCacheLoader . |
class |
LocalDelegatingCacheLoader
DelegatingCacheLoader implementation which delegates to a local (in the same VM) CacheImpl.
|
class |
ReadOnlyDelegatingCacheLoader
Provides ignoreModifications features to all cache loaders.
|
class |
SingletonStoreCacheLoader
SingletonStoreCacheLoader is a delegating cache loader used for situations when only one node should interact with
the underlying store.
|
class |
TcpDelegatingCacheLoader
DelegatingCacheLoader implementation which delegates to a remote (not in the same VM)
CacheImpl using TCP/IP for communication.
|
Modifier and Type | Method and Description |
---|---|
CacheLoader |
CacheLoaderManager.getCacheLoader()
Returns the cache loader
|
CacheLoader |
AbstractDelegatingCacheLoader.getCacheLoader() |
Modifier and Type | Method and Description |
---|---|
List<CacheLoader> |
ChainingCacheLoader.getCacheLoaders()
Returns a List
|
Modifier and Type | Method and Description |
---|---|
void |
ChainingCacheLoader.addCacheLoader(CacheLoader l,
CacheLoaderConfig.IndividualCacheLoaderConfig cfg)
Adds a cache loader to the chain (always added at the end of the chain)
|
protected void |
CacheLoaderManager.setCacheInLoader(CacheSPI c,
CacheLoader loader)
Sets the cache instance associated with the given cache loader.
|
void |
AbstractDelegatingCacheLoader.setCacheLoader(CacheLoader cacheLoader) |
Constructor and Description |
---|
AbstractDelegatingCacheLoader(CacheLoader cl) |
AsyncCacheLoader(CacheLoader cacheLoader) |
ReadOnlyDelegatingCacheLoader(CacheLoader cl) |
Modifier and Type | Class and Description |
---|---|
class |
JdbmCacheLoader
A persistent
CacheLoader based on the JDBM project. |
class |
JdbmCacheLoader2
Optimized version of the
JdbmCacheLoader implementation which is better
for storing data under a single node. |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.