Modifier and Type | Interface and Description |
---|---|
interface |
Cache<K,V>
Interface for a Cache where data mappings are grouped and stored in a tree data
structure consisting of
Node s. |
interface |
CacheSPI<K,V>
A more detailed interface to
Cache , which is used when writing plugins for or extending JBoss Cache. |
Modifier and Type | Class and Description |
---|---|
class |
ComponentRegistry
A registry where components which have been created are stored.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheInvocationDelegate<K,V>
The delegate that users (and ChainedInterceptor authors) interact with when they create a cache by using a cache factory.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CacheLoader
A
CacheLoader implementation persists and load keys to and from
secondary storage, such as a database or filesystem. |
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 | 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. |
Modifier and Type | Interface and Description |
---|---|
interface |
TcpCacheServerMBean
StandardMBean interface for
TcpCacheServer . |
Modifier and Type | Class and Description |
---|---|
class |
TcpCacheServer
TCP-IP based CacheServer, setCache TcpDelegatingCacheLoader with host and port of this server
|
Modifier and Type | Method and Description |
---|---|
void |
SynchronizedRestarter.restartComponent(Lifecycle component) |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.