|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
| Interface Summary | |
| CacheLoader | Implementations need to load an object given a key from secondary storage, or store an object under a given key in secondary storage (e.g. |
| CacheLoaderAop | Responsible for storing and retrieving objects to/from secondary storage. |
| ExtendedCacheLoader | Extends the CacheLoader interface by adding methods to support
serialized transfer of a portion of a cache tree. |
| Class Summary | |
| AsyncCacheLoader | The AsyncCacheLoader is a delegating cache loader that passes on all operations to the underlying CacheLoader impl passed in during construction. |
| AsyncExtendedCacheLoader | A AsyncExtendedCacheLoader. |
| DelegatingCacheLoader | CacheLoader implementation which delegates to another TreeCache. |
| FileCacheLoader | Simple file-based CacheLoader implementation. |
| FileExtendedCacheLoader | A FileExtendedCacheLoader. |
| JDBCCacheLoader | JDBC CacheLoader implementation. |
| JDBCExtendedCacheLoader | A JDBCExtendedCacheLoader. |
| LocalDelegatingCacheLoader | DelegatingCacheLoader implementation which delegates to a local (in the same VM) TreeCache. |
| NodeData | Serializable representation of the data of a node (FQN and attributes) |
| RmiDelegatingCacheLoader | DelegatingCacheLoader implementation which delegates to a remote (not in the same VM) TreeCache using the Java RMI mechanism. |
| RpcDelegatingCacheLoader | DelegatingCacheLoader implementation which delegates to a remote (not in the same VM) TreeCache using JGroups' RPC mechanism. |
| SharedStoreCacheLoader | CacheLoader proxy used only when multiple CacheLoaders in a cluster access the same underlying store (e.g. |
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||