|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CacheImpl in org.jboss.cache |
---|
Methods in org.jboss.cache that return CacheImpl | |
---|---|
CacheImpl |
RegionManager.getCache()
Returns the cache for this region manager |
Constructors in org.jboss.cache with parameters of type CacheImpl | |
---|---|
ConsoleListener(CacheImpl cache)
Constructor. |
|
ConsoleListener(CacheImpl cache,
boolean startCache,
boolean stopCache)
Constructor. |
|
RegionManager(CacheImpl cache)
Constructs a new instance attached to a cache. |
|
ReplicationQueue(CacheImpl cache,
long interval,
long max_elements)
Constructs a new ReplicationQueue. |
Uses of CacheImpl in org.jboss.cache.buddyreplication |
---|
Methods in org.jboss.cache.buddyreplication with parameters of type CacheImpl | |
---|---|
void |
BuddyManager.init(CacheImpl cache)
|
Uses of CacheImpl in org.jboss.cache.config |
---|
Methods in org.jboss.cache.config that return CacheImpl | |
---|---|
protected CacheImpl |
ConfigurationComponent.getTreeCache()
|
Methods in org.jboss.cache.config with parameters of type CacheImpl | |
---|---|
void |
ConfigurationComponent.setCacheImpl(CacheImpl cache)
Sets a back-reference to the cache associated with this configuration |
Constructors in org.jboss.cache.config with parameters of type CacheImpl | |
---|---|
Configuration(CacheImpl cache)
Sets a reference to an existing CacheImpl instance |
Uses of CacheImpl in org.jboss.cache.factories |
---|
Methods in org.jboss.cache.factories with parameters of type CacheImpl | |
---|---|
Interceptor |
InterceptorChainFactory.buildInterceptorChain(CacheImpl cache)
|
Uses of CacheImpl in org.jboss.cache.interceptors |
---|
Methods in org.jboss.cache.interceptors with parameters of type CacheImpl | |
---|---|
void |
CallInterceptor.setTreeCacheInstance(CacheImpl c)
|
Uses of CacheImpl in org.jboss.cache.loader |
---|
Methods in org.jboss.cache.loader with parameters of type CacheImpl | |
---|---|
protected void |
LocalDelegatingCacheLoader.setDelegateCache(CacheImpl delegate)
|
Constructors in org.jboss.cache.loader with parameters of type CacheImpl | |
---|---|
LocalDelegatingCacheLoader(CacheImpl delegate)
|
Uses of CacheImpl in org.jboss.cache.lock |
---|
Methods in org.jboss.cache.lock with parameters of type CacheImpl | |
---|---|
static boolean |
LockUtil.breakTransactionLock(NodeLock lock,
GlobalTransaction gtx,
boolean localTx,
CacheImpl cache)
|
static void |
LockUtil.forceAcquireLock(NodeSPI<?,?> node,
java.lang.Object newOwner,
CacheImpl cache,
boolean lockChildren)
Forcibly acquire a read lock on the given node for the given owner, breaking any existing locks that prevent the read lock. |
Uses of CacheImpl in org.jboss.cache.statetransfer |
---|
Methods in org.jboss.cache.statetransfer that return CacheImpl | |
---|---|
protected CacheImpl |
DefaultStateTransferIntegrator.getCache()
|
protected CacheImpl |
DefaultStateTransferGenerator.getTreeCache()
|
CacheImpl |
StateTransferManager.getTreeCache()
|
Methods in org.jboss.cache.statetransfer with parameters of type CacheImpl | |
---|---|
static StateTransferGenerator |
StateTransferFactory.getStateTransferGenerator(CacheImpl cache)
Gets the StateTransferGenerator able to handle the given cache instance. |
static StateTransferIntegrator |
StateTransferFactory.getStateTransferIntegrator(java.io.ObjectInputStream in,
Fqn fqn,
CacheImpl cache)
|
Constructors in org.jboss.cache.statetransfer with parameters of type CacheImpl | |
---|---|
DefaultStateTransferGenerator(CacheImpl cache)
|
|
DefaultStateTransferIntegrator(Fqn targetFqn,
CacheImpl cache)
|
|
StateTransferManager(CacheImpl cache)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |