|
Class Summary |
| DelegatingCacheLoader |
CacheLoader implementation which delegates to another TreeCache. |
| FileCacheLoader |
Simple file-based CacheLoader implementation. |
| JDBCCacheLoader |
JDBC CacheLoader implementation. |
| 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. |