|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheImpl | |
---|---|
org.jboss.cache | |
org.jboss.cache.interceptors | |
org.jboss.cache.invocation | |
org.jboss.cache.lock |
Uses of CacheImpl in org.jboss.cache |
---|
Methods in org.jboss.cache with parameters of type CacheImpl | |
---|---|
protected void |
DefaultCacheFactory.bootstrap(CacheImpl cache,
CacheSPI spi,
Configuration configuration)
Bootstraps this factory with a Configuration and a ComponentRegistry |
Constructors in org.jboss.cache with parameters of type CacheImpl | |
---|---|
ReplicationQueue(CacheImpl cache,
long interval,
long max_elements)
Constructs a new ReplicationQueue. |
Uses of CacheImpl in org.jboss.cache.interceptors |
---|
Methods in org.jboss.cache.interceptors with parameters of type CacheImpl | |
---|---|
void |
PessimisticLockInterceptor.injectDependencies(Map<Thread,List<NodeLock>> lockTable,
Configuration configuration,
CacheImpl cacheImpl,
TransactionTable txTable)
|
Uses of CacheImpl in org.jboss.cache.invocation |
---|
Fields in org.jboss.cache.invocation declared as CacheImpl | |
---|---|
protected CacheImpl |
AbstractInvocationDelegate.cache
|
Methods in org.jboss.cache.invocation that return CacheImpl | |
---|---|
CacheImpl |
CacheInvocationDelegate.getDelegationTarget()
|
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,
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |