|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheLoader | |
org.jboss.cache | |
org.jboss.cache.interceptors | |
org.jboss.cache.loader | |
org.jboss.cache.loader.bdbje | |
org.jboss.cache.loader.tcp |
Uses of CacheLoader in org.jboss.cache |
Fields in org.jboss.cache declared as CacheLoader | |
protected CacheLoader |
TreeCache.cache_loader
A reference to the CacheLoader. |
Methods in org.jboss.cache that return CacheLoader | |
CacheLoader |
TreeCacheMBean.getCacheLoader()
|
CacheLoader |
TreeCache.getCacheLoader()
|
Methods in org.jboss.cache with parameters of type CacheLoader | |
void |
TreeCacheMBean.setCacheLoader(CacheLoader cache_loader)
|
void |
TreeCache.setCacheLoader(CacheLoader cache_loader)
|
Uses of CacheLoader in org.jboss.cache.interceptors |
Fields in org.jboss.cache.interceptors declared as CacheLoader | |
protected CacheLoader |
PassivationInterceptor.loader
|
protected CacheLoader |
CacheStoreInterceptor.loader
|
protected CacheLoader |
CacheLoaderInterceptor.loader
|
Methods in org.jboss.cache.interceptors that return CacheLoader | |
protected CacheLoader |
CacheStoreInterceptor.getLoader()
|
protected CacheLoader |
ActivationInterceptor.getLoader()
|
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. |
interface |
ExtendedCacheLoader
Extends the CacheLoader interface by adding methods to support
serialized transfer of a portion of a cache tree. |
Classes in org.jboss.cache.loader that implement CacheLoader | |
class |
AsyncCacheLoader
The AsyncCacheLoader is a delegating cache loader that passes on all operations to the underlying CacheLoader impl passed in during construction. |
class |
AsyncExtendedCacheLoader
A AsyncExtendedCacheLoader. |
class |
DelegatingCacheLoader
CacheLoader implementation which delegates to another TreeCache. |
class |
FileCacheLoader
Simple file-based CacheLoader implementation. |
class |
FileExtendedCacheLoader
A FileExtendedCacheLoader. |
class |
JDBCCacheLoader
JDBC CacheLoader implementation. |
class |
JDBCExtendedCacheLoader
A JDBCExtendedCacheLoader. |
class |
LocalDelegatingCacheLoader
DelegatingCacheLoader implementation which delegates to a local (in the same VM) TreeCache. |
class |
RmiDelegatingCacheLoader
DelegatingCacheLoader implementation which delegates to a remote (not in the same VM) TreeCache using the Java RMI mechanism. |
class |
RpcDelegatingCacheLoader
DelegatingCacheLoader implementation which delegates to a remote (not in the same VM) TreeCache using JGroups' RPC mechanism. |
class |
SharedStoreCacheLoader
CacheLoader proxy used only when multiple CacheLoaders in a cluster access the same underlying store (e.g. |
Constructors in org.jboss.cache.loader with parameters of type CacheLoader | |
SharedStoreCacheLoader(CacheLoader loader,
org.jgroups.Address local_addr,
boolean coordinator)
|
|
AsyncCacheLoader(CacheLoader cacheLoader)
|
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.tcp |
Classes in org.jboss.cache.loader.tcp that implement CacheLoader | |
class |
TcpDelegatingCacheLoader
DelegatingCacheLoader implementation which delegates to a remote (not in the same VM) TreeCache using TCP/IP for communication. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |