|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheLoader | |
---|---|
org.jboss.cache.config | |
org.jboss.cache.interceptors | |
org.jboss.cache.loader | |
org.jboss.cache.loader.bdbje | |
org.jboss.cache.loader.jdbm | |
org.jboss.cache.loader.s3 |
Uses of CacheLoader in org.jboss.cache.config |
---|
Methods in org.jboss.cache.config that return CacheLoader | |
---|---|
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. |
Methods in org.jboss.cache.config with parameters of type CacheLoader | |
---|---|
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. |
Uses of CacheLoader in org.jboss.cache.interceptors |
---|
Fields in org.jboss.cache.interceptors declared as CacheLoader | |
---|---|
protected CacheLoader |
CacheLoaderInterceptor.loader
|
protected CacheLoader |
LegacyCacheLoaderInterceptor.loader
Deprecated. |
protected CacheLoader |
PassivationInterceptor.loader
|
Uses of CacheLoader in org.jboss.cache.loader |
---|
Subinterfaces of CacheLoader in org.jboss.cache.loader | |
---|---|
interface |
CacheLoaderAop
Responsible for storing and retrieving objects to/from secondary storage. |
Classes in org.jboss.cache.loader that implement CacheLoader | |
---|---|
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. |
Methods in org.jboss.cache.loader that return CacheLoader | |
---|---|
CacheLoader |
AbstractDelegatingCacheLoader.getCacheLoader()
|
CacheLoader |
CacheLoaderManager.getCacheLoader()
Returns the cache loader |
Methods in org.jboss.cache.loader that return types with arguments of type CacheLoader | |
---|---|
List<CacheLoader> |
ChainingCacheLoader.getCacheLoaders()
Returns a List |
Methods in org.jboss.cache.loader with parameters of type CacheLoader | |
---|---|
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)
|
Constructors in org.jboss.cache.loader with parameters of type CacheLoader | |
---|---|
AbstractDelegatingCacheLoader(CacheLoader cl)
|
|
AsyncCacheLoader(CacheLoader cacheLoader)
|
|
ReadOnlyDelegatingCacheLoader(CacheLoader cl)
|
Uses of CacheLoader in org.jboss.cache.loader.bdbje |
---|
Classes in org.jboss.cache.loader.bdbje that implement CacheLoader | |
---|---|
class |
BdbjeCacheLoader
A persistent CacheLoader based on Berkeley DB Java Edition. |
Uses of CacheLoader in org.jboss.cache.loader.jdbm |
---|
Classes in org.jboss.cache.loader.jdbm that implement CacheLoader | |
---|---|
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. |
Uses of CacheLoader in org.jboss.cache.loader.s3 |
---|
Classes in org.jboss.cache.loader.s3 that implement CacheLoader | |
---|---|
class |
S3CacheLoader
Uses the Amazon S3 service for storage. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |