A B C D E F G H I J K L M N O P R S T U V W _

A

AbstractCollectionInterceptor - class org.jboss.cache.aop.collection.AbstractCollectionInterceptor.
Abstract base class for collection interceptor.
AbstractCollectionInterceptor() - Constructor for class org.jboss.cache.aop.collection.AbstractCollectionInterceptor
 
AbstractLockInterceptor - class org.jboss.cache.interceptors.AbstractLockInterceptor.
TODO: MANIK - document this class
AbstractLockInterceptor() - Constructor for class org.jboss.cache.interceptors.AbstractLockInterceptor
 
AbstractNode - class org.jboss.cache.AbstractNode.
 
AbstractNode() - Constructor for class org.jboss.cache.AbstractNode
 
AbstractTreeCacheListener - class org.jboss.cache.AbstractTreeCacheListener.
TODO: add java doc
AbstractTreeCacheListener() - Constructor for class org.jboss.cache.AbstractTreeCacheListener
 
acquire() - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade.ReaderLock
 
acquire() - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade.WriterLock
 
acquire(Object, long, int) - Method in class org.jboss.cache.Node
 
acquire(Object, long, int) - Method in interface org.jboss.cache.DataNode
 
acquireAll(Object, long, int) - Method in interface org.jboss.cache.TreeNode
Deprecated. Will be removed in JBossCache 1.3.
acquireAll(Object, long, int) - Method in class org.jboss.cache.Node
 
acquireAll(Object, long, int) - Method in interface org.jboss.cache.DataNode
 
acquireAll(Object, long, int) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated. Will be removed in JBossCache 1.3.
acquireLocksForStateTransfer(DataNode, Object, long, boolean) - Method in class org.jboss.cache.aop.TreeCacheAop
Overrides the superclass version by additionally acquiring locks on the internal reference map nodes used for tracking shared objects.
acquireLocksForStateTransfer(DataNode, Object, long, boolean, boolean) - Method in class org.jboss.cache.TreeCache
 
acquireReadLock(Object, long) - Method in class org.jboss.cache.Node
 
acquireReadLock(Object, long) - Method in class org.jboss.cache.lock.IdentityLock
Acquire a read lock with a timeout period of timeout milliseconds.
acquireWriteLock(Object, long) - Method in class org.jboss.cache.Node
 
acquireWriteLock(Object, long) - Method in class org.jboss.cache.lock.IdentityLock
Acquire a write lock with a timeout of timeout milliseconds.
activate() - Method in class org.jboss.cache.marshall.Region
 
activate(String) - Method in class org.jboss.cache.marshall.TreeCacheMarshaller
Activates unmarshalling of replication messages for the region rooted in the given Fqn.
activateRegion(String) - Method in interface org.jboss.cache.TreeCacheMBean
Causes the cache to transfer state for the subtree rooted at subtreeFqn and to begin accepting replication messages for that subtree.
activateRegion(String) - Method in class org.jboss.cache.TreeCache
Causes the cache to transfer state for the subtree rooted at subtreeFqn and to begin accepting replication messages for that subtree.
activateRegion(String) - Method in class org.jboss.cache.aop.TreeCacheAop
Overrides the superclass method by ensuring that the internal region where information on shared object is stored has been activated.
activationChangeNodes - Variable in class org.jboss.cache.TreeCache
Set of Fqns of nodes that are currently being processed by activateReqion or inactivateRegion.
ActivationInterceptor - class org.jboss.cache.interceptors.ActivationInterceptor.
Loads nodes that don't exist at the time of the call into memory from the CacheLoader.
ActivationInterceptor() - Constructor for class org.jboss.cache.interceptors.ActivationInterceptor
 
activeWriter_ - Variable in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
 
ADD_EVENT - Static variable in class org.jboss.cache.eviction.EvictedEventNode
 
add(int, Object) - Method in class org.jboss.cache.aop.collection.CachedListImpl
 
add(int, Object) - Method in class org.jboss.cache.aop.collection.CachedListImpl.MyCachedSubListImpl
 
add(MethodCall) - Method in class org.jboss.cache.ReplicationQueue
 
add(Object) - Method in class org.jboss.cache.aop.collection.CachedSetImpl
 
add(Object) - Method in class org.jboss.cache.aop.collection.CachedListImpl.MyListIterator
 
add(Object) - Method in class org.jboss.cache.aop.collection.CachedListAbstract
 
addAll(Collection) - Method in class org.jboss.cache.aop.collection.CachedListAbstract
 
addAll(int, Collection) - Method in class org.jboss.cache.aop.collection.CachedListAbstract
 
addChild(Object, TreeNode) - Method in interface org.jboss.cache.TreeNode
Adds the (already created) child node.
addChild(Object, TreeNode) - Method in interface org.jboss.cache.DataNode
Adds the (already created) child node.
addChild(Object, TreeNode) - Method in class org.jboss.cache.AbstractNode
 
addChild(Object, TreeNode) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated. Will be removed in JBossCache 1.3.
addChildMethodLocal - Static variable in class org.jboss.cache.TreeCache
 
addLock(GlobalTransaction, IdentityLock) - Method in class org.jboss.cache.TransactionTable
 
addLock(IdentityLock) - Method in class org.jboss.cache.TransactionEntry
 
addLocks(Collection) - Method in class org.jboss.cache.TransactionEntry
 
addLocks(GlobalTransaction, Collection) - Method in class org.jboss.cache.TransactionTable
 
addModification(GlobalTransaction, MethodCall) - Method in class org.jboss.cache.TransactionTable
 
addModification(MethodCall) - Method in class org.jboss.cache.TransactionEntry
 
addNode(Fqn) - Method in class org.jboss.cache.TransactionEntry
 
addNode(GlobalTransaction, Fqn) - Method in class org.jboss.cache.TreeCache
 
addNode(GlobalTransaction, Fqn) - Method in class org.jboss.cache.TransactionTable
 
addNode(WorkspaceNode) - Method in class org.jboss.cache.optimistic.TransactionWorkspaceImpl
 
addNode(WorkspaceNode) - Method in interface org.jboss.cache.optimistic.TransactionWorkspace
Is thread safe so you dont need to deal with synchronising access to this method.
addReader(Object) - Method in class org.jboss.cache.lock.LockMap
Adding a reader owner.
addToEnvironment(String, Object) - Method in class org.jboss.cache.transaction.DummyContext
Adds a new environment property to the environment of this context.
addTreeCacheListener(TreeCacheListener) - Method in interface org.jboss.cache.TreeCacheMBean
 
addTreeCacheListener(TreeCacheListener) - Method in class org.jboss.cache.TreeCache
 
addUndoOperation(GlobalTransaction, MethodCall) - Method in class org.jboss.cache.TransactionTable
 
addUndoOperation(MethodCall) - Method in class org.jboss.cache.TransactionEntry
 
afterCompletion(int) - Method in class org.jboss.cache.interceptors.OrderedSynchronizationHandler
 
allowReader() - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
Override this method to change to reader preference *
AopEvictionPolicy - interface org.jboss.cache.eviction.AopEvictionPolicy.
Just a maker interface for TreeCacheAop-specific eviction algorithm.
AOPInstance - class org.jboss.cache.aop.AOPInstance.
Wrapper type for cached AOP instances.
AOPInstance() - Constructor for class org.jboss.cache.aop.AOPInstance
 
AOPInstance(Object) - Constructor for class org.jboss.cache.aop.AOPInstance
 
AopLRUAlgorithm - class org.jboss.cache.eviction.AopLRUAlgorithm.
LRUAlgorithm specific to TreeCacheAop.
AopLRUAlgorithm() - Constructor for class org.jboss.cache.eviction.AopLRUAlgorithm
 
AopLRUPolicy - class org.jboss.cache.eviction.AopLRUPolicy.
Provider to provide eviction policy.
AopLRUPolicy() - Constructor for class org.jboss.cache.eviction.AopLRUPolicy
 
AopMarker - interface org.jboss.cache.aop.AopMarker.
Marker interface for use in aop annotation declaration.
AopOperationNotSupportedException - exception org.jboss.cache.aop.AopOperationNotSupportedException.
 
AopOperationNotSupportedException() - Constructor for class org.jboss.cache.aop.AopOperationNotSupportedException
 
AopOperationNotSupportedException(String) - Constructor for class org.jboss.cache.aop.AopOperationNotSupportedException
 
AopUtil - class org.jboss.cache.aop.util.AopUtil.
Unitlity methods for put, get and remove Collection classes object.
AopUtil() - Constructor for class org.jboss.cache.aop.util.AopUtil
 
AsyncCacheLoader - class org.jboss.cache.loader.AsyncCacheLoader.
The AsyncCacheLoader is a delegating cache loader that passes on all operations to the underlying CacheLoader impl passed in during construction.
AsyncCacheLoader() - Constructor for class org.jboss.cache.loader.AsyncCacheLoader
 
AsyncCacheLoader(CacheLoader) - Constructor for class org.jboss.cache.loader.AsyncCacheLoader
 
AsyncExtendedCacheLoader - class org.jboss.cache.loader.AsyncExtendedCacheLoader.
A AsyncExtendedCacheLoader.
AsyncExtendedCacheLoader(ExtendedCacheLoader) - Constructor for class org.jboss.cache.loader.AsyncExtendedCacheLoader
Create a new AsyncExtendedCacheLoader.
attach(Fqn) - Method in class org.jboss.cache.aop.collection.CachedSetInterceptor
When we want to associate this proxy with the cache again.
attach(Fqn) - Method in class org.jboss.cache.aop.collection.CachedMapInterceptor
When we want to associate this proxy with the cache again.
attach(Fqn) - Method in class org.jboss.cache.aop.collection.CachedListInterceptor
When we want to associate this proxy with the cache again.
attach(Fqn) - Method in class org.jboss.cache.aop.collection.AbstractCollectionInterceptor
 
attached_ - Variable in class org.jboss.cache.aop.collection.AbstractCollectionInterceptor
 
attempt(long) - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade.ReaderLock
 
attempt(long) - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade.WriterLock
 
attributeMap - Variable in class org.jboss.cache.aop.CachedType
 
attributeName(String) - Method in class org.jboss.cache.aop.CachedType
 
attributes - Variable in class org.jboss.cache.aop.CachedType
 

B

BaseEvictionPolicy - class org.jboss.cache.eviction.BaseEvictionPolicy.
Base class implementation of EvictionPolicy.
BaseEvictionPolicy() - Constructor for class org.jboss.cache.eviction.BaseEvictionPolicy
 
BaseInterceptor - interface org.jboss.cache.aop.BaseInterceptor.
A marker interface for now.
BatchModeTransactionManager - class org.jboss.cache.transaction.BatchModeTransactionManager.
Basically a DummyTransactionManager to do batch mode processing.
BatchModeTransactionManager() - Constructor for class org.jboss.cache.transaction.BatchModeTransactionManager
 
BatchModeTransactionManagerLookup - class org.jboss.cache.BatchModeTransactionManagerLookup.
Returns an instance of DummyTransactionManager, used by standalone cache.
BatchModeTransactionManagerLookup() - Constructor for class org.jboss.cache.BatchModeTransactionManagerLookup
 
BdbjeCacheLoader - class org.jboss.cache.loader.bdbje.BdbjeCacheLoader.
A persistent CacheLoader based on Berkeley DB Java Edition.
BdbjeCacheLoader() - Constructor for class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
 
beforeCompletion() - Method in class org.jboss.cache.interceptors.OrderedSynchronizationHandler
 
beforeSerialization(Object) - Method in class org.jboss.cache.aop.CacheInterceptor
 
begin() - Method in class org.jboss.cache.transaction.DummyUserTransaction
Starts a new transaction, and associate it with the calling thread.
begin() - Method in class org.jboss.cache.transaction.DummyBaseTransactionManager
Starts a new transaction, and associate it with the calling thread.
BELA - Static variable in class org.jboss.cache.lock.IsolationLevel
 
BelasLockStrategy - class org.jboss.cache.lock.BelasLockStrategy.
 
BelasLockStrategy() - Constructor for class org.jboss.cache.lock.BelasLockStrategy
 
bind(Name, Object) - Method in class org.jboss.cache.transaction.DummyContext
Binds a name to an object.
bind(String, Object) - Method in class org.jboss.cache.transaction.DummyContext
Binds a name to an object.
block() - Method in class org.jboss.cache.TreeCache
Block sending and receiving of messages until viewAccepted() is called
broadcastCommit(MethodCall) - Method in class org.jboss.cache.interceptors.OptimisticReplicationInterceptor
 
broadcastPrepare(MethodCall) - Method in class org.jboss.cache.interceptors.OptimisticReplicationInterceptor
 
broadcastRollback(MethodCall) - Method in class org.jboss.cache.interceptors.OptimisticReplicationInterceptor
 

C

cache_ - Variable in class org.jboss.cache.aop.TreeCacheAopDelegate
 
cache_ - Variable in class org.jboss.cache.aop.SerializableObjectHandler
 
cache_ - Variable in class org.jboss.cache.aop.ObjectGraphHandler
 
cache_ - Variable in class org.jboss.cache.aop.InternalDelegate
 
cache_ - Variable in class org.jboss.cache.aop.CollectionClassHandler
 
cache_ - Variable in class org.jboss.cache.aop.collection.CachedSetImpl
 
cache_ - Variable in class org.jboss.cache.aop.collection.CachedMapImpl
 
cache_ - Variable in class org.jboss.cache.aop.collection.CachedListImpl
 
cache_ - Variable in class org.jboss.cache.eviction.BaseEvictionPolicy
 
cache_loader - Variable in class org.jboss.cache.TreeCache
A reference to the CacheLoader.
cache_loader_asynchronous - Variable in class org.jboss.cache.TreeCache
specifies whether the cache loader needs to be wrapped in the AsyncCacheLoader decorator
cache_loader_class - Variable in class org.jboss.cache.TreeCache
The fully qualified name of the CacheLoader (has to implement the CacheLoader interface)
cache_loader_config - Variable in class org.jboss.cache.TreeCache
The properties from which to configure the CacheLoader
cache_loader_fetch_persistent_state - Variable in class org.jboss.cache.TreeCache
Fetches the entire persistent state from the underlying CacheLoader.
cache_loader_fetch_transient_state - Variable in class org.jboss.cache.TreeCache
Fetches the transient state.
cache_loader_passivate - Variable in class org.jboss.cache.TreeCache
Will the cache loader passivate on eviction or persist?
cache_loader_preload - Variable in class org.jboss.cache.TreeCache
List of nodes to preload (if cache loader is enabled)
cache_loader_shared - Variable in class org.jboss.cache.TreeCache
Are the CacheLoaders sharing the same resource or not ?
cache_mode - Variable in class org.jboss.cache.TreeCache
 
CachedAttribute - class org.jboss.cache.aop.CachedAttribute.
Class represent a class attribute.
CachedAttribute() - Constructor for class org.jboss.cache.aop.CachedAttribute
 
CachedAttribute(String) - Constructor for class org.jboss.cache.aop.CachedAttribute
 
CachedListAbstract - class org.jboss.cache.aop.collection.CachedListAbstract.
Abstract class for CachedList
CachedListAbstract() - Constructor for class org.jboss.cache.aop.collection.CachedListAbstract
 
CachedListImpl - class org.jboss.cache.aop.collection.CachedListImpl.
List implementation that uses cache as a backend store.
CachedListImpl.MyCachedSubListImpl - class org.jboss.cache.aop.collection.CachedListImpl.MyCachedSubListImpl.
 
CachedListImpl.MyListIterator - class org.jboss.cache.aop.collection.CachedListImpl.MyListIterator.
 
CachedListImpl.MyListIterator(List, int) - Constructor for class org.jboss.cache.aop.collection.CachedListImpl.MyListIterator
 
CachedListImpl(TreeCacheAop, AbstractCollectionInterceptor) - Constructor for class org.jboss.cache.aop.collection.CachedListImpl
 
CachedListInterceptor - class org.jboss.cache.aop.collection.CachedListInterceptor.
List ineterceptor that delegates to underlying implementation.
CachedListInterceptor(TreeCacheAop, Fqn, Class) - Constructor for class org.jboss.cache.aop.collection.CachedListInterceptor
 
CachedMapImpl - class org.jboss.cache.aop.collection.CachedMapImpl.
Map that uses cache as a backend store.
CachedMapImpl.Entry - class org.jboss.cache.aop.collection.CachedMapImpl.Entry.
 
CachedMapImpl.Entry(Object) - Constructor for class org.jboss.cache.aop.collection.CachedMapImpl.Entry
 
CachedMapImpl(TreeCacheAop, AbstractCollectionInterceptor) - Constructor for class org.jboss.cache.aop.collection.CachedMapImpl
 
CachedMapInterceptor - class org.jboss.cache.aop.collection.CachedMapInterceptor.
Map interceptor that delegates to the underlying impl.
CachedMapInterceptor(TreeCacheAop, Fqn, Class) - Constructor for class org.jboss.cache.aop.collection.CachedMapInterceptor
 
CachedSetImpl - class org.jboss.cache.aop.collection.CachedSetImpl.
Set that uses cache as a underlying backend store
CachedSetImpl(TreeCacheAop, AbstractCollectionInterceptor) - Constructor for class org.jboss.cache.aop.collection.CachedSetImpl
 
CachedSetInterceptor - class org.jboss.cache.aop.collection.CachedSetInterceptor.
Set interceptor that delegates underlying impl.
CachedSetInterceptor(TreeCacheAop, Fqn, Class) - Constructor for class org.jboss.cache.aop.collection.CachedSetInterceptor
 
CachedType - class org.jboss.cache.aop.CachedType.
Represent a cached object type, e.g., whether it is primitive or not.
CachedType() - Constructor for class org.jboss.cache.aop.CachedType
 
CachedType(Class) - Constructor for class org.jboss.cache.aop.CachedType
 
cachedTypes - Variable in class org.jboss.cache.aop.TreeCacheAop
 
CacheException - exception org.jboss.cache.CacheException.
CacheException, mother of all cache exceptions
CacheException() - Constructor for class org.jboss.cache.CacheException
 
CacheException(String) - Constructor for class org.jboss.cache.CacheException
 
CacheException(String, Throwable) - Constructor for class org.jboss.cache.CacheException
 
cacheImpl_ - Variable in class org.jboss.cache.aop.collection.CachedSetInterceptor
 
cacheImpl_ - Variable in class org.jboss.cache.aop.collection.CachedMapInterceptor
 
cacheImpl_ - Variable in class org.jboss.cache.aop.collection.CachedListInterceptor
 
CacheInterceptor - class org.jboss.cache.aop.CacheInterceptor.
Created: Sat Apr 26 10:35:01 2003
CacheInterceptor(TreeCacheAop, Fqn, CachedType) - Constructor for class org.jboss.cache.aop.CacheInterceptor
 
CacheLoader - interface org.jboss.cache.loader.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 - interface org.jboss.cache.loader.CacheLoaderAop.
Responsible for storing and retrieving objects to/from secondary storage.
CacheLoaderInterceptor - class org.jboss.cache.interceptors.CacheLoaderInterceptor.
Loads nodes that don't exist at the time of the call into memory from the CacheLoader
CacheLoaderInterceptor() - Constructor for class org.jboss.cache.interceptors.CacheLoaderInterceptor
 
cacheLoaderPreload() - Method in class org.jboss.cache.TreeCache
 
cacheStarted(TreeCache) - Method in interface org.jboss.cache.TreeCacheListener
Called when the cache is started.
cacheStarted(TreeCache) - Method in class org.jboss.cache.ConsoleListener
 
cacheStarted(TreeCache) - Method in class org.jboss.cache.AbstractTreeCacheListener
 
cacheStarted(TreeCache) - Method in class org.jboss.cache.aop.MarshalledTreeCache
 
cacheStarted(TreeCache) - Method in class org.jboss.cache.eviction.LRUPolicy
 
cacheStarted(TreeCache) - Method in class org.jboss.cache.loader.SharedStoreCacheLoader
 
cacheStopped(TreeCache) - Method in interface org.jboss.cache.TreeCacheListener
Called when the cache is stopped.
cacheStopped(TreeCache) - Method in class org.jboss.cache.ConsoleListener
 
cacheStopped(TreeCache) - Method in class org.jboss.cache.AbstractTreeCacheListener
 
cacheStopped(TreeCache) - Method in class org.jboss.cache.aop.MarshalledTreeCache
 
cacheStopped(TreeCache) - Method in class org.jboss.cache.eviction.LRUPolicy
 
cacheStopped(TreeCache) - Method in class org.jboss.cache.loader.SharedStoreCacheLoader
 
CacheStoreInterceptor - class org.jboss.cache.interceptors.CacheStoreInterceptor.
Writes modifications back to the store on the way out: stores modifications back through the CacheLoader, either after each method call (no TXs), or at TX commit.
CacheStoreInterceptor() - Constructor for class org.jboss.cache.interceptors.CacheStoreInterceptor
 
CallInterceptor - class org.jboss.cache.interceptors.CallInterceptor.
Always at the end of the chain, directly in front of the cache.
CallInterceptor() - Constructor for class org.jboss.cache.interceptors.CallInterceptor
 
callRemoteMethods(String, Vector, MethodCall, boolean, boolean, long) - Method in interface org.jboss.cache.rpc.RpcTreeCacheMBean
Deprecated. Calls a remote method on nodes in the cluster, targeted at objects registered under a given serviceName.
callRemoteMethods(String, Vector, MethodCall, boolean, boolean, long) - Method in class org.jboss.cache.rpc.RpcTreeCache
Deprecated. Calls a remote method on nodes in the cluster, targeted at objects registered under a given serviceName.
callRemoteMethods(String, Vector, Method, Object[], boolean, boolean, long) - Method in interface org.jboss.cache.rpc.RpcTreeCacheMBean
Deprecated. Calls a remote method on nodes in the cluster, targeted at objects registered under a given serviceName.
callRemoteMethods(String, Vector, Method, Object[], boolean, boolean, long) - Method in class org.jboss.cache.rpc.RpcTreeCache
Deprecated. Calls a remote method on nodes in the cluster, targeted at objects registered under a given serviceName.
callRemoteMethods(String, Vector, String, Class[], Object[], boolean, boolean, long) - Method in interface org.jboss.cache.rpc.RpcTreeCacheMBean
Deprecated. Calls a remote method on nodes in the cluster, targeted at objects registered under a given serviceName.
callRemoteMethods(String, Vector, String, Class[], Object[], boolean, boolean, long) - Method in class org.jboss.cache.rpc.RpcTreeCache
Deprecated. Calls a remote method on nodes in the cluster, targeted at objects registered under a given serviceName.
callRemoteMethods(Vector, MethodCall, boolean, boolean, long) - Method in class org.jboss.cache.TreeCache
 
callRemoteMethods(Vector, Method, Object[], boolean, boolean, long) - Method in interface org.jboss.cache.TreeCacheMBean
 
callRemoteMethods(Vector, Method, Object[], boolean, boolean, long) - Method in class org.jboss.cache.TreeCache
 
callRemoteMethods(Vector, String, Class[], Object[], boolean, boolean, long) - Method in interface org.jboss.cache.TreeCacheMBean
 
callRemoteMethods(Vector, String, Class[], Object[], boolean, boolean, long) - Method in class org.jboss.cache.TreeCache
 
cancelledWaitingReader() - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
 
cancelledWaitingWriter() - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
 
CAPACITY - Static variable in class org.jboss.cache.eviction.RegionManager
 
changeLock() - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
 
channel - Variable in class org.jboss.cache.TreeCache
 
checkCacheConsistency() - Method in class org.jboss.cache.aop.CacheInterceptor
 
checkCapacityCount - Variable in class org.jboss.cache.eviction.Region
 
checkConflict(String) - Method in class org.jboss.cache.eviction.RegionManager
Check for conflict in the current regions.
checkConflict(String) - Method in class org.jboss.cache.marshall.RegionManager
Check for conflict in the current regions.
checkObjectType(Object) - Static method in class org.jboss.cache.aop.util.AopUtil
Check whether the object type is valid.
checkValue(Object) - Method in class org.jboss.cache.aop.MarshalledTreeCache
 
childExists(Object) - Method in interface org.jboss.cache.TreeNode
 
childExists(Object) - Method in interface org.jboss.cache.DataNode
 
childExists(Object) - Method in class org.jboss.cache.AbstractNode
 
childExists(Object) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated. Will be removed in JBossCache 1.3.
children - Variable in class org.jboss.cache.AbstractNode
 
children() - Method in class org.jboss.cache.Node
 
children() - Method in class org.jboss.cache.AbstractNode
Override this if concurrent thread access may occur.
CLASS_INTERNAL - Static variable in class org.jboss.cache.aop.InternalDelegate
 
clear() - Method in interface org.jboss.cache.TreeNode
 
clear() - Method in class org.jboss.cache.Node
 
clear() - Method in class org.jboss.cache.aop.collection.CachedMapImpl
 
clear() - Method in class org.jboss.cache.aop.collection.CachedListAbstract
 
clear() - Method in class org.jboss.cache.lock.ThreadLocalMap
 
clear() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
 
clear() - Method in class org.jboss.cache.optimistic.OptimisticMap
 
clone() - Method in class org.jboss.cache.Node
 
clone() - Method in class org.jboss.cache.Fqn
 
clone() - Method in interface org.jboss.cache.DataNode
 
clone() - Method in class org.jboss.cache.AbstractNode
 
close() - Method in class org.jboss.cache.transaction.DummyContext
Closes this context.
cluster_name - Variable in class org.jboss.cache.TreeCache
 
cluster_props - Variable in class org.jboss.cache.TreeCache
 
CollectionClassHandler - class org.jboss.cache.aop.CollectionClassHandler.
Handling the Collection class management.
CollectionClassHandler(TreeCacheAop, InternalDelegate, ObjectGraphHandler) - Constructor for class org.jboss.cache.aop.CollectionClassHandler
 
collectionHandler_ - Variable in class org.jboss.cache.aop.TreeCacheAopDelegate
 
CollectionInterceptorUtil - class org.jboss.cache.aop.collection.CollectionInterceptorUtil.
CollectionInterceptorUtil contains helper methods for the interceptors of the different collection types.
CollectionInterceptorUtil() - Constructor for class org.jboss.cache.aop.collection.CollectionInterceptorUtil
 
commit() - Method in class org.jboss.cache.transaction.DummyUserTransaction
Attempt to commit this transaction.
commit() - Method in class org.jboss.cache.transaction.DummyTransaction
Attempt to commit this transaction.
commit() - Method in class org.jboss.cache.transaction.DummyBaseTransactionManager
Commit the transaction associated with the calling thread.
commit(GlobalTransaction) - Method in class org.jboss.cache.TreeCache
 
commit(Object) - Method in class org.jboss.cache.loader.SharedStoreCacheLoader
 
commit(Object) - Method in class org.jboss.cache.loader.JDBCCacheLoader
Commits a transaction.
commit(Object) - Method in class org.jboss.cache.loader.FileCacheLoader
 
commit(Object) - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
commit(Object) - Method in interface org.jboss.cache.loader.CacheLoader
Commit the transaction.
commit(Object) - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
commit(Object) - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Commits the given transaction, or throws IllegalArgumentException if the given key is not associated with an uncommited transaction.
commitMethod - Static variable in class org.jboss.cache.TreeCache
 
Comparator - class org.jboss.cache.optimistic.Comparator.
TODO: MANIK: Add proper javadocs
Comparator() - Constructor for class org.jboss.cache.optimistic.Comparator
 
compare(Object, Object) - Method in class org.jboss.cache.optimistic.Comparator
 
compareTo(byte[]) - Static method in class org.jboss.cache.Version
 
compareTo(Object) - Method in class org.jboss.cache.GlobalTransaction
 
composeName(Name, Name) - Method in class org.jboss.cache.transaction.DummyContext
Composes the name of this context with a name relative to this context.
composeName(String, String) - Method in class org.jboss.cache.transaction.DummyContext
Composes the name of this context with a name relative to this context.
configure(Object, InputStream) - Method in class org.jboss.cache.PropertyConfigurator
Configure the object based on the config xml file.
configure(Object, String) - Method in class org.jboss.cache.PropertyConfigurator
Configure the object based on the config xml file.
configure(TreeCache) - Method in class org.jboss.cache.eviction.LRUPolicy
 
configure(TreeCache) - Method in interface org.jboss.cache.eviction.EvictionPolicy
Method called to configure this implementation.
configure(TreeCache) - Method in class org.jboss.cache.eviction.BaseEvictionPolicy
 
ConfigureException - exception org.jboss.cache.ConfigureException.
 
ConfigureException(String) - Constructor for class org.jboss.cache.ConfigureException
 
ConsoleListener - class org.jboss.cache.ConsoleListener.
This class provides a non-graphical view of JBossCache replication events for a replicated cache.
ConsoleListener(TreeCache) - Constructor for class org.jboss.cache.ConsoleListener
Constructor.
ConsoleListener(TreeCache, boolean, boolean) - Constructor for class org.jboss.cache.ConsoleListener
Constructor.
constructFqn(Fqn, Object) - Static method in class org.jboss.cache.aop.util.AopUtil
 
contains(Object) - Method in class org.jboss.cache.aop.collection.CachedListAbstract
 
containsAll(Collection) - Method in class org.jboss.cache.aop.collection.CachedListAbstract
 
containsKey(Object) - Method in interface org.jboss.cache.TreeNode
 
containsKey(Object) - Method in class org.jboss.cache.Node
 
containsKey(Object) - Method in interface org.jboss.cache.DataNode
 
containsKey(Object) - Method in class org.jboss.cache.aop.collection.CachedMapImpl
 
containsKey(Object) - Method in class org.jboss.cache.lock.ThreadLocalMap
 
containsKey(Object) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated. Will be removed in JBossCache 1.3.
containsKey(Object) - Method in class org.jboss.cache.optimistic.OptimisticMap
 
containsValue(Object) - Method in class org.jboss.cache.aop.collection.CachedMapImpl
 
containsValue(Object) - Method in class org.jboss.cache.lock.ThreadLocalMap
 
containsValue(Object) - Method in class org.jboss.cache.optimistic.OptimisticMap
 
convertMethodCallToModification(MethodCall) - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor
 
coordinator - Variable in class org.jboss.cache.TreeCache
Am I the coordinator ?
create() - Method in interface org.jboss.cache.TreeCacheViewMBean
 
create() - Method in class org.jboss.cache.TreeCacheView
 
create() - Method in class org.jboss.cache.loader.SharedStoreCacheLoader
 
create() - Method in class org.jboss.cache.loader.JDBCCacheLoader
 
create() - Method in class org.jboss.cache.loader.FileCacheLoader
 
create() - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
create() - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
create() - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Does nothing since start() does all the work.
create(Address) - Static method in class org.jboss.cache.GlobalTransaction
 
createCacheLoader() - Method in class org.jboss.cache.TreeCache
Creates an instance of a CacheLoader if and only if The CacheLoader has not yet been created cache_loader_class is set The CacheLoader is shared and we are not the coordinator (only the coordinator is supposed to have a CacheLoader)
createChild(Object, Fqn, TreeNode) - Method in interface org.jboss.cache.TreeNode
 
createChild(Object, Fqn, TreeNode) - Method in class org.jboss.cache.Node
 
createChild(Object, Fqn, TreeNode) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
 
createChild(Object, Fqn, TreeNode, Object, Object) - Method in interface org.jboss.cache.TreeNode
 
createChild(Object, Fqn, TreeNode, Object, Object) - Method in class org.jboss.cache.Node
 
createChild(Object, Fqn, TreeNode, Object, Object) - Method in interface org.jboss.cache.DataNode
 
createChild(Object, Fqn, TreeNode, Object, Object) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated. Will be removed in JBossCache 1.3.
createDataNode(byte, Object, Fqn, DataNode, Map, boolean, TreeCache) - Method in class org.jboss.cache.factories.NodeFactory
Creates a new DataNode instance.
createDataNode(byte, Object, Fqn, DataNode, Map, TreeCache) - Method in class org.jboss.cache.factories.NodeFactory
 
CreateIfNotExistsInterceptor - class org.jboss.cache.interceptors.CreateIfNotExistsInterceptor.
Handles putXXX() methods: if the given node doesn't exist, it will be created (depending on the create_if_not_exists argument)
CreateIfNotExistsInterceptor() - Constructor for class org.jboss.cache.interceptors.CreateIfNotExistsInterceptor
 
createInterceptorChain() - Method in class org.jboss.cache.TreeCache
 
createListProxy(TreeCacheAop, Fqn, Class) - Static method in class org.jboss.cache.aop.collection.CollectionInterceptorUtil
 
createMapProxy(TreeCacheAop, Fqn, Class) - Static method in class org.jboss.cache.aop.collection.CollectionInterceptorUtil
 
createNodeOfType(TreeNode, Object, Fqn, TreeNode, Map, TreeCache) - Method in class org.jboss.cache.factories.NodeFactory
Creates a node of the same type of the node passed in as a template.
createProxy(Class, Interceptor) - Static method in class org.jboss.cache.aop.collection.CollectionInterceptorUtil
 
createRegion(String, ClassLoader) - Method in class org.jboss.cache.marshall.RegionManager
Create a region based on fqn.
createRegion(String, ClassLoader, boolean) - Method in class org.jboss.cache.marshall.RegionManager
Create a region based on fqn.
createRegion(String, EvictionAlgorithm) - Method in class org.jboss.cache.eviction.RegionManager
Create a region based on fqn.
createService() - Method in interface org.jboss.cache.TreeCacheMBean
 
createService() - Method in class org.jboss.cache.TreeCache
Lifecycle method.
createSetProxy(TreeCacheAop, Fqn, Class) - Static method in class org.jboss.cache.aop.collection.CollectionInterceptorUtil
 
createSubcontext(Name) - Method in class org.jboss.cache.transaction.DummyContext
Creates and binds a new context.
createSubcontext(String) - Method in class org.jboss.cache.transaction.DummyContext
Creates and binds a new context.
createSubtreeRootNode(Fqn) - Method in class org.jboss.cache.TreeCache
 
createWorkspaceNode(TreeNode, TransactionWorkspace) - Method in class org.jboss.cache.factories.NodeFactory
 
current_ - Variable in class org.jboss.cache.aop.collection.CachedSetInterceptor
 
current_ - Variable in class org.jboss.cache.aop.collection.CachedMapInterceptor
 
current_ - Variable in class org.jboss.cache.aop.collection.CachedListInterceptor
 
cvs - Static variable in class org.jboss.cache.Version
 

D

data - Variable in class org.jboss.cache.AbstractNode
 
DATA - Static variable in class org.jboss.cache.loader.FileCacheLoader
 
data() - Method in class org.jboss.cache.AbstractNode
Needs to be called with a lock on dataLock if concurrency is a concern.
DataNode - interface org.jboss.cache.DataNode.
Represents a DataNode in the cache.
deadlockDetection - Variable in class org.jboss.cache.TreeCache
 
DeadlockException - exception org.jboss.cache.lock.DeadlockException.
Used when a lock acquisition would cause a deadlock.
DeadlockException(String) - Constructor for class org.jboss.cache.lock.DeadlockException
Constructor for DeadlockException.
DeadlockException(String, Throwable) - Constructor for class org.jboss.cache.lock.DeadlockException
 
decodeVersion(short) - Static method in class org.jboss.cache.Version
 
DEFAULT_DOUBLING_SIZE - Static variable in class org.jboss.cache.util.ExposedByteArrayOutputStream
Default buffer size after which if more buffer capacity is needed the buffer will grow by 25% rather than 100%
DEFAULT_REPLICATION_VERSION - Static variable in class org.jboss.cache.TreeCache
 
defaultInactive_ - Variable in class org.jboss.cache.marshall.TreeCacheMarshaller
 
delegate_ - Variable in class org.jboss.cache.aop.TreeCacheAop
 
delegate_ - Variable in class org.jboss.cache.aop.ObjectGraphHandler
 
delegateExists - Static variable in class org.jboss.cache.loader.DelegatingCacheLoader
 
delegateExists(Fqn) - Method in class org.jboss.cache.loader.RpcDelegatingCacheLoader
 
delegateExists(Fqn) - Method in class org.jboss.cache.loader.RmiDelegatingCacheLoader
 
delegateExists(Fqn) - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoader
 
delegateExists(Fqn) - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
delegateExists(Fqn) - Method in class org.jboss.cache.loader.tcp.TcpDelegatingCacheLoader
 
delegateGet - Static variable in class org.jboss.cache.loader.DelegatingCacheLoader
 
delegateGet(Fqn) - Method in class org.jboss.cache.loader.RpcDelegatingCacheLoader
 
delegateGet(Fqn) - Method in class org.jboss.cache.loader.RmiDelegatingCacheLoader
 
delegateGet(Fqn) - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoader
 
delegateGet(Fqn) - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
delegateGet(Fqn) - Method in class org.jboss.cache.loader.tcp.TcpDelegatingCacheLoader
 
delegateGet(Fqn, Object) - Method in class org.jboss.cache.loader.RpcDelegatingCacheLoader
 
delegateGet(Fqn, Object) - Method in class org.jboss.cache.loader.RmiDelegatingCacheLoader
 
delegateGet(Fqn, Object) - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoader
 
delegateGet(Fqn, Object) - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
delegateGet(Fqn, Object) - Method in class org.jboss.cache.loader.tcp.TcpDelegatingCacheLoader
 
delegateGetChildrenNames - Static variable in class org.jboss.cache.loader.DelegatingCacheLoader
 
delegateGetChildrenNames(Fqn) - Method in class org.jboss.cache.loader.RpcDelegatingCacheLoader
 
delegateGetChildrenNames(Fqn) - Method in class org.jboss.cache.loader.RmiDelegatingCacheLoader
 
delegateGetChildrenNames(Fqn) - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoader
 
delegateGetChildrenNames(Fqn) - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
delegateGetChildrenNames(Fqn) - Method in class org.jboss.cache.loader.tcp.TcpDelegatingCacheLoader
 
delegateGetKey - Static variable in class org.jboss.cache.loader.DelegatingCacheLoader
 
delegateLoadEntireState - Static variable in class org.jboss.cache.loader.DelegatingCacheLoader
 
delegateLoadEntireState() - Method in class org.jboss.cache.loader.RpcDelegatingCacheLoader
 
delegateLoadEntireState() - Method in class org.jboss.cache.loader.RmiDelegatingCacheLoader
 
delegateLoadEntireState() - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoader
 
delegateLoadEntireState() - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
delegateLoadEntireState() - Method in class org.jboss.cache.loader.tcp.TcpDelegatingCacheLoader
 
delegatePut - Static variable in class org.jboss.cache.loader.DelegatingCacheLoader
 
delegatePut(Fqn, Map) - Method in class org.jboss.cache.loader.RpcDelegatingCacheLoader
 
delegatePut(Fqn, Map) - Method in class org.jboss.cache.loader.RmiDelegatingCacheLoader
 
delegatePut(Fqn, Map) - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoader
 
delegatePut(Fqn, Map) - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
delegatePut(Fqn, Map) - Method in class org.jboss.cache.loader.tcp.TcpDelegatingCacheLoader
 
delegatePut(Fqn, Object, Object) - Method in class org.jboss.cache.loader.RpcDelegatingCacheLoader
 
delegatePut(Fqn, Object, Object) - Method in class org.jboss.cache.loader.RmiDelegatingCacheLoader
 
delegatePut(Fqn, Object, Object) - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoader
 
delegatePut(Fqn, Object, Object) - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
delegatePut(Fqn, Object, Object) - Method in class org.jboss.cache.loader.tcp.TcpDelegatingCacheLoader
 
delegatePutKeyVal - Static variable in class org.jboss.cache.loader.DelegatingCacheLoader
 
delegateRemove - Static variable in class org.jboss.cache.loader.DelegatingCacheLoader
 
delegateRemove(Fqn) - Method in class org.jboss.cache.loader.RpcDelegatingCacheLoader
 
delegateRemove(Fqn) - Method in class org.jboss.cache.loader.RmiDelegatingCacheLoader
 
delegateRemove(Fqn) - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoader
 
delegateRemove(Fqn) - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
delegateRemove(Fqn) - Method in class org.jboss.cache.loader.tcp.TcpDelegatingCacheLoader
 
delegateRemove(Fqn, Object) - Method in class org.jboss.cache.loader.RpcDelegatingCacheLoader
 
delegateRemove(Fqn, Object) - Method in class org.jboss.cache.loader.RmiDelegatingCacheLoader
 
delegateRemove(Fqn, Object) - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoader
 
delegateRemove(Fqn, Object) - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
delegateRemove(Fqn, Object) - Method in class org.jboss.cache.loader.tcp.TcpDelegatingCacheLoader
 
delegateRemoveData - Static variable in class org.jboss.cache.loader.DelegatingCacheLoader
 
delegateRemoveData(Fqn) - Method in class org.jboss.cache.loader.RpcDelegatingCacheLoader
 
delegateRemoveData(Fqn) - Method in class org.jboss.cache.loader.RmiDelegatingCacheLoader
 
delegateRemoveData(Fqn) - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoader
 
delegateRemoveData(Fqn) - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
delegateRemoveData(Fqn) - Method in class org.jboss.cache.loader.tcp.TcpDelegatingCacheLoader
 
delegateRemoveKey - Static variable in class org.jboss.cache.loader.DelegatingCacheLoader
 
delegateStoreEntireState - Static variable in class org.jboss.cache.loader.DelegatingCacheLoader
 
delegateStoreEntireState(byte[]) - Method in class org.jboss.cache.loader.RpcDelegatingCacheLoader
 
delegateStoreEntireState(byte[]) - Method in class org.jboss.cache.loader.RmiDelegatingCacheLoader
 
delegateStoreEntireState(byte[]) - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoader
 
delegateStoreEntireState(byte[]) - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
delegateStoreEntireState(byte[]) - Method in class org.jboss.cache.loader.tcp.TcpDelegatingCacheLoader
 
DelegatingCacheLoader - class org.jboss.cache.loader.DelegatingCacheLoader.
CacheLoader implementation which delegates to another TreeCache.
DelegatingCacheLoader() - Constructor for class org.jboss.cache.loader.DelegatingCacheLoader
 
delistResource(XAResource, int) - Method in class org.jboss.cache.transaction.DummyTransaction
Delist an XA resource from this transaction.
demote(Fqn) - Method in class org.jboss.cache.eviction.LRUAlgorithm
 
destroy() - Method in interface org.jboss.cache.TreeCacheViewMBean
 
destroy() - Method in class org.jboss.cache.TreeCacheView
 
destroy() - Method in class org.jboss.cache.loader.SharedStoreCacheLoader
 
destroy() - Method in class org.jboss.cache.loader.JDBCCacheLoader
 
destroy() - Method in class org.jboss.cache.loader.FileCacheLoader
 
destroy() - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
destroy() - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
destroy() - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Does nothing since stop() does all the work.
destroy() - Static method in class org.jboss.cache.transaction.DummyTransactionManager
 
destroy() - Static method in class org.jboss.cache.transaction.BatchModeTransactionManager
 
destroyService() - Method in interface org.jboss.cache.TreeCacheMBean
 
destroyService() - Method in class org.jboss.cache.TreeCache
Lifecycle mthod.
destroySubcontext(Name) - Method in class org.jboss.cache.transaction.DummyContext
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class org.jboss.cache.transaction.DummyContext
Destroys the named context and removes it from the namespace.
detach() - Method in class org.jboss.cache.aop.collection.CachedSetInterceptor
When we want to separate this proxy from the cache.
detach() - Method in class org.jboss.cache.aop.collection.CachedMapInterceptor
When we want to separate this proxy from the cache.
detach() - Method in class org.jboss.cache.aop.collection.CachedListInterceptor
When we want to separate this proxy from the cache.
detach() - Method in class org.jboss.cache.aop.collection.AbstractCollectionInterceptor
 
determineCoordinator() - Method in class org.jboss.cache.TreeCache
 
DIR_SUFFIX - Static variable in class org.jboss.cache.loader.FileCacheLoader
 
disp - Variable in class org.jboss.cache.TreeCache
 
dispatchRpcCallMethod - Static variable in class org.jboss.cache.rpc.RpcTreeCache
Deprecated. The RpcTreeCache._dispatchRpcCall(String, MethodCall) method
DUMMY - Static variable in class org.jboss.cache.aop.TreeCacheAop
 
dummy_ - Static variable in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
 
DummyBaseTransactionManager - class org.jboss.cache.transaction.DummyBaseTransactionManager.
 
DummyBaseTransactionManager() - Constructor for class org.jboss.cache.transaction.DummyBaseTransactionManager
 
DummyContext - class org.jboss.cache.transaction.DummyContext.
 
DummyContext() - Constructor for class org.jboss.cache.transaction.DummyContext
 
DummyContextFactory - class org.jboss.cache.transaction.DummyContextFactory.
 
DummyContextFactory() - Constructor for class org.jboss.cache.transaction.DummyContextFactory
 
DummyTransaction - class org.jboss.cache.transaction.DummyTransaction.
 
DummyTransaction(DummyBaseTransactionManager) - Constructor for class org.jboss.cache.transaction.DummyTransaction
 
DummyTransactionManager - class org.jboss.cache.transaction.DummyTransactionManager.
 
DummyTransactionManager() - Constructor for class org.jboss.cache.transaction.DummyTransactionManager
 
DummyTransactionManagerLookup - class org.jboss.cache.DummyTransactionManagerLookup.
Returns an instance of DummyTransactionManager, used by standalone cache.
DummyTransactionManagerLookup() - Constructor for class org.jboss.cache.DummyTransactionManagerLookup
 
DummyUserTransaction - class org.jboss.cache.transaction.DummyUserTransaction.
 
DummyUserTransaction(DummyTransactionManager) - Constructor for class org.jboss.cache.transaction.DummyUserTransaction
 
dumpTransactionTable() - Method in interface org.jboss.cache.TreeCacheMBean
Dumps the contents of the TransactionTable
dumpTransactionTable() - Method in class org.jboss.cache.TreeCache
Dumps the contents of the TransactionTable

E

encodeVersion(int, int, int) - Static method in class org.jboss.cache.Version
 
endRead() - Method in class org.jboss.cache.lock.SimpleReadWriteLock
 
endRead() - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
Called upon termination of a read.
endTransaction() - Method in class org.jboss.cache.aop.TreeCacheAop
 
endWrite() - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
Called upon termination of a write.
enlistResource(XAResource) - Method in class org.jboss.cache.transaction.DummyTransaction
Enlist an XA resource with this transaction.
enqueueMethodCallMethod - Static variable in class org.jboss.cache.TreeCache
 
entrySet() - Method in class org.jboss.cache.aop.collection.CachedMapImpl
 
entrySet() - Method in class org.jboss.cache.lock.ThreadLocalMap
 
entrySet() - Method in class org.jboss.cache.optimistic.OptimisticMap
 
equals(Object) - Method in class org.jboss.cache.GlobalTransaction
 
equals(Object) - Method in class org.jboss.cache.Fqn
 
equals(Object) - Method in class org.jboss.cache.aop.collection.CachedSetImpl
 
equals(Object) - Method in class org.jboss.cache.aop.collection.CachedMapImpl
 
equals(Object) - Method in class org.jboss.cache.aop.collection.CachedMapImpl.Entry
 
equals(Object) - Method in class org.jboss.cache.aop.collection.CachedListAbstract
 
equals(Object) - Method in class org.jboss.cache.optimistic.OptimisticMap
 
evict(Fqn) - Method in interface org.jboss.cache.TreeCacheMBean
Called by eviction policy provider.
evict(Fqn) - Method in class org.jboss.cache.TreeCache
Called by eviction policy provider.
evict(Fqn) - Method in interface org.jboss.cache.aop.TreeCacheAopMBean
Override to provide aop specific eviction.
evict(Fqn) - Method in class org.jboss.cache.aop.TreeCacheAop
Override to provide aop specific eviction.
evict(Fqn) - Method in class org.jboss.cache.eviction.LRUAlgorithm
 
evict(Fqn) - Method in interface org.jboss.cache.eviction.EvictionPolicy
Evict a node form the underlying cache.
evict(Fqn) - Method in class org.jboss.cache.eviction.BaseEvictionPolicy
 
evictConfig_ - Variable in class org.jboss.cache.TreeCache
Eviction policy configuration in xml Element
EvictedEventNode - class org.jboss.cache.eviction.EvictedEventNode.
Value object used in evicted event node queue.
EvictedEventNode(Fqn, Integer) - Constructor for class org.jboss.cache.eviction.EvictedEventNode
 
EvictedEventNode(String) - Constructor for class org.jboss.cache.eviction.EvictedEventNode
 
eviction_policy_class - Variable in class org.jboss.cache.TreeCache
 
eviction_policy_provider - Variable in class org.jboss.cache.TreeCache
 
EvictionAlgorithm - interface org.jboss.cache.eviction.EvictionAlgorithm.
Interface for all eviction algorithm
EvictionException - exception org.jboss.cache.eviction.EvictionException.
 
EvictionException() - Constructor for class org.jboss.cache.eviction.EvictionException
 
EvictionException(String) - Constructor for class org.jboss.cache.eviction.EvictionException
 
EvictionException(String, Throwable) - Constructor for class org.jboss.cache.eviction.EvictionException
 
EvictionPolicy - interface org.jboss.cache.eviction.EvictionPolicy.
Generic eviction policy interface.
evictionQueueSize() - Method in class org.jboss.cache.eviction.LRUAlgorithm
 
EvictionTimerTask - class org.jboss.cache.eviction.EvictionTimerTask.
Timer threads to do periodic node clean up by running the eviction policy.
EvictionTimerTask(EvictionPolicy) - Constructor for class org.jboss.cache.eviction.EvictionTimerTask
 
evictNodeMethodLocal - Static variable in class org.jboss.cache.TreeCache
 
exists(Fqn) - Method in interface org.jboss.cache.TreeCacheMBean
Checks whether a given node exists in the tree.
exists(Fqn) - Method in class org.jboss.cache.TreeCache
Checks whether a given node exists in the tree.
exists(Fqn) - Method in class org.jboss.cache.loader.SharedStoreCacheLoader
 
exists(Fqn) - Method in class org.jboss.cache.loader.JDBCCacheLoader
Checks that there is a row for the fqn in the database.
exists(Fqn) - Method in class org.jboss.cache.loader.FileCacheLoader
 
exists(Fqn) - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
exists(Fqn) - Method in interface org.jboss.cache.loader.CacheLoader
Checks whether the CacheLoader has a node with Fqn
exists(Fqn) - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
exists(Fqn) - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Returns whether the given node exists.
exists(Fqn) - Method in class org.jboss.cache.loader.rmi.RemoteTreeCacheImpl
 
exists(Fqn) - Method in interface org.jboss.cache.loader.rmi.RemoteTreeCache
 
exists(Fqn, Object) - Method in interface org.jboss.cache.TreeCacheMBean
Checks whether a given key exists in the given node.
exists(Fqn, Object) - Method in class org.jboss.cache.TreeCache
Checks whether a given key exists in the given node.
exists(String) - Method in interface org.jboss.cache.TreeCacheMBean
Checks whether a given node exists in the tree
exists(String) - Method in class org.jboss.cache.TreeCache
Checks whether a given node exists in the tree
exists(String, Object) - Method in interface org.jboss.cache.TreeCacheMBean
 
exists(String, Object) - Method in class org.jboss.cache.TreeCache
 
ExposedByteArrayOutputStream - class org.jboss.cache.util.ExposedByteArrayOutputStream.
Extends ByteArrayOutputStream, but exposes the internal buffer.
ExposedByteArrayOutputStream() - Constructor for class org.jboss.cache.util.ExposedByteArrayOutputStream
 
ExposedByteArrayOutputStream(int) - Constructor for class org.jboss.cache.util.ExposedByteArrayOutputStream
 
ExposedByteArrayOutputStream(int, int) - Constructor for class org.jboss.cache.util.ExposedByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
ExtendedCacheLoader - interface org.jboss.cache.loader.ExtendedCacheLoader.
Extends the CacheLoader interface by adding methods to support serialized transfer of a portion of a cache tree.
ExtendedTreeCacheListener - interface org.jboss.cache.ExtendedTreeCacheListener.
Callbacks for various events regarding TreeCache.
extractFqn(MethodCall) - Method in class org.jboss.cache.marshall.TreeCacheMarshaller
 
extractFqnFromListOfMethodCall(MethodCall) - Method in class org.jboss.cache.marshall.TreeCacheMarshaller
This is "replicate" call with a list of MethodCall argument.
extractFqnFromMethodCall(MethodCall) - Method in class org.jboss.cache.marshall.TreeCacheMarshaller
This is "replicate" call with a single MethodCall argument.

F

fetch_state_on_startup - Variable in class org.jboss.cache.TreeCache
 
fetchState(long) - Method in interface org.jboss.cache.TreeCacheMBean
Fetch the group state from the current coordinator.
fetchState(long) - Method in class org.jboss.cache.TreeCache
Fetch the group state from the current coordinator.
fetchStateOnStartup() - Method in class org.jboss.cache.TreeCache
 
fieldMap - Variable in class org.jboss.cache.aop.CachedType
 
fields - Variable in class org.jboss.cache.aop.CachedType
 
FIFOAlgorithm - class org.jboss.cache.eviction.FIFOAlgorithm.
First-in-first-out algorithm used to evict old nodes.
FIFOAlgorithm() - Constructor for class org.jboss.cache.eviction.FIFOAlgorithm
 
FIFOPolicy - class org.jboss.cache.eviction.FIFOPolicy.
Eviction policy based on the FIFO algorithm where users can specify the max number of nodes and time-to-live for the nodes.
FIFOPolicy() - Constructor for class org.jboss.cache.eviction.FIFOPolicy
 
FileCacheLoader - class org.jboss.cache.loader.FileCacheLoader.
Simple file-based CacheLoader implementation.
FileCacheLoader() - Constructor for class org.jboss.cache.loader.FileCacheLoader
 
FileExtendedCacheLoader - class org.jboss.cache.loader.FileExtendedCacheLoader.
A FileExtendedCacheLoader.
FileExtendedCacheLoader() - Constructor for class org.jboss.cache.loader.FileExtendedCacheLoader
Create a new FileExtendedCacheLoader.
findCacheInterceptor(InstanceAdvisor) - Static method in class org.jboss.cache.aop.util.AopUtil
Find existing cache interceptor.
findCacheInterceptor(InstanceAdvisor, Fqn) - Static method in class org.jboss.cache.aop.util.AopUtil
Find cache interceptor with exact fqn.
findChildObjects(Fqn, Map) - Method in class org.jboss.cache.aop.TreeCacheAopDelegate
 
findCollectionInterceptor(InstanceAdvisor) - Static method in class org.jboss.cache.aop.util.AopUtil
Find existing Collection interceptor.
findObjects(Fqn) - Method in interface org.jboss.cache.aop.TreeCacheAopMBean
Query all managed pojo objects under the fqn recursively.
findObjects(Fqn) - Method in class org.jboss.cache.aop.TreeCacheAop
Query all managed pojo objects under the fqn recursively.
findObjects(String) - Method in interface org.jboss.cache.aop.TreeCacheAopMBean
Query all managed pojo objects under the fqn recursively.
findObjects(String) - Method in class org.jboss.cache.aop.TreeCacheAop
Query all managed pojo objects under the fqn recursively.
flush() - Method in class org.jboss.cache.ReplicationQueue
 
fqn - Variable in class org.jboss.cache.AbstractNode
 
fqn - Variable in class org.jboss.cache.aop.CacheInterceptor
 
Fqn - class org.jboss.cache.Fqn.
Fully qualified name.
fqn_ - Variable in class org.jboss.cache.aop.collection.AbstractCollectionInterceptor
 
Fqn() - Constructor for class org.jboss.cache.Fqn
 
Fqn(Fqn, Fqn) - Constructor for class org.jboss.cache.Fqn
 
Fqn(Fqn, List) - Constructor for class org.jboss.cache.Fqn
 
Fqn(Fqn, Object) - Constructor for class org.jboss.cache.Fqn
 
Fqn(Fqn, Object, Object) - Constructor for class org.jboss.cache.Fqn
 
Fqn(Fqn, Object, Object, Object) - Constructor for class org.jboss.cache.Fqn
 
Fqn(List) - Constructor for class org.jboss.cache.Fqn
 
Fqn(Object) - Constructor for class org.jboss.cache.Fqn
 
Fqn(Object[]) - Constructor for class org.jboss.cache.Fqn
 
fromString(String) - Static method in class org.jboss.cache.Fqn
 

G

generateStateTransfer(DataNode, boolean, boolean, boolean) - Method in interface org.jboss.cache.statetransfer.StateTransferGenerator
 
GenericTransactionManagerLookup - class org.jboss.cache.GenericTransactionManagerLookup.
A generic class that chooses the best-fit TransactionManager.
GenericTransactionManagerLookup() - Constructor for class org.jboss.cache.GenericTransactionManagerLookup
 
get - Variable in class org.jboss.cache.aop.CachedAttribute
 
get(Fqn) - Method in interface org.jboss.cache.TreeCacheMBean
 
get(Fqn) - Method in class org.jboss.cache.TreeCache
 
get(Fqn) - Method in class org.jboss.cache.loader.SharedStoreCacheLoader
 
get(Fqn) - Method in class org.jboss.cache.loader.JDBCCacheLoader
Returns a map representing a node.
get(Fqn) - Method in class org.jboss.cache.loader.FileCacheLoader
 
get(Fqn) - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
get(Fqn) - Method in interface org.jboss.cache.loader.CacheLoader
Returns all keys and values from the persistent store, given a fully qualified name
get(Fqn) - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
get(Fqn) - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Returns a map containing all key-value pairs for the given FQN, or null if the node is not present.
get(Fqn) - Method in class org.jboss.cache.loader.rmi.RemoteTreeCacheImpl
 
get(Fqn) - Method in interface org.jboss.cache.loader.rmi.RemoteTreeCache
 
get(Fqn, Object) - Method in interface org.jboss.cache.TreeCacheMBean
Finds a node given its name and returns the value associated with a given key in its data map.
get(Fqn, Object) - Method in class org.jboss.cache.TreeCache
Finds a node given its name and returns the value associated with a given key in its data map.
get(Fqn, Object) - Method in class org.jboss.cache.loader.SharedStoreCacheLoader
 
get(Fqn, Object) - Method in class org.jboss.cache.loader.JDBCCacheLoader
Loads an attribute from the database.
get(Fqn, Object) - Method in class org.jboss.cache.loader.FileCacheLoader
 
get(Fqn, Object) - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
get(Fqn, Object) - Method in interface org.jboss.cache.loader.CacheLoader
Returns the value for a given key.
get(Fqn, Object) - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
get(Fqn, Object) - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Returns the data object stored under the given FQN and key, or null if the FQN and key are not present.
get(Fqn, Object) - Method in class org.jboss.cache.loader.rmi.RemoteTreeCacheImpl
 
get(Fqn, Object) - Method in interface org.jboss.cache.loader.rmi.RemoteTreeCache
 
get(Fqn, Object, boolean) - Method in class org.jboss.cache.TreeCache
 
get(GlobalTransaction) - Method in class org.jboss.cache.TransactionTable
 
get(int) - Method in class org.jboss.cache.Fqn
 
get(int) - Method in class org.jboss.cache.aop.collection.CachedListImpl
 
get(int) - Method in class org.jboss.cache.aop.collection.CachedListImpl.MyCachedSubListImpl
 
get(Object) - Method in interface org.jboss.cache.TreeNode
 
get(Object) - Method in class org.jboss.cache.Node
 
get(Object) - Method in class org.jboss.cache.aop.collection.CachedMapImpl
 
get(Object) - Method in class org.jboss.cache.lock.ThreadLocalMap
 
get(Object) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
 
get(Object) - Method in class org.jboss.cache.optimistic.OptimisticMap
 
get(String) - Method in interface org.jboss.cache.TreeCacheMBean
 
get(String) - Method in class org.jboss.cache.TreeCache
 
get(String, Object) - Method in interface org.jboss.cache.TreeCacheMBean
Finds a node given its name and returns the value associated with a given key in its data map.
get(String, Object) - Method in class org.jboss.cache.TreeCache
Finds a node given its name and returns the value associated with a given key in its data map.
get(Transaction) - Method in class org.jboss.cache.TransactionTable
 
getAddress() - Method in class org.jboss.cache.GlobalTransaction
 
getAopInstance(Fqn) - Method in class org.jboss.cache.aop.InternalDelegate
 
getAssociatedEvictNode(Fqn) - Method in class org.jboss.cache.eviction.AopLRUAlgorithm
Hook for evict.
getAttribute(Method, Map, boolean) - Method in class org.jboss.cache.aop.CachedType
 
getAttributes() - Method in class org.jboss.cache.loader.NodeData
 
getCache() - Method in class org.jboss.cache.optimistic.TransactionWorkspaceImpl
 
getCacheData(Fqn, Object) - Method in interface org.jboss.cache.eviction.EvictionPolicy
 
getCacheData(Fqn, Object) - Method in class org.jboss.cache.eviction.BaseEvictionPolicy
 
getCachedType(Class) - Method in interface org.jboss.cache.aop.TreeCacheAopMBean
Obtain a cache aop type for user to traverse the defined "primitive" types in aop.
getCachedType(Class) - Method in class org.jboss.cache.aop.TreeCacheAop
Obtain a cache aop type for user to traverse the defined "primitive" types in aop.
getCacheLoader() - Method in interface org.jboss.cache.TreeCacheMBean
 
getCacheLoader() - Method in class org.jboss.cache.TreeCache
 
getCacheLoaderAsynchronous() - Method in interface org.jboss.cache.TreeCacheMBean
 
getCacheLoaderAsynchronous() - Method in class org.jboss.cache.TreeCache
 
getCacheLoaderClass() - Method in interface org.jboss.cache.TreeCacheMBean
 
getCacheLoaderClass() - Method in class org.jboss.cache.TreeCache
 
getCacheLoaderConfig() - Method in interface org.jboss.cache.TreeCacheMBean
 
getCacheLoaderConfig() - Method in class org.jboss.cache.TreeCache
 
getCacheLoaderFetchPersistentState() - Method in interface org.jboss.cache.TreeCacheMBean
 
getCacheLoaderFetchPersistentState() - Method in class org.jboss.cache.TreeCache
 
getCacheLoaderFetchTransientState() - Method in interface org.jboss.cache.TreeCacheMBean
 
getCacheLoaderFetchTransientState() - Method in class org.jboss.cache.TreeCache
 
getCacheLoaderPassivation() - Method in interface org.jboss.cache.TreeCacheMBean
 
getCacheLoaderPassivation() - Method in class org.jboss.cache.TreeCache
 
getCacheLoaderPreload() - Method in interface org.jboss.cache.TreeCacheMBean
 
getCacheLoaderPreload() - Method in class org.jboss.cache.TreeCache
 
getCacheLoaderShared() - Method in interface org.jboss.cache.TreeCacheMBean
 
getCacheLoaderShared() - Method in class org.jboss.cache.TreeCache
 
getCacheMode() - Method in interface org.jboss.cache.TreeCacheMBean
Returns the current caching mode.
getCacheMode() - Method in class org.jboss.cache.TreeCache
Returns the current caching mode.
getCacheModeInternal() - Method in class org.jboss.cache.TreeCache
 
getCacheService() - Method in interface org.jboss.cache.TreeCacheViewMBean
 
getCacheService() - Method in class org.jboss.cache.TreeCacheView
 
getChild(Object) - Method in interface org.jboss.cache.TreeNode
 
getChild(Object) - Method in class org.jboss.cache.AbstractNode
 
getChild(Object) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
 
getChildren() - Method in interface org.jboss.cache.TreeNode
Will always return an unmodifiable map.
getChildren() - Method in class org.jboss.cache.AbstractNode
 
getChildren() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Dummy introduced to allow for a TreeNode.getChildren() method for backward compatibility.
getChildrenLoaded() - Method in interface org.jboss.cache.TreeNode
Deprecated. Will be removed in JBossCache 1.3.
getChildrenLoaded() - Method in class org.jboss.cache.Node
 
getChildrenLoaded() - Method in interface org.jboss.cache.DataNode
 
getChildrenLoaded() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated. Will be removed in JBossCache 1.3.
getChildrenNames() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
 
getChildrenNames() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
 
getChildrenNames(Fqn) - Method in interface org.jboss.cache.TreeCacheMBean
Returns all children of a given node
getChildrenNames(Fqn) - Method in class org.jboss.cache.TreeCache
Returns all children of a given node
getChildrenNames(Fqn) - Method in interface org.jboss.cache.eviction.EvictionPolicy
Return children names as Objects
getChildrenNames(Fqn) - Method in class org.jboss.cache.eviction.BaseEvictionPolicy
 
getChildrenNames(Fqn) - Method in class org.jboss.cache.loader.SharedStoreCacheLoader
 
getChildrenNames(Fqn) - Method in class org.jboss.cache.loader.JDBCCacheLoader
Fetches child node names (not pathes).
getChildrenNames(Fqn) - Method in class org.jboss.cache.loader.FileCacheLoader
 
getChildrenNames(Fqn) - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
getChildrenNames(Fqn) - Method in interface org.jboss.cache.loader.CacheLoader
Returns a list of children names, all names are relative.
getChildrenNames(Fqn) - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
getChildrenNames(Fqn) - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Returns an unmodifiable set of relative children names (strings), or returns null if the parent node is not found or if no children are found.
getChildrenNames(Fqn) - Method in class org.jboss.cache.loader.rmi.RemoteTreeCacheImpl
 
getChildrenNames(Fqn) - Method in interface org.jboss.cache.loader.rmi.RemoteTreeCache
 
getChildrenNames(String) - Method in interface org.jboss.cache.TreeCacheMBean
Returns all children of a given node
getChildrenNames(String) - Method in class org.jboss.cache.TreeCache
Returns all children of a given node
getChildrenNamesMethodLocal - Static variable in class org.jboss.cache.TreeCache
 
getClassLoader() - Method in class org.jboss.cache.marshall.Region
 
getClassLoader(String) - Method in class org.jboss.cache.marshall.TreeCacheMarshaller
Gets the classloader previously registered for fqn by a call to TreeCacheMarshaller.registerClassLoader(String, ClassLoader).
getClusterName() - Method in interface org.jboss.cache.TreeCacheMBean
Get the name of the replication group
getClusterName() - Method in class org.jboss.cache.TreeCache
Get the name of the replication group
getClusterProperties() - Method in interface org.jboss.cache.TreeCacheMBean
Get the cluster properties (e.g.
getClusterProperties() - Method in class org.jboss.cache.TreeCache
Get the cluster properties (e.g.
getCoordinator() - Method in class org.jboss.cache.TreeCache
 
getCreationTimeStamp() - Method in class org.jboss.cache.eviction.NodeEntry
Get the time stamp for when the node entry was created.
getCurrentTransaction() - Method in class org.jboss.cache.TreeCache
Get the transaction associated with the current thread and maps it onto a GlobalTransaction.
getCurrentTransaction(Transaction) - Method in class org.jboss.cache.TreeCache
 
getCurrentTxFromThread() - Method in class org.jboss.cache.interceptors.OptimisticInterceptor
 
getData() - Method in interface org.jboss.cache.TreeNode
Deprecated. Will be removed in JBossCache 1.3.
getData() - Method in class org.jboss.cache.Node
 
getData() - Method in class org.jboss.cache.Modification
 
getData() - Method in interface org.jboss.cache.DataNode
 
getData() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Dummy introduced to allow for a TreeNode.getData() method for backward compatibility.
getDataKeys() - Method in interface org.jboss.cache.TreeNode
 
getDataKeys() - Method in class org.jboss.cache.Node
 
getDataKeys() - Method in interface org.jboss.cache.DataNode
 
getDataKeys() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated. Will be removed in JBossCache 1.3.
getDeadlockDetection() - Method in interface org.jboss.cache.TreeCacheMBean
 
getDeadlockDetection() - Method in class org.jboss.cache.TreeCache
 
getDefaultProperties() - Method in class org.jboss.cache.TreeCache
 
getEnvironment() - Method in class org.jboss.cache.transaction.DummyContext
Retrieves the environment in effect for this context.
getEvent() - Method in class org.jboss.cache.eviction.EvictedEventNode
 
getEvictionAlgorithm() - Method in class org.jboss.cache.eviction.Region
 
getEvictionAlgorithm() - Method in class org.jboss.cache.eviction.LRUPolicy
 
getEvictionAlgorithm() - Method in class org.jboss.cache.eviction.FIFOPolicy
 
getEvictionAlgorithm() - Method in class org.jboss.cache.eviction.AopLRUPolicy
 
getEvictionPolicy() - Method in class org.jboss.cache.eviction.Region
 
getEvictionPolicyClass() - Method in interface org.jboss.cache.TreeCacheMBean
Returns the name of the cache eviction policy (must be an implementation of EvictionPolicy)
getEvictionPolicyClass() - Method in class org.jboss.cache.TreeCache
Returns the name of the cache eviction policy (must be an implementation of EvictionPolicy)
getEvictionPolicyConfig() - Method in class org.jboss.cache.TreeCache
 
getEvictionThreadWakeupIntervalSeconds() - Method in interface org.jboss.cache.TreeCacheMBean
Obtain eviction thread (if any) wake up interval in seconds
getEvictionThreadWakeupIntervalSeconds() - Method in class org.jboss.cache.TreeCache
Obtain eviction thread (if any) wake up interval in seconds
getFetchStateOnStartup() - Method in interface org.jboss.cache.TreeCacheMBean
Returns whether or not on startup to acquire the initial state from existing members.
getFetchStateOnStartup() - Method in class org.jboss.cache.TreeCache
 
getField(String) - Method in class org.jboss.cache.aop.CachedType
 
getFields() - Method in class org.jboss.cache.aop.CachedType
 
getFqn() - Method in interface org.jboss.cache.TreeNode
 
getFqn() - Method in class org.jboss.cache.Modification
 
getFqn() - Method in class org.jboss.cache.AbstractNode
 
getFqn() - Method in class org.jboss.cache.aop.CacheInterceptor
 
getFqn() - Method in interface org.jboss.cache.aop.BaseInterceptor
Get the original fqn that is associated with this interceptor (or advisor).
getFqn() - Method in class org.jboss.cache.aop.collection.CachedSetImpl
 
getFqn() - Method in class org.jboss.cache.aop.collection.CachedMapImpl
 
getFqn() - Method in class org.jboss.cache.aop.collection.CachedListImpl
 
getFqn() - Method in class org.jboss.cache.aop.collection.AbstractCollectionInterceptor
 
getFqn() - Method in class org.jboss.cache.eviction.Region
 
getFqn() - Method in class org.jboss.cache.eviction.NodeEntry
 
getFqn() - Method in class org.jboss.cache.eviction.EvictedEventNode
 
getFqn() - Method in class org.jboss.cache.loader.NodeData
 
getFqn() - Method in class org.jboss.cache.lock.IdentityLock
 
getFqn() - Method in class org.jboss.cache.marshall.Region
 
getFqn() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
 
getFqnChild(int) - Method in class org.jboss.cache.Fqn
Obtain a child Fqn from a sub-index.
getFqnChild(int, int) - Method in class org.jboss.cache.Fqn
 
getGet() - Method in class org.jboss.cache.aop.CachedAttribute
 
getId() - Method in class org.jboss.cache.GlobalTransaction
 
getImmutableLock() - Method in interface org.jboss.cache.TreeNode
Deprecated. Will be removed in JBossCache 1.3.
getImmutableLock() - Method in class org.jboss.cache.Node
Deprecated. Use getLock() instead
getImmutableLock() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated. Will be removed in JBossCache 1.3.
getIndirectFqn(String) - Static method in class org.jboss.cache.aop.util.ObjectUtil
 
getInitialContext(Hashtable) - Method in class org.jboss.cache.transaction.DummyContextFactory
Creates an Initial Context for beginning name resolution.
getInitialStateRetrievalTimeout() - Method in interface org.jboss.cache.TreeCacheMBean
Get the max time to wait until the initial state is retrieved.
getInitialStateRetrievalTimeout() - Method in class org.jboss.cache.TreeCache
Get the max time to wait until the initial state is retrieved.
getInstance() - Method in interface org.jboss.cache.TreeCacheMBean
 
getInstance() - Method in class org.jboss.cache.TreeCache
 
getInstance() - Static method in class org.jboss.cache.factories.NodeFactory
Singleton accessor
getInstance() - Static method in class org.jboss.cache.transaction.DummyTransactionManager
 
getInstance() - Static method in class org.jboss.cache.transaction.BatchModeTransactionManager
 
getInstance(Transaction) - Static method in class org.jboss.cache.interceptors.OrderedSynchronizationHandler
Creates a new instance of OrderedSynchronizationHandler, or fetches an existing instance.
getInterceptor(ClassProxy) - Static method in class org.jboss.cache.aop.collection.CollectionInterceptorUtil
 
getInterceptorChain() - Method in interface org.jboss.cache.TreeCacheMBean
 
getInterceptorChain() - Method in class org.jboss.cache.TreeCache
 
getInterceptors() - Method in interface org.jboss.cache.TreeCacheMBean
 
getInterceptors() - Method in class org.jboss.cache.TreeCache
 
getInterval() - Method in class org.jboss.cache.ReplicationQueue
 
getIsolationLevel() - Method in interface org.jboss.cache.TreeCacheMBean
Returns the transaction isolation level.
getIsolationLevel() - Method in class org.jboss.cache.TreeCache
Returns the transaction isolation level.
getIsolationLevelClass() - Method in class org.jboss.cache.TreeCache
 
getKey() - Method in class org.jboss.cache.Modification
 
getKey() - Method in class org.jboss.cache.aop.collection.CachedMapImpl.Entry
 
getKeys() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
 
getKeys() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
 
getKeys(Fqn) - Method in interface org.jboss.cache.TreeCacheMBean
 
getKeys(Fqn) - Method in class org.jboss.cache.TreeCache
 
getKeys(String) - Method in interface org.jboss.cache.TreeCacheMBean
 
getKeys(String) - Method in class org.jboss.cache.TreeCache
 
getKeysMethodLocal - Static variable in class org.jboss.cache.TreeCache
 
getKeyValueMethodLocal - Static variable in class org.jboss.cache.TreeCache
 
getLength() - Static method in class org.jboss.cache.Version
 
getLoader() - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor
 
getLoader() - Method in class org.jboss.cache.interceptors.ActivationInterceptor
 
getLocalAddress() - Method in interface org.jboss.cache.TreeCacheMBean
 
getLocalAddress() - Method in class org.jboss.cache.TreeCache
 
getLocalTransaction() - Method in class org.jboss.cache.TreeCache
Returns the transaction associated with the current thread.
getLocalTransaction(GlobalTransaction) - Method in class org.jboss.cache.TransactionTable
Returns the local transaction associated with a GlobalTransaction.
getLock() - Method in interface org.jboss.cache.TreeNode
Deprecated. Will be removed in JBossCache 1.3.
getLock() - Method in class org.jboss.cache.Node
 
getLock() - Method in interface org.jboss.cache.DataNode
 
getLock() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated. Will be removed in JBossCache 1.3.
getLockAcquisitionTimeout() - Method in interface org.jboss.cache.TreeCacheMBean
Default max time to wait for a lock.
getLockAcquisitionTimeout() - Method in class org.jboss.cache.TreeCache
Default max time to wait for a lock.
getLocks() - Method in class org.jboss.cache.TransactionEntry
 
getLockStrategy() - Static method in class org.jboss.cache.lock.LockStrategyFactory
 
getLockStrategy(IsolationLevel) - Static method in class org.jboss.cache.lock.LockStrategyFactory
 
getLockTable() - Method in class org.jboss.cache.TreeCache
 
getManagedMethods(Class) - Static method in class org.jboss.cache.aop.collection.CollectionInterceptorUtil
 
getMax_elements() - Method in class org.jboss.cache.ReplicationQueue
 
getMaxAgeSeconds() - Method in class org.jboss.cache.eviction.Region
 
getMaxDoublingSize() - Method in class org.jboss.cache.util.ExposedByteArrayOutputStream
Gets the highest internal buffer size after which if more capacity is needed the buffer will grow in 25% increments rather than 100%.
getMaxNodes() - Method in class org.jboss.cache.eviction.Region
 
getMBeanElement(Element) - Method in class org.jboss.cache.PropertyConfigurator
 
getMembers() - Method in interface org.jboss.cache.TreeCacheMBean
 
getMembers() - Method in class org.jboss.cache.TreeCache
 
getMergedChildren() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
 
getMergedChildren() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
 
getMergedData() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
 
getMergedData() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
 
getMessageListener() - Method in class org.jboss.cache.TreeCache
 
getMethodCallQueue() - Method in class org.jboss.cache.marshall.Region
 
getMethodMap(Class) - Static method in class org.jboss.cache.aop.collection.CollectionInterceptorUtil
 
getModifications() - Method in class org.jboss.cache.TransactionEntry
 
getModifiedTimeStamp() - Method in class org.jboss.cache.eviction.NodeEntry
Get modified time stamp.
getName() - Method in interface org.jboss.cache.TreeNode
 
getName() - Method in class org.jboss.cache.AbstractNode
 
getName() - Method in class org.jboss.cache.aop.CachedAttribute
 
getName() - Method in class org.jboss.cache.aop.CacheInterceptor
 
getName() - Method in class org.jboss.cache.aop.collection.CachedSetInterceptor
 
getName() - Method in class org.jboss.cache.aop.collection.CachedMapInterceptor
 
getName() - Method in class org.jboss.cache.aop.collection.CachedListInterceptor
 
getName() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
 
getNameInNamespace() - Method in class org.jboss.cache.transaction.DummyContext
Retrieves the full name of this context within its own namespace.
getNameParser(Name) - Method in class org.jboss.cache.transaction.DummyContext
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class org.jboss.cache.transaction.DummyContext
Retrieves the parser associated with the named context.
getNewBufferSize(int, int) - Method in class org.jboss.cache.util.ExposedByteArrayOutputStream
Gets the number of bytes to which the internal buffer should be resized.
getNext() - Method in class org.jboss.cache.interceptors.Interceptor
 
getNode() - Method in class org.jboss.cache.aop.collection.CachedSetImpl
 
getNode() - Method in class org.jboss.cache.aop.collection.CachedMapImpl
 
getNode() - Method in class org.jboss.cache.aop.collection.CachedListImpl
 
getNode() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
 
getNode() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
 
getNode(Fqn) - Method in class org.jboss.cache.optimistic.TransactionWorkspaceImpl
 
getNode(Fqn) - Method in interface org.jboss.cache.optimistic.TransactionWorkspace
 
getNode(Fqn, boolean, boolean) - Method in class org.jboss.cache.interceptors.CacheLoaderInterceptor
 
getNodeAddress() - Method in class org.jboss.cache.rpc.NoHandlerForRPCException
 
getNodeId() - Method in class org.jboss.cache.aop.MarshalledTreeCache
DataNode id is a communication id that denotes the cluster node.
getNodeLockingScheme() - Method in interface org.jboss.cache.TreeCacheMBean
 
getNodeLockingScheme() - Method in class org.jboss.cache.TreeCache
 
getNodeMethodLocal - Static variable in class org.jboss.cache.TreeCache
 
getNodes() - Method in class org.jboss.cache.TransactionEntry
 
getNodes() - Method in class org.jboss.cache.optimistic.TransactionWorkspaceImpl
 
getNodes() - Method in interface org.jboss.cache.optimistic.TransactionWorkspace
 
getNodesAfter(Fqn) - Method in class org.jboss.cache.optimistic.TransactionWorkspaceImpl
 
getNodesAfter(Fqn) - Method in interface org.jboss.cache.optimistic.TransactionWorkspace
 
getNumberOfAttributes() - Method in interface org.jboss.cache.TreeCacheMBean
Returns an approximation of the total number of attributes in the tree.
getNumberOfAttributes() - Method in class org.jboss.cache.TreeCache
Returns an approximation of the total number of attributes in the tree.
getNumberOfLocksHeld() - Method in interface org.jboss.cache.TreeCacheMBean
Gets the number of read or write locks held across the entire tree
getNumberOfLocksHeld() - Method in class org.jboss.cache.TreeCache
Gets the number of read or write locks held across the entire tree
getNumberOfNodes() - Method in interface org.jboss.cache.TreeCacheMBean
Returns an approximation of the total number of nodes in the tree.
getNumberOfNodes() - Method in class org.jboss.cache.TreeCache
Returns an approximation of the total number of nodes in the tree.
getNumGlobalTransactions() - Method in class org.jboss.cache.TransactionTable
 
getNumLocalTransactions() - Method in class org.jboss.cache.TransactionTable
 
getObject(Fqn) - Method in interface org.jboss.cache.aop.TreeCacheAopMBean
Retrieve the aop-enabled object from the cache.
getObject(Fqn) - Method in interface org.jboss.cache.aop.TreeCacheAopIfc
Retrieve the aop-enabled object from the cache.
getObject(Fqn) - Method in class org.jboss.cache.aop.TreeCacheAop
Retrieve the aop-enabled object from the cache.
getObject(String) - Method in interface org.jboss.cache.aop.TreeCacheAopMBean
Retrieve the aop-enabled object from the cache.
getObject(String) - Method in interface org.jboss.cache.aop.TreeCacheAopIfc
Retrieve the aop-enabled object from the cache.
getObject(String) - Method in class org.jboss.cache.aop.TreeCacheAop
Retrieve the aop-enabled object from the cache.
getOldData() - Method in class org.jboss.cache.Modification
 
getOldValue() - Method in class org.jboss.cache.Modification
 
getOrCreateChild(Object, GlobalTransaction, boolean) - Method in interface org.jboss.cache.TreeNode
Deprecated. Will be removed in JBossCache 1.3.
getOrCreateChild(Object, GlobalTransaction, boolean) - Method in class org.jboss.cache.Node
 
getOrCreateChild(Object, GlobalTransaction, boolean) - Method in interface org.jboss.cache.DataNode
Creates a new child of this node if it doesn't exist.
getOrCreateChild(Object, GlobalTransaction, boolean) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated. Will be removed in JBossCache 1.3.
getOwnerForLock() - Method in class org.jboss.cache.TreeCache
Returns an object suitable for use in node locking, either the current transaction or the current thread if there is no transaction.
getParent() - Method in interface org.jboss.cache.TreeNode
 
getParent() - Method in class org.jboss.cache.Fqn
 
getParent() - Method in class org.jboss.cache.AbstractNode
 
getParent() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
 
getPartialStateMethod - Static variable in class org.jboss.cache.TreeCache
 
getRawBuffer() - Method in class org.jboss.cache.util.ExposedByteArrayOutputStream
Gets the internal buffer array.
getReaderOwners() - Method in class org.jboss.cache.lock.IdentityLock
Return a copy of the reader lock owner in List.
getRegion(String) - Method in class org.jboss.cache.eviction.RegionManager
 
getRegion(String) - Method in class org.jboss.cache.marshall.RegionManager
 
getRegions() - Method in class org.jboss.cache.eviction.RegionManager
 
getRegions() - Method in interface org.jboss.cache.eviction.EvictionPolicy
Return all regions declared.
getRegions() - Method in class org.jboss.cache.eviction.BaseEvictionPolicy
EvictionPolicy interface implementation
getRegions() - Method in class org.jboss.cache.marshall.RegionManager
 
getReplicationHandler() - Method in class org.jboss.cache.TreeCache
 
getReplicationVersion() - Method in interface org.jboss.cache.TreeCacheMBean
Gets the format version of the data transferred during an initial state transfer or a call to TreeCacheMBean.activateRegion(String).
getReplicationVersion() - Method in class org.jboss.cache.TreeCache
 
getReplicationVersionShort() - Method in class org.jboss.cache.TreeCache
 
getReplQueue() - Method in class org.jboss.cache.TreeCache
 
getReplQueueInterval() - Method in interface org.jboss.cache.TreeCacheMBean
 
getReplQueueInterval() - Method in class org.jboss.cache.TreeCache
 
getReplQueueMaxElements() - Method in interface org.jboss.cache.TreeCacheMBean
 
getReplQueueMaxElements() - Method in class org.jboss.cache.TreeCache
 
getRoot() - Method in class org.jboss.cache.TreeCache
Used by interceptors.
getSet() - Method in class org.jboss.cache.aop.CachedAttribute
 
getState() - Method in class org.jboss.cache.loader.rmi.RemoteTreeCacheImpl
 
getState() - Method in interface org.jboss.cache.loader.rmi.RemoteTreeCache
 
getStateBytes() - Method in class org.jboss.cache.TreeCache
 
getStateTransferGenerator(TreeCache) - Static method in class org.jboss.cache.statetransfer.StateTransferFactory
Gets the StateTransferGenerator able to handle the given cache instance.
getStateTransferIntegrator(byte[], Fqn, TreeCache) - Static method in class org.jboss.cache.statetransfer.StateTransferFactory
Gets a StateTransferIntegrator able to handle the given state.
getStateTransferVersion() - Method in interface org.jboss.cache.TreeCacheMBean
Deprecated. use TreeCacheMBean.getReplicationVersion() instead
getStateTransferVersion() - Method in class org.jboss.cache.TreeCache
 
getStatus() - Method in class org.jboss.cache.marshall.Region
 
getStatus() - Method in class org.jboss.cache.transaction.DummyUserTransaction
Get the status of the transaction.
getStatus() - Method in class org.jboss.cache.transaction.DummyTransaction
Get the status of the transaction.
getStatus() - Method in class org.jboss.cache.transaction.DummyBaseTransactionManager
Get the status of the transaction associated with the calling thread.
getSyncCommitPhase() - Method in interface org.jboss.cache.TreeCacheMBean
 
getSyncCommitPhase() - Method in class org.jboss.cache.TreeCache
 
getSyncReplTimeout() - Method in interface org.jboss.cache.TreeCacheMBean
Returns the default max timeout after which synchronous replication calls return.
getSyncReplTimeout() - Method in class org.jboss.cache.TreeCache
Returns the default max timeout after which synchronous replication calls return.
getSyncRollbackPhase() - Method in interface org.jboss.cache.TreeCacheMBean
 
getSyncRollbackPhase() - Method in class org.jboss.cache.TreeCache
 
getTimeToLiveSeconds() - Method in class org.jboss.cache.eviction.Region
 
getTransaction() - Method in class org.jboss.cache.TransactionEntry
Returns a list of local transactions associated with this TransactionEntry
getTransaction() - Method in class org.jboss.cache.transaction.DummyBaseTransactionManager
Get the transaction associated with the calling thread.
getTransactionManager() - Method in interface org.jboss.cache.TreeCacheMBean
 
getTransactionManager() - Method in class org.jboss.cache.TreeCache
 
getTransactionManager() - Method in interface org.jboss.cache.TransactionManagerLookup
 
getTransactionManager() - Method in class org.jboss.cache.JBossTransactionManagerLookup
 
getTransactionManager() - Method in class org.jboss.cache.GenericTransactionManagerLookup
Get the systemwide used TransactionManager
getTransactionManager() - Method in class org.jboss.cache.DummyTransactionManagerLookup
 
getTransactionManager() - Method in class org.jboss.cache.BatchModeTransactionManagerLookup
 
getTransactionManagerLookupClass() - Method in interface org.jboss.cache.TreeCacheMBean
 
getTransactionManagerLookupClass() - Method in class org.jboss.cache.TreeCache
 
getTransactionTable() - Method in class org.jboss.cache.TreeCache
 
getTransactionWorkspace() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
 
getTransactionWorkspace() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
 
getTransactionWorkSpace() - Method in class org.jboss.cache.OptimisticTransactionEntry
 
getTransactionWorkspace(GlobalTransaction) - Method in class org.jboss.cache.interceptors.OptimisticInterceptor
 
getTreeCacheListeners() - Method in class org.jboss.cache.TreeCache
Returns a Map contains the listeners to this tree cache
getType() - Method in class org.jboss.cache.Modification
 
getType() - Method in class org.jboss.cache.aop.CachedType
 
getType() - Method in class org.jboss.cache.aop.CachedAttribute
 
getUndoOperations() - Method in class org.jboss.cache.TransactionEntry
 
getUseMarshalling() - Method in interface org.jboss.cache.TreeCacheMBean
Gets whether a TreeCacheMarshaller instance should be used to manage different classloaders to use for unmarshalling replicated objects.
getUseMarshalling() - Method in class org.jboss.cache.TreeCache
 
getUseReplQueue() - Method in interface org.jboss.cache.TreeCacheMBean
 
getUseReplQueue() - Method in class org.jboss.cache.TreeCache
 
getValue() - Method in class org.jboss.cache.Modification
 
getValue() - Method in class org.jboss.cache.aop.collection.CachedMapImpl.Entry
 
getVersion() - Method in interface org.jboss.cache.TreeCacheMBean
 
getVersion() - Method in class org.jboss.cache.TreeCache
 
getVersion() - Method in class org.jboss.cache.OptimisticTreeNode
Gets the version id of this node
getVersion() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
 
getVersion() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
 
getVersionShort() - Static method in class org.jboss.cache.Version
 
getVersionShort(String) - Static method in class org.jboss.cache.Version
 
getVersionString(short) - Static method in class org.jboss.cache.Version
 
getWakeupIntervalSeconds() - Method in class org.jboss.cache.eviction.LRUPolicy
 
getWakeupIntervalSeconds() - Method in interface org.jboss.cache.eviction.EvictionPolicy
return eviction thread (if any) wake up interval in seconds.
getWakeupIntervalSeconds() - Method in class org.jboss.cache.eviction.BaseEvictionPolicy
 
getWrappedChild(Object) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
 
getWrappedParent() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
 
getWriterOwner() - Method in class org.jboss.cache.lock.IdentityLock
Return the writer lock owner object.
GlobalTransaction - class org.jboss.cache.GlobalTransaction.
Uniquely identifies a transaction that spans all nodes in a cluster.
GlobalTransaction() - Constructor for class org.jboss.cache.GlobalTransaction
 
graphHandler_ - Variable in class org.jboss.cache.aop.TreeCacheAopDelegate
 
graphHandler_ - Variable in class org.jboss.cache.aop.CollectionClassHandler
 

H

hasChild(Fqn) - Method in class org.jboss.cache.TreeCache
 
hasChild(Fqn) - Method in interface org.jboss.cache.eviction.EvictionPolicy
Is this a leaf node?
hasChild(Fqn) - Method in class org.jboss.cache.eviction.BaseEvictionPolicy
 
hasChildren() - Method in interface org.jboss.cache.TreeNode
 
hasChildren() - Method in interface org.jboss.cache.DataNode
 
hasChildren() - Method in class org.jboss.cache.AbstractNode
 
hasChildren() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated. Will be removed in JBossCache 1.3.
hasCurrentTransaction() - Method in class org.jboss.cache.aop.TreeCacheAop
 
hashCode() - Method in class org.jboss.cache.GlobalTransaction
 
hashCode() - Method in class org.jboss.cache.Fqn
 
hashCode() - Method in class org.jboss.cache.aop.collection.CachedMapImpl
 
hashCode() - Method in class org.jboss.cache.aop.collection.CachedMapImpl.Entry
 
hashCode() - Method in class org.jboss.cache.aop.collection.CachedListAbstract
 
hashCode() - Method in class org.jboss.cache.optimistic.OptimisticMap
 
hasNext() - Method in class org.jboss.cache.aop.collection.CachedListImpl.MyListIterator
 
hasPrevious() - Method in class org.jboss.cache.aop.collection.CachedListImpl.MyListIterator
 
hasRegion(String) - Method in class org.jboss.cache.eviction.RegionManager
 
hasRegion(String) - Method in class org.jboss.cache.marshall.RegionManager
 
head_ - Variable in class org.jboss.cache.eviction.LRUAlgorithm
 

I

IdentityLock - class org.jboss.cache.lock.IdentityLock.
Lock object which grants and releases locks, and associates locks with owners.
IdentityLock(TreeCache, Fqn) - Constructor for class org.jboss.cache.lock.IdentityLock
 
immediate - Variable in class org.jboss.cache.aop.CachedType
 
immediates - Static variable in class org.jboss.cache.aop.CachedType
 
immutable - Variable in class org.jboss.cache.aop.CachedType
 
inactivate() - Method in class org.jboss.cache.marshall.Region
 
inactivate(String) - Method in class org.jboss.cache.marshall.TreeCacheMarshaller
Disables unmarshalling of replication messages for the region rooted in the given Fqn.
inactivateRegion(String) - Method in interface org.jboss.cache.TreeCacheMBean
Causes the cache to stop accepting replication events for the subtree rooted at subtreeFqn and evict all nodes in that subtree.
inactivateRegion(String) - Method in class org.jboss.cache.TreeCache
Causes the cache to stop accepting replication events for the subtree rooted at subtreeFqn and evict all nodes in that subtree.
inactiveOnStartup - Variable in class org.jboss.cache.TreeCache
 
INDENT - Static variable in class org.jboss.cache.AbstractNode
 
index - Variable in class org.jboss.cache.aop.collection.CachedListImpl.MyListIterator
 
indexOf(Object) - Method in class org.jboss.cache.aop.collection.CachedListImpl
 
indexOf(Object) - Method in class org.jboss.cache.aop.collection.CachedListImpl.MyCachedSubListImpl
 
init() - Method in class org.jboss.cache.Node
 
init() - Method in class org.jboss.cache.aop.TreeCacheAop
 
init(Object, Fqn, Node, TreeCache) - Method in class org.jboss.cache.Node
 
INITIAL_COUNTER_VALUE - Static variable in class org.jboss.cache.aop.AOPInstance
 
inMemImpl_ - Variable in class org.jboss.cache.aop.collection.CachedSetInterceptor
 
inMemImpl_ - Variable in class org.jboss.cache.aop.collection.CachedMapInterceptor
 
inMemImpl_ - Variable in class org.jboss.cache.aop.collection.CachedListInterceptor
 
instance_ - Variable in class org.jboss.cache.aop.AOPInstance
 
InstanceOfAopMarker - interface org.jboss.cache.aop.InstanceOfAopMarker.
Marker interface for use in aop annotation declaration.
integratePersistentState() - Method in class org.jboss.cache.statetransfer.StateTransferIntegrator_123
 
integratePersistentState() - Method in interface org.jboss.cache.statetransfer.StateTransferIntegrator
 
integrateTransientState(DataNode, ClassLoader) - Method in class org.jboss.cache.statetransfer.StateTransferIntegrator_123
 
integrateTransientState(DataNode, ClassLoader) - Method in interface org.jboss.cache.statetransfer.StateTransferIntegrator
 
Interceptor - class org.jboss.cache.interceptors.Interceptor.
Class representing an interceptor.
interceptor_ - Variable in class org.jboss.cache.aop.collection.CachedSetImpl
 
interceptor_ - Variable in class org.jboss.cache.aop.collection.CachedMapImpl
 
interceptor_ - Variable in class org.jboss.cache.aop.collection.CachedListImpl
 
interceptor_chain - Variable in class org.jboss.cache.TreeCache
TreeCache.invokeMethod(MethodCall) will dispatch to this chain of interceptors.
Interceptor() - Constructor for class org.jboss.cache.interceptors.Interceptor
 
internal_ - Variable in class org.jboss.cache.aop.TreeCacheAopDelegate
 
internal_ - Variable in class org.jboss.cache.aop.SerializableObjectHandler
 
internal_ - Variable in class org.jboss.cache.aop.ObjectGraphHandler
 
internal_ - Variable in class org.jboss.cache.aop.CollectionClassHandler
 
InternalDelegate - class org.jboss.cache.aop.InternalDelegate.
AopCache delegation to handle internal cache sotre, that is, the portion that is not part of user's data.
invalidate(Fqn) - Method in class org.jboss.cache.aop.MarshalledTreeCache
Invalidate the local copy cache.
invoke(Invocation) - Method in class org.jboss.cache.aop.CacheInterceptor
 
invoke(Invocation) - Method in class org.jboss.cache.aop.collection.CachedSetInterceptor
 
invoke(Invocation) - Method in class org.jboss.cache.aop.collection.CachedMapInterceptor
 
invoke(Invocation) - Method in class org.jboss.cache.aop.collection.CachedListInterceptor
 
invoke(Invocation, Object, Map, Map) - Static method in class org.jboss.cache.aop.collection.CollectionInterceptorUtil
 
invoke(MethodCall) - Method in class org.jboss.cache.interceptors.UnlockInterceptor
 
invoke(MethodCall) - Method in class org.jboss.cache.interceptors.ReplicationInterceptor
 
invoke(MethodCall) - Method in class org.jboss.cache.interceptors.PessimisticLockInterceptor
 
invoke(MethodCall) - Method in class org.jboss.cache.interceptors.PassivationInterceptor
Notifies the cache instance listeners that the evicted node is about to be passivated and Stores the evicted node and its attributes back to the store using the CacheLoader.
invoke(MethodCall) - Method in class org.jboss.cache.interceptors.OptimisticValidatorInterceptor
 
invoke(MethodCall) - Method in class org.jboss.cache.interceptors.OptimisticTxInterceptor
 
invoke(MethodCall) - Method in class org.jboss.cache.interceptors.OptimisticReplicationInterceptor
 
invoke(MethodCall) - Method in class org.jboss.cache.interceptors.OptimisticNodeInterceptor
 
invoke(MethodCall) - Method in class org.jboss.cache.interceptors.OptimisticLockingInterceptor
 
invoke(MethodCall) - Method in class org.jboss.cache.interceptors.OptimisticCreateIfNotExistsInterceptor
 
invoke(MethodCall) - Method in class org.jboss.cache.interceptors.Interceptor
 
invoke(MethodCall) - Method in class org.jboss.cache.interceptors.CreateIfNotExistsInterceptor
Synchronize between put(), remove() and evict() methods.
invoke(MethodCall) - Method in class org.jboss.cache.interceptors.CallInterceptor
 
invoke(MethodCall) - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor
Pass the method on.
invoke(MethodCall) - Method in class org.jboss.cache.interceptors.CacheLoaderInterceptor
Makes sure a node is loaded into memory before a call executes (no-op if node is already loaded).
invoke(MethodCall) - Method in class org.jboss.cache.interceptors.ActivationInterceptor
Makes sure a node is loaded into memory before a call executes.
invokeMethod(MethodCall) - Method in class org.jboss.cache.TreeCache
Invokes a method against this object.
isAttached() - Method in class org.jboss.cache.aop.collection.AbstractCollectionInterceptor
 
isBefore124(short) - Static method in class org.jboss.cache.Version
 
isChildOf(Fqn) - Method in class org.jboss.cache.Fqn
Check if current fqn is child of parentFqn
isCoordinator() - Method in interface org.jboss.cache.TreeCacheMBean
 
isCoordinator() - Method in class org.jboss.cache.TreeCache
 
isCreated() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
 
isCreated() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
 
isCrudMethod(Method) - Static method in class org.jboss.cache.TreeCache
 
isDeepDirty() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
 
isDeepDirty() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
 
isDeleted() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
 
isDeleted() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
 
isDirty() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
 
isDirty() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
 
isEmpty() - Method in class org.jboss.cache.aop.collection.CachedMapImpl
 
isEmpty() - Method in class org.jboss.cache.aop.collection.CachedListAbstract
 
isEmpty() - Method in class org.jboss.cache.lock.ThreadLocalMap
 
isEmpty() - Method in class org.jboss.cache.optimistic.OptimisticMap
 
isGet(Method) - Method in class org.jboss.cache.aop.CachedType
 
isImmediate() - Method in class org.jboss.cache.aop.CachedType
 
isImmediate(Class) - Static method in class org.jboss.cache.aop.CachedType
 
isImmutable() - Method in class org.jboss.cache.aop.CachedType
 
isInactive() - Method in class org.jboss.cache.marshall.Region
 
isInactive(String) - Method in class org.jboss.cache.marshall.TreeCacheMarshaller
Gets whether unmarshalling has been disabled for the region rooted in the given Fqn.
isInactiveOnStartup() - Method in interface org.jboss.cache.TreeCacheMBean
Gets whether the entire tree is inactive upon startup, only responding to replication messages after TreeCacheMBean.activateRegion(String) is called to activate one or more parts of the tree.
isInactiveOnStartup() - Method in class org.jboss.cache.TreeCache
Gets whether the entire tree is inactive upon startup, only responding to replication messages after TreeCache.activateRegion(String) is called to activate one or more parts of the tree.
isInternalNode(Fqn) - Method in class org.jboss.cache.eviction.AopLRUPolicy
Check if this is an JBossInternal node.
isLocked() - Method in interface org.jboss.cache.TreeNode
Deprecated. Will be removed in JBossCache 1.3.
isLocked() - Method in class org.jboss.cache.Node
 
isLocked() - Method in interface org.jboss.cache.DataNode
 
isLocked() - Method in class org.jboss.cache.lock.IdentityLock
Check if there is a read or write lock
isLocked() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated. Will be removed in JBossCache 1.3.
isNodeLockingOptimistic() - Method in class org.jboss.cache.TreeCache
returns whether node locking is optimistic.
isNonReplicatable(Field) - Static method in class org.jboss.cache.aop.CachedType
 
isolationLevel - Variable in class org.jboss.cache.TreeCache
 
IsolationLevel - class org.jboss.cache.lock.IsolationLevel.
 
isOwner(Object) - Method in class org.jboss.cache.lock.IdentityLock
Am I a lock owner?
isOwner(Object, int) - Method in class org.jboss.cache.lock.LockMap
Check whether this owner has reader or writer ownership.
isPojoDetached(Invocation) - Method in class org.jboss.cache.aop.CacheInterceptor
 
isQueueing() - Method in class org.jboss.cache.marshall.Region
 
isReachable(TreeCacheAop, Object, Object) - Static method in class org.jboss.cache.aop.util.ObjectUtil
Static methos to check if thisObject is reachable from originalObject.
isReachableInner(TreeCacheAop, Object, Object, Set) - Static method in class org.jboss.cache.aop.util.ObjectUtil
 
isReadLocked() - Method in class org.jboss.cache.lock.LockMap
 
isReadLocked() - Method in class org.jboss.cache.lock.IdentityLock
Check if there is a read lock.
isRemote() - Method in class org.jboss.cache.GlobalTransaction
 
isRoot() - Method in class org.jboss.cache.Fqn
 
isSet(Method) - Method in class org.jboss.cache.aop.CachedType
 
isStateSet - Variable in class org.jboss.cache.TreeCache
 
isWriteLocked() - Method in class org.jboss.cache.lock.IdentityLock
Check if there is a write lock.
iterator() - Method in class org.jboss.cache.aop.collection.CachedSetImpl
 
iterator() - Method in class org.jboss.cache.aop.collection.CachedListImpl
 
iterator() - Method in class org.jboss.cache.aop.collection.CachedListImpl.MyCachedSubListImpl
 

J

JBOSS_INTERNAL - Static variable in class org.jboss.cache.aop.InternalDelegate
 
JBOSS_INTERNAL_MAP - Static variable in class org.jboss.cache.aop.InternalDelegate
 
JBossTransactionManagerLookup - class org.jboss.cache.JBossTransactionManagerLookup.
Default implementation.
JBossTransactionManagerLookup() - Constructor for class org.jboss.cache.JBossTransactionManagerLookup
 
JDBCCacheLoader - class org.jboss.cache.loader.JDBCCacheLoader.
JDBC CacheLoader implementation.
JDBCCacheLoader() - Constructor for class org.jboss.cache.loader.JDBCCacheLoader
 
JDBCExtendedCacheLoader - class org.jboss.cache.loader.JDBCExtendedCacheLoader.
A JDBCExtendedCacheLoader.
JDBCExtendedCacheLoader() - Constructor for class org.jboss.cache.loader.JDBCExtendedCacheLoader
Create a new JDBCExtendedCacheLoader.

K

KEY - Static variable in class org.jboss.cache.aop.AOPInstance
Key under which the AOPInstance is stored in a DataNode's map.
keySet() - Method in class org.jboss.cache.aop.collection.CachedMapImpl
 
keySet() - Method in class org.jboss.cache.lock.ThreadLocalMap
 
keySet() - Method in class org.jboss.cache.optimistic.OptimisticMap
 

L

lastIndexOf(Object) - Method in class org.jboss.cache.aop.collection.CachedListImpl
 
lastIndexOf(Object) - Method in class org.jboss.cache.aop.collection.CachedListImpl.MyCachedSubListImpl
 
list_ - Variable in class org.jboss.cache.aop.collection.CachedListImpl.MyListIterator
 
list(Name) - Method in class org.jboss.cache.transaction.DummyContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - Method in class org.jboss.cache.transaction.DummyContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
listBindings(Name) - Method in class org.jboss.cache.transaction.DummyContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class org.jboss.cache.transaction.DummyContext
Enumerates the names bound in the named context, along with the objects bound to them.
listen() - Method in class org.jboss.cache.ConsoleListener
Instructs this class to listen for cache replication events.
listen(boolean) - Method in class org.jboss.cache.ConsoleListener
Instructs this class to listen for cache replication events.
listIterator() - Method in class org.jboss.cache.aop.collection.CachedListImpl
 
listIterator() - Method in class org.jboss.cache.aop.collection.CachedListImpl.MyCachedSubListImpl
 
listIterator(int) - Method in class org.jboss.cache.aop.collection.CachedListImpl
 
listIterator(int) - Method in class org.jboss.cache.aop.collection.CachedListImpl.MyCachedSubListImpl
 
load(String) - Method in interface org.jboss.cache.TreeCacheMBean
Loads the indicated Fqn, plus all parents recursively from the CacheLoader.
load(String) - Method in class org.jboss.cache.TreeCache
Loads the indicated Fqn, plus all parents recursively from the CacheLoader.
loadAttributes(Fqn) - Method in class org.jboss.cache.loader.FileCacheLoader
 
loadAttributesFromCacheLoader(DataNode) - Method in class org.jboss.cache.interceptors.CacheLoaderInterceptor
 
loadClass(String) - Method in class org.jboss.cache.TreeCache
Loads the specified class using this class's classloader, or, if it is null (i.e.
loadDocument(InputStream) - Method in class org.jboss.cache.PropertyConfigurator
 
loadDocument(String) - Method in class org.jboss.cache.PropertyConfigurator
 
loadEntireState() - Method in class org.jboss.cache.loader.SharedStoreCacheLoader
 
loadEntireState() - Method in class org.jboss.cache.loader.JDBCExtendedCacheLoader
Overrides the superclass method by taking advantage of any special classloader registered for the root node.
loadEntireState() - Method in class org.jboss.cache.loader.JDBCCacheLoader
Loads the entire state from the filesystem and returns it as a byte buffer.
loadEntireState() - Method in class org.jboss.cache.loader.FileExtendedCacheLoader
Overrides the superclass method by taking advantage of any special classloader registered for the root node.
loadEntireState() - Method in class org.jboss.cache.loader.FileCacheLoader
Loads the entire state from the filesystem and returns it as a byte buffer.
loadEntireState() - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
loadEntireState() - Method in interface org.jboss.cache.loader.CacheLoader
Fetch the entire state for this cache from secondary storage (disk, DB) and return it as a byte buffer.
loadEntireState() - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
loadEntireState() - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Export the contents of the databases as a byte array.
loader - Variable in class org.jboss.cache.interceptors.PassivationInterceptor
 
loader - Variable in class org.jboss.cache.interceptors.CacheStoreInterceptor
 
loader - Variable in class org.jboss.cache.interceptors.CacheLoaderInterceptor
 
loadObject(Fqn) - Method in interface org.jboss.cache.loader.CacheLoaderAop
Loads an object from a persistent store.
loadState(Fqn) - Method in class org.jboss.cache.loader.JDBCExtendedCacheLoader
 
loadState(Fqn) - Method in class org.jboss.cache.loader.FileExtendedCacheLoader
 
loadState(Fqn) - Method in interface org.jboss.cache.loader.ExtendedCacheLoader
Fetch a portion of the state for this cache from secondary storage (disk, DB) and return it as a byte buffer.
loadState(Fqn) - Method in class org.jboss.cache.loader.AsyncExtendedCacheLoader
 
loadState(Fqn, ObjectOutputStream) - Method in class org.jboss.cache.loader.JDBCCacheLoader
Do a preorder traversal: visit the node first, then the node's children
loadStateFromFilessystem(Fqn, ObjectOutputStream) - Method in class org.jboss.cache.loader.FileCacheLoader
Do a preorder traversal: visit the node first, then the node's children
LOCAL - Static variable in class org.jboss.cache.TreeCache
Entries in the cache are by default local; ie.
localCopy_ - Variable in class org.jboss.cache.aop.MarshalledTreeCache
 
LocalDelegatingCacheLoader - class org.jboss.cache.loader.LocalDelegatingCacheLoader.
DelegatingCacheLoader implementation which delegates to a local (in the same VM) TreeCache.
LocalDelegatingCacheLoader(TreeCache) - Constructor for class org.jboss.cache.loader.LocalDelegatingCacheLoader
 
lock_acquisition_timeout - Variable in class org.jboss.cache.TreeCache
 
LOCK_TYPE_NONE - Static variable in interface org.jboss.cache.DataNode
Declare locking type with the intention to read or write data
LOCK_TYPE_READ - Static variable in interface org.jboss.cache.DataNode
 
LOCK_TYPE_WRITE - Static variable in interface org.jboss.cache.DataNode
 
lock(Fqn, int, boolean) - Method in class org.jboss.cache.interceptors.CacheLoaderInterceptor
 
LockingException - exception org.jboss.cache.lock.LockingException.
Used for all locking-related exceptions, e.g.
LockingException() - Constructor for class org.jboss.cache.lock.LockingException
 
LockingException(Map) - Constructor for class org.jboss.cache.lock.LockingException
 
LockingException(String) - Constructor for class org.jboss.cache.lock.LockingException
 
LockingException(String, Map) - Constructor for class org.jboss.cache.lock.LockingException
 
LockingException(String, Throwable) - Constructor for class org.jboss.cache.lock.LockingException
 
LockingException(String, Throwable, Map) - Constructor for class org.jboss.cache.lock.LockingException
 
LockMap - class org.jboss.cache.lock.LockMap.
Provide lock ownership mapping.
LockMap() - Constructor for class org.jboss.cache.lock.LockMap
 
lockMethodLocal - Static variable in class org.jboss.cache.TreeCache
 
locks - Variable in class org.jboss.cache.TransactionEntry
List of locks acquired by the transaction (IdentityLock)
LockStrategy - interface org.jboss.cache.lock.LockStrategy.
Interface to specify lock strategy, e.g., for different isolation levels.
LockStrategyFactory - class org.jboss.cache.lock.LockStrategyFactory.
Factory to create LockStragtegy instance.
LockStrategyFactory() - Constructor for class org.jboss.cache.lock.LockStrategyFactory
 
LockStrategyNone - class org.jboss.cache.lock.LockStrategyNone.
Transaction isolation level of None.
LockStrategyNone() - Constructor for class org.jboss.cache.lock.LockStrategyNone
 
LockStrategyReadCommitted - class org.jboss.cache.lock.LockStrategyReadCommitted.
Transaction isolation level of READ_COMMITTED.
LockStrategyReadCommitted() - Constructor for class org.jboss.cache.lock.LockStrategyReadCommitted
 
LockStrategyReadUncommitted - class org.jboss.cache.lock.LockStrategyReadUncommitted.
Transaction isolation level of READ-UNCOMMITTED.
LockStrategyReadUncommitted() - Constructor for class org.jboss.cache.lock.LockStrategyReadUncommitted
 
LockStrategyRepeatableRead - class org.jboss.cache.lock.LockStrategyRepeatableRead.
Transaction isolation level of Repeatable_Read.
LockStrategyRepeatableRead() - Constructor for class org.jboss.cache.lock.LockStrategyRepeatableRead
 
LockStrategySerializable - class org.jboss.cache.lock.LockStrategySerializable.
Lock strategy of Serializable that prevents dirty read, non-repeatable read, and phantom read.
LockStrategySerializable() - Constructor for class org.jboss.cache.lock.LockStrategySerializable
 
log - Static variable in class org.jboss.cache.TreeCache
 
log - Static variable in class org.jboss.cache.aop.TreeCacheAopDelegate
 
log - Static variable in class org.jboss.cache.aop.SerializableObjectHandler
 
log - Static variable in class org.jboss.cache.aop.ObjectGraphHandler
 
log - Static variable in class org.jboss.cache.aop.CollectionClassHandler
 
log_ - Static variable in class org.jboss.cache.aop.CacheInterceptor
 
log_ - Variable in class org.jboss.cache.eviction.Region
 
log_ - Variable in class org.jboss.cache.eviction.LRUPolicy
 
log_ - Variable in class org.jboss.cache.eviction.LRUAlgorithm
 
log_ - Static variable in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
 
lookup(Name) - Method in class org.jboss.cache.transaction.DummyContext
Retrieves the named object.
lookup(String) - Method in class org.jboss.cache.transaction.DummyContext
Retrieves the named object.
lookupLink(Name) - Method in class org.jboss.cache.transaction.DummyContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class org.jboss.cache.transaction.DummyContext
Retrieves the named object, following links except for the terminal atomic component of the name.
LRUAlgorithm - class org.jboss.cache.eviction.LRUAlgorithm.
Least recently Used algorithm to purge old data.
LRUAlgorithm() - Constructor for class org.jboss.cache.eviction.LRUAlgorithm
 
LRUPolicy - class org.jboss.cache.eviction.LRUPolicy.
Provider to provide eviction policy.
LRUPolicy() - Constructor for class org.jboss.cache.eviction.LRUPolicy
 
ltx - Variable in class org.jboss.cache.TransactionEntry
Local transaction

M

main(String[]) - Static method in class org.jboss.cache.Version
 
main(String[]) - Static method in class org.jboss.cache.TreeCacheView2
 
main(String[]) - Static method in class org.jboss.cache.TreeCacheView
 
main(String[]) - Static method in class org.jboss.cache.PropertyConfigurator
 
main(String[]) - Static method in class org.jboss.cache.ConsoleListener
The main method.
main(String[]) - Static method in class org.jboss.cache.aop.TreeCacheAopView
 
main(String[]) - Static method in class org.jboss.cache.loader.rmi.RmiCacheServer
 
main(String[]) - Static method in class org.jboss.cache.loader.tcp.TcpCacheServer
 
managedMethods_ - Static variable in class org.jboss.cache.aop.collection.CachedSetInterceptor
 
managedMethods_ - Static variable in class org.jboss.cache.aop.collection.CachedMapInterceptor
 
managedMethods_ - Static variable in class org.jboss.cache.aop.collection.CachedListInterceptor
 
manager_ - Variable in class org.jboss.cache.marshall.TreeCacheMarshaller
 
markAsCreated() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
 
markAsCreated() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
 
markAsDeleted() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
 
markAsDeleted() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
 
marshalledGet_(Fqn, Object) - Method in class org.jboss.cache.aop.MarshalledTreeCache
 
marshalledGet(Fqn, Object) - Method in class org.jboss.cache.aop.MarshalledTreeCache
Obtain the value from the marshalled cache.
marshalledGet(String, Object) - Method in class org.jboss.cache.aop.MarshalledTreeCache
 
marshalledPut_(Fqn, Object, Object) - Method in class org.jboss.cache.aop.MarshalledTreeCache
 
marshalledPut(Fqn, Object, Object) - Method in class org.jboss.cache.aop.MarshalledTreeCache
Marshalled put.
marshalledPut(String, Object, Object) - Method in class org.jboss.cache.aop.MarshalledTreeCache
 
marshalledRemove_(Fqn, Object) - Method in class org.jboss.cache.aop.MarshalledTreeCache
 
marshalledRemove(Fqn, Object) - Method in class org.jboss.cache.aop.MarshalledTreeCache
Remove a marshalled node.
marshalledRemove(String, Object) - Method in class org.jboss.cache.aop.MarshalledTreeCache
 
MarshalledTreeCache - class org.jboss.cache.aop.MarshalledTreeCache.
Version of TreeCache that added call to handle marshalling values.
MarshalledTreeCache() - Constructor for class org.jboss.cache.aop.MarshalledTreeCache
 
MarshalledTreeCache(JChannel) - Constructor for class org.jboss.cache.aop.MarshalledTreeCache
 
MarshalledTreeCache(String, String, long) - Constructor for class org.jboss.cache.aop.MarshalledTreeCache
 
marshaller_ - Variable in class org.jboss.cache.TreeCache
Marshaller if register to handle marshalling
marshalling_ - Variable in class org.jboss.cache.aop.MarshalledTreeCache
 
MarshallingException - exception org.jboss.cache.marshall.MarshallingException.
Thrown when there is an exception in marshalling.
MarshallingException() - Constructor for class org.jboss.cache.marshall.MarshallingException
 
MarshallingException(String) - Constructor for class org.jboss.cache.marshall.MarshallingException
 
MarshallingException(String, Throwable) - Constructor for class org.jboss.cache.marshall.MarshallingException
 
MarshallUtil - class org.jboss.cache.marshall.MarshallUtil.
Utility methods related to marshalling and unmarshalling objects.
MarshallUtil() - Constructor for class org.jboss.cache.marshall.MarshallUtil
 
members - Variable in class org.jboss.cache.TreeCache
 
METHOD_EXISTS - Static variable in class org.jboss.cache.loader.RpcDelegatingCacheLoader
 
METHOD_GET_CHILDREN_NAMES - Static variable in class org.jboss.cache.loader.RpcDelegatingCacheLoader
 
METHOD_GET_STATE - Static variable in class org.jboss.cache.loader.RpcDelegatingCacheLoader
 
METHOD_GET_WITH_1_PARAM - Static variable in class org.jboss.cache.loader.RpcDelegatingCacheLoader
 
METHOD_GET_WITH_2_PARAMS - Static variable in class org.jboss.cache.loader.RpcDelegatingCacheLoader
 
METHOD_PUT_WITH_2_PARAMS - Static variable in class org.jboss.cache.loader.RpcDelegatingCacheLoader
 
METHOD_PUT_WITH_3_PARAMS - Static variable in class org.jboss.cache.loader.RpcDelegatingCacheLoader
 
METHOD_REMOVE_DATA - Static variable in class org.jboss.cache.loader.RpcDelegatingCacheLoader
 
METHOD_REMOVE_WITH_1_PARAM - Static variable in class org.jboss.cache.loader.RpcDelegatingCacheLoader
 
METHOD_REMOVE_WITH_2_PARAMS - Static variable in class org.jboss.cache.loader.RpcDelegatingCacheLoader
 
METHOD_SET_STATE - Static variable in class org.jboss.cache.loader.RpcDelegatingCacheLoader
 
methodMap_ - Variable in class org.jboss.cache.aop.collection.CachedSetInterceptor
 
methodMap_ - Variable in class org.jboss.cache.aop.collection.CachedMapInterceptor
 
methodMap_ - Variable in class org.jboss.cache.aop.collection.CachedListInterceptor
 
ml - Variable in class org.jboss.cache.TreeCache
 
Modification - class org.jboss.cache.Modification.
Represents a modification in the cache.
modification_list - Variable in class org.jboss.cache.TransactionEntry
List of modifications (MethodCall).
Modification() - Constructor for class org.jboss.cache.Modification
 
Modification(int, Fqn) - Constructor for class org.jboss.cache.Modification
 
Modification(int, Fqn, Map) - Constructor for class org.jboss.cache.Modification
 
Modification(int, Fqn, Object) - Constructor for class org.jboss.cache.Modification
 
Modification(int, Fqn, Object, Object) - Constructor for class org.jboss.cache.Modification
 
Modification(int, Fqn, Object, Object, Object, Map, Map) - Constructor for class org.jboss.cache.Modification
 

N

name - Variable in class org.jboss.cache.AbstractNode
 
name - Variable in class org.jboss.cache.aop.CachedAttribute
 
next() - Method in class org.jboss.cache.aop.collection.CachedListImpl.MyListIterator
 
nextIndex() - Method in class org.jboss.cache.aop.collection.CachedListImpl.MyListIterator
 
Node - class org.jboss.cache.Node.
 
NODE_TYPE_OPTIMISTIC_NODE - Static variable in class org.jboss.cache.factories.NodeFactory
 
NODE_TYPE_TREENODE - Static variable in class org.jboss.cache.factories.NodeFactory
 
NODE_TYPE_WORKSPACE_NODE - Static variable in class org.jboss.cache.factories.NodeFactory
 
Node() - Constructor for class org.jboss.cache.Node
 
Node(Object, Fqn, Node, Map, boolean, TreeCache) - Constructor for class org.jboss.cache.Node
 
Node(Object, Fqn, Node, Map, TreeCache) - Constructor for class org.jboss.cache.Node
 
Node(Object, Fqn, Node, Object, Object, TreeCache) - Constructor for class org.jboss.cache.Node
 
nodeActivate(Fqn, boolean) - Method in interface org.jboss.cache.ExtendedTreeCacheListener
Called when a node is to be or has been activated into memory via the CacheLoader that was evicted earlier.
nodeActivate(Fqn, boolean) - Method in class org.jboss.cache.ConsoleListener
 
nodeActivate(Fqn, boolean) - Method in class org.jboss.cache.AbstractTreeCacheListener
 
nodeAdded(Fqn) - Method in class org.jboss.cache.eviction.LRUPolicy
--- Implementation of TreeCacheListener interface ---
nodeAdded(Fqn) - Method in class org.jboss.cache.eviction.AopLRUPolicy
 
nodeCreated(Fqn) - Method in interface org.jboss.cache.TreeCacheListener
Called when a node is created
nodeCreated(Fqn) - Method in class org.jboss.cache.ConsoleListener
 
nodeCreated(Fqn) - Method in class org.jboss.cache.AbstractTreeCacheListener
 
nodeCreated(Fqn) - Method in class org.jboss.cache.aop.MarshalledTreeCache
 
nodeCreated(Fqn) - Method in class org.jboss.cache.eviction.LRUPolicy
 
nodeCreated(Fqn) - Method in class org.jboss.cache.loader.SharedStoreCacheLoader
 
NodeData - class org.jboss.cache.loader.NodeData.
Serializable representation of the data of a node (FQN and attributes)
NodeData() - Constructor for class org.jboss.cache.loader.NodeData
 
NodeData(Fqn) - Constructor for class org.jboss.cache.loader.NodeData
 
NodeData(Fqn, Map) - Constructor for class org.jboss.cache.loader.NodeData
 
NodeData(String, Map) - Constructor for class org.jboss.cache.loader.NodeData
 
NodeEntry - class org.jboss.cache.eviction.NodeEntry.
 
NodeEntry(Fqn) - Constructor for class org.jboss.cache.eviction.NodeEntry
 
NodeEntry(String) - Constructor for class org.jboss.cache.eviction.NodeEntry
 
nodeEventQueue_ - Variable in class org.jboss.cache.eviction.Region
 
nodeEventQueueSize() - Method in class org.jboss.cache.eviction.Region
 
nodeEvict(Fqn, boolean) - Method in interface org.jboss.cache.ExtendedTreeCacheListener
Called when a node is about to be evicted or has been evicted from the in-memory cache.
nodeEvict(Fqn, boolean) - Method in class org.jboss.cache.ConsoleListener
 
nodeEvict(Fqn, boolean) - Method in class org.jboss.cache.AbstractTreeCacheListener
 
nodeEvicted(Fqn) - Method in interface org.jboss.cache.TreeCacheListener
Called when a node is evicted (not the same as remove()).
nodeEvicted(Fqn) - Method in class org.jboss.cache.ConsoleListener
 
nodeEvicted(Fqn) - Method in class org.jboss.cache.AbstractTreeCacheListener
 
nodeEvicted(Fqn) - Method in class org.jboss.cache.aop.MarshalledTreeCache
 
nodeEvicted(Fqn) - Method in class org.jboss.cache.eviction.LRUPolicy
 
nodeEvicted(Fqn) - Method in class org.jboss.cache.loader.SharedStoreCacheLoader
 
NodeFactory - class org.jboss.cache.factories.NodeFactory.
A factory that generates nodes.
nodeId_ - Variable in class org.jboss.cache.aop.MarshalledTreeCache
 
NODEID_KEY - Static variable in class org.jboss.cache.aop.MarshalledTreeCache
 
nodeLoaded(Fqn) - Method in interface org.jboss.cache.TreeCacheListener
Called when a node is loaded into memory via the CacheLoader.
nodeLoaded(Fqn) - Method in class org.jboss.cache.ConsoleListener
 
nodeLoaded(Fqn) - Method in class org.jboss.cache.AbstractTreeCacheListener
 
nodeLoaded(Fqn) - Method in class org.jboss.cache.aop.MarshalledTreeCache
 
nodeLoaded(Fqn) - Method in class org.jboss.cache.eviction.LRUPolicy
 
nodeLoaded(Fqn) - Method in class org.jboss.cache.loader.SharedStoreCacheLoader
 
nodeLockingOptimistic - Variable in class org.jboss.cache.TreeCache
Determines whether to use optimistic locking or not.
nodeMap_ - Variable in class org.jboss.cache.eviction.LRUAlgorithm
 
nodeModified(Fqn) - Method in interface org.jboss.cache.TreeCacheListener
Called when a node is modified, e.g., one (key, value) pair in the internal map storage has been modified.
nodeModified(Fqn) - Method in class org.jboss.cache.ConsoleListener
 
nodeModified(Fqn) - Method in class org.jboss.cache.AbstractTreeCacheListener
 
nodeModified(Fqn) - Method in class org.jboss.cache.aop.MarshalledTreeCache
 
nodeModified(Fqn) - Method in class org.jboss.cache.eviction.LRUPolicy
 
nodeModified(Fqn) - Method in class org.jboss.cache.eviction.FIFOPolicy
 
nodeModified(Fqn) - Method in class org.jboss.cache.eviction.AopLRUPolicy
 
nodeModified(Fqn) - Method in class org.jboss.cache.loader.SharedStoreCacheLoader
 
nodeModify(Fqn, boolean, boolean) - Method in interface org.jboss.cache.ExtendedTreeCacheListener
Called when a node is about to be modified or has been modified.
nodeModify(Fqn, boolean, boolean) - Method in class org.jboss.cache.ConsoleListener
 
nodeModify(Fqn, boolean, boolean) - Method in class org.jboss.cache.AbstractTreeCacheListener
 
NodeNotExistsException - exception org.jboss.cache.NodeNotExistsException.
Thrown when an operation is attempted on a non-existing node in the cache
NodeNotExistsException() - Constructor for class org.jboss.cache.NodeNotExistsException
 
NodeNotExistsException(String) - Constructor for class org.jboss.cache.NodeNotExistsException
 
NodeNotExistsException(String, Throwable) - Constructor for class org.jboss.cache.NodeNotExistsException
 
nodePassivate(Fqn, boolean) - Method in interface org.jboss.cache.ExtendedTreeCacheListener
Called when a node is to be or has been written to the backend store via the cache loader due to a node eviction by the eviction policy provider
nodePassivate(Fqn, boolean) - Method in class org.jboss.cache.ConsoleListener
 
nodePassivate(Fqn, boolean) - Method in class org.jboss.cache.AbstractTreeCacheListener
 
nodeRemove(Fqn, boolean, boolean) - Method in interface org.jboss.cache.ExtendedTreeCacheListener
Called when a node is about to be removed or has been removed from the in-memory cache.
nodeRemove(Fqn, boolean, boolean) - Method in class org.jboss.cache.ConsoleListener
 
nodeRemove(Fqn, boolean, boolean) - Method in class org.jboss.cache.AbstractTreeCacheListener
 
nodeRemoved(Fqn) - Method in interface org.jboss.cache.TreeCacheListener
Called when a node is removed.
nodeRemoved(Fqn) - Method in class org.jboss.cache.ConsoleListener
 
nodeRemoved(Fqn) - Method in class org.jboss.cache.AbstractTreeCacheListener
 
nodeRemoved(Fqn) - Method in class org.jboss.cache.aop.MarshalledTreeCache
 
nodeRemoved(Fqn) - Method in class org.jboss.cache.eviction.LRUPolicy
Note that this removes all children nodes as well.
nodeRemoved(Fqn) - Method in class org.jboss.cache.eviction.AopLRUPolicy
Note that this removes all children nodes as well.
nodeRemoved(Fqn) - Method in class org.jboss.cache.loader.SharedStoreCacheLoader
 
nodes - Variable in class org.jboss.cache.TransactionEntry
List of nodes created.
nodeVisited(Fqn) - Method in interface org.jboss.cache.TreeCacheListener
Called when a node is visisted, i.e., get().
nodeVisited(Fqn) - Method in class org.jboss.cache.ConsoleListener
 
nodeVisited(Fqn) - Method in class org.jboss.cache.AbstractTreeCacheListener
 
nodeVisited(Fqn) - Method in class org.jboss.cache.aop.MarshalledTreeCache
 
nodeVisited(Fqn) - Method in class org.jboss.cache.eviction.LRUPolicy
 
nodeVisited(Fqn) - Method in class org.jboss.cache.eviction.FIFOPolicy
 
nodeVisited(Fqn) - Method in class org.jboss.cache.eviction.AopLRUPolicy
Override for aop-specific.
nodeVisited(Fqn) - Method in class org.jboss.cache.loader.SharedStoreCacheLoader
 
NoHandlerForRPCException - exception org.jboss.cache.rpc.NoHandlerForRPCException.
Exception returned when RpcTreeCache._dispatchRpcCall(String, org.jgroups.blocks.MethodCall) is passed a call for an unregistered handler.
NoHandlerForRPCException(String) - Constructor for class org.jboss.cache.rpc.NoHandlerForRPCException
 
NoHandlerForRPCException(String, Address) - Constructor for class org.jboss.cache.rpc.NoHandlerForRPCException
 
NonBlockingWriterLock - class org.jboss.cache.lock.NonBlockingWriterLock.
NonBlockingWriterLock is a read/write lock (with upgrade) that has non-blocking write lock acquisition on existing read lock(s).
NonBlockingWriterLock() - Constructor for class org.jboss.cache.lock.NonBlockingWriterLock
 
NONE - Static variable in class org.jboss.cache.lock.IsolationLevel
 
notifyAllNodesCreated(DataNode) - Method in class org.jboss.cache.TreeCache
Generates NodeAdded notifications for all nodes of the tree.
notifyCacheStarted() - Method in class org.jboss.cache.TreeCache
 
notifyCacheStopped() - Method in class org.jboss.cache.TreeCache
 
notifyCallForInactiveSubtree(String) - Method in class org.jboss.cache.TreeCache
Method provided to JGroups by TreeCacheMarshaller.objectFromByteBuffer(byte[]) when it receives a replication event for an Fqn that has been marked as inactive.
notifyCallOnInactiveMethod - Static variable in class org.jboss.cache.TreeCache
 
notifyNodeActivate(Fqn, boolean) - Method in class org.jboss.cache.TreeCache
 
notifyNodeCreated(Fqn) - Method in class org.jboss.cache.TreeCache
 
notifyNodeEvict(Fqn, boolean) - Method in class org.jboss.cache.TreeCache
 
notifyNodeEvicted(Fqn) - Method in class org.jboss.cache.TreeCache
 
notifyNodeLoaded(Fqn) - Method in class org.jboss.cache.TreeCache
 
notifyNodeModified(Fqn) - Method in class org.jboss.cache.TreeCache
 
notifyNodeModify(Fqn, boolean) - Method in class org.jboss.cache.TreeCache
 
notifyNodePassivate(Fqn, boolean) - Method in class org.jboss.cache.TreeCache
 
notifyNodeRemove(Fqn, boolean) - Method in class org.jboss.cache.TreeCache
 
notifyNodeRemoved(Fqn) - Method in class org.jboss.cache.TreeCache
 
notifyNodeVisited(Fqn) - Method in class org.jboss.cache.TreeCache
 
notifyViewChange(View) - Method in class org.jboss.cache.TreeCache
 
NULL - Static variable in class org.jboss.cache.interceptors.CacheStoreInterceptor
 
NULL - Static variable in class org.jboss.cache.interceptors.ActivationInterceptor
 
NULL - Static variable in class org.jboss.cache.lock.LockMap
 
numAttributes() - Method in interface org.jboss.cache.TreeNode
 
numAttributes() - Method in class org.jboss.cache.Node
 
numAttributes() - Method in interface org.jboss.cache.DataNode
 
numAttributes() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated. Will be removed in JBossCache 1.3.

O

objectFromByteBuffer(byte[]) - Method in class org.jboss.cache.marshall.TreeCacheMarshaller
This is the un-marshalling step.
objectFromByteBuffer(byte[]) - Static method in class org.jboss.cache.marshall.MarshallUtil
Creates an object from a byte buffer using MarshalledValueInputStream.
objectFromByteBuffer(InputStream) - Static method in class org.jboss.cache.marshall.MarshallUtil
Creates an object from a byte buffer using MarshalledValueInputStream.
ObjectGraphHandler - class org.jboss.cache.aop.ObjectGraphHandler.
Handle the object graph management.
ObjectGraphHandler(TreeCacheAop, InternalDelegate, TreeCacheAopDelegate) - Constructor for class org.jboss.cache.aop.ObjectGraphHandler
 
objectToByteBuffer(Object) - Method in class org.jboss.cache.marshall.TreeCacheMarshaller
Idea is to write specific fqn information in the header such that during unm-marshalling we know which class loader to use.
objectToByteBuffer(Object) - Static method in class org.jboss.cache.marshall.MarshallUtil
Serializes an object into a byte buffer using MarshalledValueOutputStream.
ObjectUtil - class org.jboss.cache.aop.util.ObjectUtil.
Unitlity methods for pojo object.
ObjectUtil() - Constructor for class org.jboss.cache.aop.util.ObjectUtil
 
obtainNodeId() - Method in class org.jboss.cache.aop.MarshalledTreeCache
Get a node id based on jgroups properties.
OptimisticCreateIfNotExistsInterceptor - class org.jboss.cache.interceptors.OptimisticCreateIfNotExistsInterceptor.
// TODO: MANIK: Javadoc this
OptimisticCreateIfNotExistsInterceptor() - Constructor for class org.jboss.cache.interceptors.OptimisticCreateIfNotExistsInterceptor
 
OptimisticInterceptor - class org.jboss.cache.interceptors.OptimisticInterceptor.
//TODO: MANIK: Javadoc this class
OptimisticInterceptor() - Constructor for class org.jboss.cache.interceptors.OptimisticInterceptor
 
OptimisticLockingInterceptor - class org.jboss.cache.interceptors.OptimisticLockingInterceptor.
// TODO: MANIK: Javadoc this
OptimisticLockingInterceptor() - Constructor for class org.jboss.cache.interceptors.OptimisticLockingInterceptor
 
OptimisticMap - class org.jboss.cache.optimistic.OptimisticMap.
// TODO: MANIK: Javadoc this
OptimisticMap() - Constructor for class org.jboss.cache.optimistic.OptimisticMap
 
OptimisticMap(Map) - Constructor for class org.jboss.cache.optimistic.OptimisticMap
 
OptimisticNodeInterceptor - class org.jboss.cache.interceptors.OptimisticNodeInterceptor.
// TODO: MANIK: Javadoc this
OptimisticNodeInterceptor() - Constructor for class org.jboss.cache.interceptors.OptimisticNodeInterceptor
 
optimisticPrepare(GlobalTransaction, List, Map, Address, boolean) - Method in class org.jboss.cache.TreeCache
 
optimisticPrepareMethod - Static variable in class org.jboss.cache.TreeCache
 
OptimisticReplicationInterceptor - class org.jboss.cache.interceptors.OptimisticReplicationInterceptor.
// TODO: MANIK: Javadoc this
OptimisticReplicationInterceptor() - Constructor for class org.jboss.cache.interceptors.OptimisticReplicationInterceptor
 
OptimisticTransactionEntry - class org.jboss.cache.OptimisticTransactionEntry.
// TODO: MANIK: Javadoc this
OptimisticTransactionEntry() - Constructor for class org.jboss.cache.OptimisticTransactionEntry
 
OptimisticTreeNode - class org.jboss.cache.OptimisticTreeNode.
// TODO: MANIK: Javadoc this
OptimisticTreeNode() - Constructor for class org.jboss.cache.OptimisticTreeNode
 
OptimisticTreeNode(Object, Fqn, Node, Map, boolean, TreeCache) - Constructor for class org.jboss.cache.OptimisticTreeNode
 
OptimisticTreeNode(Object, Fqn, Node, Map, TreeCache) - Constructor for class org.jboss.cache.OptimisticTreeNode
 
OptimisticTreeNode(Object, Fqn, Node, Object, Object, TreeCache) - Constructor for class org.jboss.cache.OptimisticTreeNode
 
OptimisticTxInterceptor - class org.jboss.cache.interceptors.OptimisticTxInterceptor.
// TODO: MANIK: Javadoc this
OptimisticTxInterceptor() - Constructor for class org.jboss.cache.interceptors.OptimisticTxInterceptor
 
OptimisticValidatorInterceptor - class org.jboss.cache.interceptors.OptimisticValidatorInterceptor.
Validates the data in the transaction workspace against data in the actual cache (versions only), and then performs commits if necessary.
OptimisticValidatorInterceptor() - Constructor for class org.jboss.cache.interceptors.OptimisticValidatorInterceptor
 
OrderedSynchronizationHandler - class org.jboss.cache.interceptors.OrderedSynchronizationHandler.
Maintains a list of Synchronization handlers.
org.jboss.cache - package org.jboss.cache
 
org.jboss.cache.aop - package org.jboss.cache.aop
 
org.jboss.cache.aop.collection - package org.jboss.cache.aop.collection
 
org.jboss.cache.aop.util - package org.jboss.cache.aop.util
 
org.jboss.cache.eviction - package org.jboss.cache.eviction
 
org.jboss.cache.factories - package org.jboss.cache.factories
 
org.jboss.cache.interceptors - package org.jboss.cache.interceptors
 
org.jboss.cache.loader - package org.jboss.cache.loader
 
org.jboss.cache.loader.bdbje - package org.jboss.cache.loader.bdbje
 
org.jboss.cache.loader.rmi - package org.jboss.cache.loader.rmi
 
org.jboss.cache.loader.tcp - package org.jboss.cache.loader.tcp
 
org.jboss.cache.lock - package org.jboss.cache.lock
 
org.jboss.cache.marshall - package org.jboss.cache.marshall
 
org.jboss.cache.optimistic - package org.jboss.cache.optimistic
 
org.jboss.cache.rpc - package org.jboss.cache.rpc
 
org.jboss.cache.statetransfer - package org.jboss.cache.statetransfer
 
org.jboss.cache.transaction - package org.jboss.cache.transaction
 
org.jboss.cache.util - package org.jboss.cache.util
 
OWNER_ANY - Static variable in class org.jboss.cache.lock.LockMap
 
OWNER_READ - Static variable in class org.jboss.cache.lock.LockMap
 
OWNER_WRITE - Static variable in class org.jboss.cache.lock.LockMap
 
OwnerNotExistedException - exception org.jboss.cache.lock.OwnerNotExistedException.
 
OwnerNotExistedException() - Constructor for class org.jboss.cache.lock.OwnerNotExistedException
 
OwnerNotExistedException(String) - Constructor for class org.jboss.cache.lock.OwnerNotExistedException
 
OwnerNotExistedException(String, Throwable) - Constructor for class org.jboss.cache.lock.OwnerNotExistedException
 
OwnerNotExistedException(Throwable) - Constructor for class org.jboss.cache.lock.OwnerNotExistedException
 

P

parent - Variable in class org.jboss.cache.AbstractNode
 
PassivationInterceptor - class org.jboss.cache.interceptors.PassivationInterceptor.
Writes evicted nodes back to the store on the way in through the CacheLoader, either before each method call (no TXs), or at TX commit.
PassivationInterceptor() - Constructor for class org.jboss.cache.interceptors.PassivationInterceptor
 
peek(Fqn) - Method in class org.jboss.cache.TreeCache
 
peek(Fqn, Object) - Method in class org.jboss.cache.TreeCache
Like get() method but without triggering a node visit event.
PessimisticLockInterceptor - class org.jboss.cache.interceptors.PessimisticLockInterceptor.
Handles locking.
PessimisticLockInterceptor() - Constructor for class org.jboss.cache.interceptors.PessimisticLockInterceptor
 
preAddedNodes(Fqn) - Method in class org.jboss.cache.eviction.AopLRUAlgorithm
Hook for processAddedNodes.
prepare(GlobalTransaction, List, Address, boolean) - Method in class org.jboss.cache.TreeCache
 
prepare(Object, List, boolean) - Method in class org.jboss.cache.loader.SharedStoreCacheLoader
 
prepare(Object, List, boolean) - Method in class org.jboss.cache.loader.JDBCCacheLoader
First phase in transaction commit process.
prepare(Object, List, boolean) - Method in class org.jboss.cache.loader.FileCacheLoader
 
prepare(Object, List, boolean) - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
prepare(Object, List, boolean) - Method in interface org.jboss.cache.loader.CacheLoader
Prepare the modifications.
prepare(Object, List, boolean) - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
prepare(Object, List, boolean) - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Begins a transaction and applies the given modifications.
prepareMethod - Static variable in class org.jboss.cache.TreeCache
 
previous() - Method in class org.jboss.cache.aop.collection.CachedListImpl.MyListIterator
 
previousIndex() - Method in class org.jboss.cache.aop.collection.CachedListImpl.MyListIterator
 
preVisitedNodes(Fqn, long) - Method in class org.jboss.cache.eviction.AopLRUAlgorithm
Hook for processVisitedNodes
PRINT_LOCK_DETAILS - Static variable in interface org.jboss.cache.DataNode
 
print(Fqn) - Method in interface org.jboss.cache.TreeCacheMBean
Prints a representation of the node defined by fqn.
print(Fqn) - Method in class org.jboss.cache.TreeCache
Prints a representation of the node defined by fqn.
print(String) - Method in interface org.jboss.cache.TreeCacheMBean
Prints a representation of the node defined by fqn.
print(String) - Method in class org.jboss.cache.TreeCache
Prints a representation of the node defined by fqn.
print(StringBuffer, int) - Method in interface org.jboss.cache.TreeNode
 
print(StringBuffer, int) - Method in interface org.jboss.cache.DataNode
 
print(StringBuffer, int) - Method in class org.jboss.cache.AbstractNode
 
print(StringBuffer, int) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated. Will be removed in JBossCache 1.3.
printDetails() - Method in interface org.jboss.cache.TreeCacheMBean
 
printDetails() - Method in class org.jboss.cache.TreeCache
 
printDetails(StringBuffer, int) - Method in interface org.jboss.cache.TreeNode
 
printDetails(StringBuffer, int) - Method in class org.jboss.cache.Node
 
printDetails(StringBuffer, int) - Method in interface org.jboss.cache.DataNode
 
printDetails(StringBuffer, int) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated. Will be removed in JBossCache 1.3.
printDetailsInMap(StringBuffer, int, Map) - Method in class org.jboss.cache.AbstractNode
 
printIndent(StringBuffer, int) - Method in interface org.jboss.cache.TreeNode
 
printIndent(StringBuffer, int) - Method in interface org.jboss.cache.DataNode
 
printIndent(StringBuffer, int) - Method in class org.jboss.cache.AbstractNode
 
printIndent(StringBuffer, int) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated. Will be removed in JBossCache 1.3.
printInfo() - Method in class org.jboss.cache.lock.LockMap
Debugging information.
printLockInfo() - Method in interface org.jboss.cache.TreeCacheMBean
 
printLockInfo() - Method in class org.jboss.cache.TreeCache
 
printLockInfo(StringBuffer, int) - Method in interface org.jboss.cache.TreeNode
Deprecated. Will be removed in JBossCache 1.3.
printLockInfo(StringBuffer, int) - Method in class org.jboss.cache.Node
 
printLockInfo(StringBuffer, int) - Method in interface org.jboss.cache.DataNode
 
printLockInfo(StringBuffer, int) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated. Will be removed in JBossCache 1.3.
printMethodLocal - Static variable in class org.jboss.cache.TreeCache
 
printVersion() - Static method in class org.jboss.cache.Version
 
printVersionId(byte[]) - Static method in class org.jboss.cache.Version
 
printVersionId(byte[], int) - Static method in class org.jboss.cache.Version
 
process(Region) - Method in class org.jboss.cache.eviction.LRUAlgorithm
No lock is used here since we assume it is single-threaded access by the timer only.
process(Region) - Method in interface org.jboss.cache.eviction.EvictionAlgorithm
Entry point for evictin algorithm.
PropertyConfigurator - class org.jboss.cache.PropertyConfigurator.
A generic object property configurator.
PropertyConfigurator() - Constructor for class org.jboss.cache.PropertyConfigurator
 
prune() - Method in class org.jboss.cache.eviction.LRUAlgorithm
 
PUT_DATA - Static variable in class org.jboss.cache.Modification
 
PUT_DATA_ERASE - Static variable in class org.jboss.cache.Modification
 
PUT_KEY_VALUE - Static variable in class org.jboss.cache.Modification
 
put(Fqn, Map) - Method in interface org.jboss.cache.TreeCacheMBean
Adds a new node to the tree and sets its data.
put(Fqn, Map) - Method in class org.jboss.cache.TreeCache
Adds a new node to the tree and sets its data.
put(Fqn, Map) - Method in class org.jboss.cache.loader.SharedStoreCacheLoader
 
put(Fqn, Map) - Method in class org.jboss.cache.loader.JDBCCacheLoader
Adds attributes from the passed in map to the existing node.
put(Fqn, Map) - Method in class org.jboss.cache.loader.FileCacheLoader
 
put(Fqn, Map) - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
put(Fqn, Map) - Method in interface org.jboss.cache.loader.CacheLoader
Inserts all elements of attributes into the attributes hashmap of the given node, overwriting existing attributes, but not clearing the existing hashmap before insertion (making it a union of existing and new attributes) If the node does not exist, all parent nodes from the root down are created automatically
put(Fqn, Map) - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
put(Fqn, Map) - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Stores a map of key-values for a given FQN, but does not delete existing key-value pairs (that is, it does not erase).
put(Fqn, Map) - Method in class org.jboss.cache.loader.rmi.RemoteTreeCacheImpl
 
put(Fqn, Map) - Method in interface org.jboss.cache.loader.rmi.RemoteTreeCache
 
put(Fqn, Map, boolean) - Method in class org.jboss.cache.loader.FileCacheLoader
 
put(Fqn, Map, boolean) - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
put(Fqn, Object, Object) - Method in interface org.jboss.cache.TreeCacheMBean
Adds a key and value to a given node.
put(Fqn, Object, Object) - Method in class org.jboss.cache.TreeCache
Adds a key and value to a given node.
put(Fqn, Object, Object) - Method in class org.jboss.cache.loader.SharedStoreCacheLoader
 
put(Fqn, Object, Object) - Method in class org.jboss.cache.loader.JDBCCacheLoader
Adds/overrides a value in a node for a key.
put(Fqn, Object, Object) - Method in class org.jboss.cache.loader.FileCacheLoader
 
put(Fqn, Object, Object) - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
put(Fqn, Object, Object) - Method in interface org.jboss.cache.loader.CacheLoader
Inserts key and value into the attributes hashmap of the given node.
put(Fqn, Object, Object) - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
put(Fqn, Object, Object) - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Stores a single FQN-key-value record.
put(Fqn, Object, Object) - Method in class org.jboss.cache.loader.rmi.RemoteTreeCacheImpl
 
put(Fqn, Object, Object) - Method in interface org.jboss.cache.loader.rmi.RemoteTreeCache
 
put(GlobalTransaction, TransactionEntry) - Method in class org.jboss.cache.TransactionTable
 
put(List) - Method in class org.jboss.cache.loader.SharedStoreCacheLoader
 
put(List) - Method in class org.jboss.cache.loader.JDBCCacheLoader
 
put(List) - Method in class org.jboss.cache.loader.FileCacheLoader
 
put(List) - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
put(List) - Method in interface org.jboss.cache.loader.CacheLoader
Inserts all modifications to the backend store.
put(List) - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
put(List) - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Applies the given modifications.
put(Map) - Method in interface org.jboss.cache.TreeNode
 
put(Map) - Method in class org.jboss.cache.AbstractNode
 
put(Map) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
 
put(Map, boolean) - Method in interface org.jboss.cache.TreeNode
 
put(Map, boolean) - Method in class org.jboss.cache.Node
 
put(Map, boolean) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
 
put(Object, Object) - Method in interface org.jboss.cache.TreeNode
 
put(Object, Object) - Method in class org.jboss.cache.Node
 
put(Object, Object) - Method in class org.jboss.cache.aop.collection.CachedMapImpl
 
put(Object, Object) - Method in class org.jboss.cache.lock.ThreadLocalMap
 
put(Object, Object) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
 
put(Object, Object) - Method in class org.jboss.cache.optimistic.OptimisticMap
 
put(String, Map) - Method in interface org.jboss.cache.TreeCacheMBean
Adds a new node to the tree and sets its data.
put(String, Map) - Method in class org.jboss.cache.TreeCache
Adds a new node to the tree and sets its data.
put(String, Object, Object) - Method in interface org.jboss.cache.TreeCacheMBean
Adds a key and value to a given node.
put(String, Object, Object) - Method in class org.jboss.cache.TreeCache
Adds a key and value to a given node.
put(Transaction, GlobalTransaction) - Method in class org.jboss.cache.TransactionTable
 
putAll(Map) - Method in class org.jboss.cache.aop.collection.CachedMapImpl
 
putAll(Map) - Method in class org.jboss.cache.lock.ThreadLocalMap
 
putAll(Map) - Method in class org.jboss.cache.optimistic.OptimisticMap
 
putDataEraseMethodLocal - Static variable in class org.jboss.cache.TreeCache
 
putDataMethodLocal - Static variable in class org.jboss.cache.TreeCache
 
putFailFast(Fqn, Object, Object, long) - Method in class org.jboss.cache.TreeCache
Deprecated. This is a kludge created specifically form the Hibernate 3.0 release. This method should not be used by any application. The methodV will likely be removed in a future release
putFailFast(String, Object, Object, long) - Method in class org.jboss.cache.TreeCache
Deprecated.  
putFailFastKeyValueMethodLocal - Static variable in class org.jboss.cache.TreeCache
 
putKeyValMethodLocal - Static variable in class org.jboss.cache.TreeCache
 
putNodeEvent(Fqn, Integer) - Method in class org.jboss.cache.eviction.Region
 
putObject(Fqn, Object) - Method in interface org.jboss.cache.aop.TreeCacheAopMBean
Insert an aop-enabled object into the cache.
putObject(Fqn, Object) - Method in interface org.jboss.cache.aop.TreeCacheAopIfc
Insert an aop-enabled object into the cache.
putObject(Fqn, Object) - Method in class org.jboss.cache.aop.TreeCacheAop
Insert an aop-enabled object into the cache.
putObject(String, Object) - Method in interface org.jboss.cache.aop.TreeCacheAopMBean
Insert an aop-enabled object into the cache.
putObject(String, Object) - Method in interface org.jboss.cache.aop.TreeCacheAopIfc
Insert an aop-enabled object into the cache.
putObject(String, Object) - Method in class org.jboss.cache.aop.TreeCacheAop
Insert an aop-enabled object into the cache.

R

READ_COMMITTED - Static variable in class org.jboss.cache.lock.IsolationLevel
 
READ_UNCOMMITTED - Static variable in class org.jboss.cache.lock.IsolationLevel
 
readerLock_ - Variable in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
 
readerOwners() - Method in class org.jboss.cache.lock.LockMap
 
readExternal(ObjectInput) - Method in class org.jboss.cache.Node
 
readExternal(ObjectInput) - Method in class org.jboss.cache.GlobalTransaction
 
readExternal(ObjectInput) - Method in class org.jboss.cache.Fqn
 
readExternal(ObjectInput) - Method in class org.jboss.cache.loader.NodeData
 
readLock() - Method in class org.jboss.cache.lock.SimpleLock
 
readLock() - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
 
readLock() - Method in class org.jboss.cache.lock.LockStrategySerializable
 
readLock() - Method in class org.jboss.cache.lock.LockStrategyRepeatableRead
 
readLock() - Method in class org.jboss.cache.lock.LockStrategyReadUncommitted
 
readLock() - Method in class org.jboss.cache.lock.LockStrategyReadCommitted
 
readLock() - Method in class org.jboss.cache.lock.LockStrategyNone
 
readLock() - Method in interface org.jboss.cache.lock.LockStrategy
Return a read lock object.
readLock() - Method in class org.jboss.cache.lock.BelasLockStrategy
 
ReadWriteLockWithUpgrade - class org.jboss.cache.lock.ReadWriteLockWithUpgrade.
 
ReadWriteLockWithUpgrade.ReaderLock - class org.jboss.cache.lock.ReadWriteLockWithUpgrade.ReaderLock.
 
ReadWriteLockWithUpgrade.ReaderLock() - Constructor for class org.jboss.cache.lock.ReadWriteLockWithUpgrade.ReaderLock
 
ReadWriteLockWithUpgrade.WriterLock - class org.jboss.cache.lock.ReadWriteLockWithUpgrade.WriterLock.
 
ReadWriteLockWithUpgrade.WriterLock() - Constructor for class org.jboss.cache.lock.ReadWriteLockWithUpgrade.WriterLock
 
ReadWriteLockWithUpgrade() - Constructor for class org.jboss.cache.lock.ReadWriteLockWithUpgrade
 
rebind(Name, Object) - Method in class org.jboss.cache.transaction.DummyContext
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - Method in class org.jboss.cache.transaction.DummyContext
Binds a name to an object, overwriting any existing binding.
recycleQueue_ - Variable in class org.jboss.cache.eviction.LRUAlgorithm
 
refCount_ - Variable in class org.jboss.cache.aop.AOPInstance
 
referencingFqnList_ - Variable in class org.jboss.cache.aop.AOPInstance
 
refFqn_ - Variable in class org.jboss.cache.aop.AOPInstance
 
Region - class org.jboss.cache.eviction.Region.
A region is a collection of tree cache nodes that share the same eviction policy configurations, e.g., maxNodes, etc.
Region - class org.jboss.cache.marshall.Region.
A region is a collection of tree cache nodes that share the same policy.
region_ - Variable in class org.jboss.cache.eviction.LRUAlgorithm
 
region_msg_queues - Variable in class org.jboss.cache.TreeCache
 
Region(String, ClassLoader) - Constructor for class org.jboss.cache.marshall.Region
 
Region(String, ClassLoader, boolean) - Constructor for class org.jboss.cache.marshall.Region
 
RegionManager - class org.jboss.cache.eviction.RegionManager.
Factory to create region from configuration, to track region, and to resolve naming conflict for regions.
RegionManager - class org.jboss.cache.marshall.RegionManager.
Factory to create region from configuration, to track region, and to resolve naming conflict for regions.
regionManager_ - Variable in class org.jboss.cache.TreeCache
RegionManager used by marshaller and ExtendedCacheLoader
regionManager_ - Variable in class org.jboss.cache.eviction.BaseEvictionPolicy
 
RegionManager() - Constructor for class org.jboss.cache.marshall.RegionManager
 
RegionManager(EvictionPolicy) - Constructor for class org.jboss.cache.eviction.RegionManager
 
RegionNameConflictException - exception org.jboss.cache.eviction.RegionNameConflictException.
Region name conflicts with pre-existing regions.
RegionNameConflictException - exception org.jboss.cache.marshall.RegionNameConflictException.
Region name conflicts with pre-existing regions.
RegionNameConflictException() - Constructor for class org.jboss.cache.eviction.RegionNameConflictException
 
RegionNameConflictException() - Constructor for class org.jboss.cache.marshall.RegionNameConflictException
 
RegionNameConflictException(String) - Constructor for class org.jboss.cache.eviction.RegionNameConflictException
 
RegionNameConflictException(String) - Constructor for class org.jboss.cache.marshall.RegionNameConflictException
 
RegionNameConflictException(String, Throwable) - Constructor for class org.jboss.cache.eviction.RegionNameConflictException
 
RegionNameConflictException(String, Throwable) - Constructor for class org.jboss.cache.marshall.RegionNameConflictException
 
RegionNotEmptyException - exception org.jboss.cache.RegionNotEmptyException.
Thrown when an attempt is made to activate a subtree roote in Fqn that already has an existing node in the cache.
RegionNotEmptyException() - Constructor for class org.jboss.cache.RegionNotEmptyException
 
RegionNotEmptyException(String) - Constructor for class org.jboss.cache.RegionNotEmptyException
 
RegionNotEmptyException(String, Throwable) - Constructor for class org.jboss.cache.RegionNotEmptyException
 
RegionNotFoundException - exception org.jboss.cache.marshall.RegionNotFoundException.
Region name not found.
RegionNotFoundException() - Constructor for class org.jboss.cache.marshall.RegionNotFoundException
 
RegionNotFoundException(String) - Constructor for class org.jboss.cache.marshall.RegionNotFoundException
 
RegionNotFoundException(String, Throwable) - Constructor for class org.jboss.cache.marshall.RegionNotFoundException
 
registerAtHead(Synchronization) - Method in class org.jboss.cache.interceptors.OrderedSynchronizationHandler
 
registerAtTail(Synchronization) - Method in class org.jboss.cache.interceptors.OrderedSynchronizationHandler
 
registerClassLoader(String, ClassLoader) - Method in interface org.jboss.cache.TreeCacheMBean
Registers the given classloader with TreeCacheMarshaller for use in unmarshalling replicated objects for the specified region.
registerClassLoader(String, ClassLoader) - Method in class org.jboss.cache.TreeCache
If useMarshalling is true, we will use TreeCacheMarshaller for marshalling.
registerClassLoader(String, ClassLoader) - Method in class org.jboss.cache.marshall.TreeCacheMarshaller
Register the specific classloader under the fqn region.
registerRPCHandler(String, Object) - Method in interface org.jboss.cache.rpc.RpcTreeCacheMBean
Deprecated. Registers the given object as the on which any MethodCall associated with the given service should be invoked.
registerRPCHandler(String, Object) - Method in class org.jboss.cache.rpc.RpcTreeCache
Deprecated. Registers the given object as the on which any MethodCall associated with the given service should be invoked.
registerSynchronization(Synchronization) - Method in class org.jboss.cache.transaction.DummyTransaction
Register a Synchronization callback with this transaction.
release() - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade.ReaderLock
 
release() - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade.WriterLock
 
release(Object) - Method in interface org.jboss.cache.TreeNode
Deprecated. Will be removed in JBossCache 1.3.
release(Object) - Method in class org.jboss.cache.Node
 
release(Object) - Method in class org.jboss.cache.lock.IdentityLock
Release the lock held by the owner.
release(Object) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated. Will be removed in JBossCache 1.3.
releaseAll() - Method in class org.jboss.cache.lock.IdentityLock
Release all locks associated with this instance.
releaseAll(Object) - Method in interface org.jboss.cache.TreeNode
Deprecated. Will be removed in JBossCache 1.3.
releaseAll(Object) - Method in class org.jboss.cache.Node
 
releaseAll(Object) - Method in interface org.jboss.cache.DataNode
 
releaseAll(Object) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated. Will be removed in JBossCache 1.3.
releaseAllForce() - Method in interface org.jboss.cache.TreeNode
Deprecated. Will be removed in JBossCache 1.3.
releaseAllForce() - Method in class org.jboss.cache.Node
 
releaseAllForce() - Method in interface org.jboss.cache.DataNode
 
releaseAllForce() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated. Will be removed in JBossCache 1.3.
releaseAllLocks(Fqn) - Method in interface org.jboss.cache.TreeCacheMBean
Force-releases all locks in this node and the entire subtree
releaseAllLocks(Fqn) - Method in class org.jboss.cache.TreeCache
Force-releases all locks in this node and the entire subtree
releaseAllLocks(Object) - Method in class org.jboss.cache.TransactionEntry
 
releaseAllLocks(String) - Method in interface org.jboss.cache.TreeCacheMBean
Force-releases all locks in this node and the entire subtree
releaseAllLocks(String) - Method in class org.jboss.cache.TreeCache
Force-releases all locks in this node and the entire subtree
releaseAllLocksMethodLocal - Static variable in class org.jboss.cache.TreeCache
 
releaseForce() - Method in interface org.jboss.cache.TreeNode
Deprecated. Will be removed in JBossCache 1.3.
releaseForce() - Method in class org.jboss.cache.Node
 
releaseForce() - Method in class org.jboss.cache.lock.IdentityLock
Same as releaseAll now.
releaseForce() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated. Will be removed in JBossCache 1.3.
releaseStateTransferLocks(DataNode, Object) - Method in class org.jboss.cache.aop.TreeCacheAop
Overrides the superclass version by additionally releasing locks on the internal reference map nodes used for tracking shared objects.
releaseStateTransferLocks(DataNode, Object, boolean) - Method in class org.jboss.cache.TreeCache
 
RemoteTreeCache - interface org.jboss.cache.loader.rmi.RemoteTreeCache.
Remote interface to a TreeCache instance.
RemoteTreeCacheImpl - class org.jboss.cache.loader.rmi.RemoteTreeCacheImpl.
Implementation of the TreeCache's remote interface.
RemoteTreeCacheImpl(TreeCache) - Constructor for class org.jboss.cache.loader.rmi.RemoteTreeCacheImpl
 
REMOVE_DATA - Static variable in class org.jboss.cache.Modification
 
REMOVE_EVENT - Static variable in class org.jboss.cache.eviction.EvictedEventNode
 
REMOVE_KEY_VALUE - Static variable in class org.jboss.cache.Modification
 
REMOVE_NODE - Static variable in class org.jboss.cache.Modification
 
remove() - Method in class org.jboss.cache.aop.collection.CachedListImpl.MyListIterator
 
remove(Fqn) - Method in interface org.jboss.cache.TreeCacheMBean
Removes the node from the tree.
remove(Fqn) - Method in class org.jboss.cache.TreeCache
Removes the node from the tree.
remove(Fqn) - Method in class org.jboss.cache.loader.SharedStoreCacheLoader
 
remove(Fqn) - Method in class org.jboss.cache.loader.JDBCCacheLoader
Removes a node and all its children.
remove(Fqn) - Method in class org.jboss.cache.loader.FileCacheLoader
 
remove(Fqn) - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
remove(Fqn) - Method in interface org.jboss.cache.loader.CacheLoader
Removes the given node.
remove(Fqn) - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
remove(Fqn) - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Deletes the node for a given FQN and all its descendent nodes.
remove(Fqn) - Method in class org.jboss.cache.loader.rmi.RemoteTreeCacheImpl
 
remove(Fqn) - Method in interface org.jboss.cache.loader.rmi.RemoteTreeCache
 
remove(Fqn, Object) - Method in interface org.jboss.cache.TreeCacheMBean
Removes key from the node's hashmap
remove(Fqn, Object) - Method in class org.jboss.cache.TreeCache
Removes key from the node's hashmap
remove(Fqn, Object) - Method in class org.jboss.cache.loader.SharedStoreCacheLoader
 
remove(Fqn, Object) - Method in class org.jboss.cache.loader.JDBCCacheLoader
Removes attribute's value for a key.
remove(Fqn, Object) - Method in class org.jboss.cache.loader.FileCacheLoader
 
remove(Fqn, Object) - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
remove(Fqn, Object) - Method in interface org.jboss.cache.loader.CacheLoader
Removes the given key and value from the attributes of the given node.
remove(Fqn, Object) - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
remove(Fqn, Object) - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Deletes a single FQN-key-value record.
remove(Fqn, Object) - Method in class org.jboss.cache.loader.rmi.RemoteTreeCacheImpl
 
remove(Fqn, Object) - Method in interface org.jboss.cache.loader.rmi.RemoteTreeCache
 
remove(GlobalTransaction) - Method in class org.jboss.cache.TransactionTable
 
remove(int) - Method in class org.jboss.cache.aop.collection.CachedListImpl
 
remove(int) - Method in class org.jboss.cache.aop.collection.CachedListImpl.MyCachedSubListImpl
 
remove(Object) - Method in interface org.jboss.cache.TreeNode
 
remove(Object) - Method in class org.jboss.cache.Node
 
remove(Object) - Method in class org.jboss.cache.aop.collection.CachedMapImpl
 
remove(Object) - Method in class org.jboss.cache.aop.collection.CachedListAbstract
 
remove(Object) - Method in class org.jboss.cache.lock.ThreadLocalMap
 
remove(Object) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
 
remove(Object) - Method in class org.jboss.cache.optimistic.OptimisticMap
 
remove(String) - Method in interface org.jboss.cache.TreeCacheMBean
Removes the node from the tree.
remove(String) - Method in class org.jboss.cache.TreeCache
Removes the node from the tree.
remove(String, Object) - Method in interface org.jboss.cache.TreeCacheMBean
Removes key from the node's hashmap
remove(String, Object) - Method in class org.jboss.cache.TreeCache
Removes key from the node's hashmap
remove(Transaction) - Method in class org.jboss.cache.TransactionTable
 
removeAll() - Method in class org.jboss.cache.lock.LockMap
Remove all ownership.
removeAll(Collection) - Method in class org.jboss.cache.aop.collection.CachedListAbstract
 
removeAllChildren() - Method in interface org.jboss.cache.TreeNode
 
removeAllChildren() - Method in interface org.jboss.cache.DataNode
 
removeAllChildren() - Method in class org.jboss.cache.AbstractNode
 
removeAllChildren() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated. Will be removed in JBossCache 1.3.
removeChild(Object) - Method in interface org.jboss.cache.TreeNode
 
removeChild(Object) - Method in class org.jboss.cache.AbstractNode
 
removeChild(Object) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
 
removeData(Fqn) - Method in interface org.jboss.cache.TreeCacheMBean
 
removeData(Fqn) - Method in class org.jboss.cache.TreeCache
 
removeData(Fqn) - Method in class org.jboss.cache.loader.SharedStoreCacheLoader
 
removeData(Fqn) - Method in class org.jboss.cache.loader.JDBCCacheLoader
Nullifies the node.
removeData(Fqn) - Method in class org.jboss.cache.loader.FileCacheLoader
 
removeData(Fqn) - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
removeData(Fqn) - Method in interface org.jboss.cache.loader.CacheLoader
Removes all attributes from a given node, but doesn't delete the node itself
removeData(Fqn) - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
removeData(Fqn) - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Clears the map for the given node, but does not remove the node.
removeData(Fqn) - Method in class org.jboss.cache.loader.rmi.RemoteTreeCacheImpl
 
removeData(Fqn) - Method in interface org.jboss.cache.loader.rmi.RemoteTreeCache
 
removeData(String) - Method in interface org.jboss.cache.TreeCacheMBean
 
removeData(String) - Method in class org.jboss.cache.TreeCache
 
removeDataMethodLocal - Static variable in class org.jboss.cache.TreeCache
 
removeFromEnvironment(String) - Method in class org.jboss.cache.transaction.DummyContext
Removes an environment property from the environment of this context.
removeKeyMethodLocal - Static variable in class org.jboss.cache.TreeCache
 
removeNode(Fqn) - Method in class org.jboss.cache.optimistic.TransactionWorkspaceImpl
 
removeNode(Fqn) - Method in interface org.jboss.cache.optimistic.TransactionWorkspace
Is thread safe so you dont need to deal with synchronising access to this method.
removeNodeMethodLocal - Static variable in class org.jboss.cache.TreeCache
 
removeObject(Fqn) - Method in interface org.jboss.cache.aop.TreeCacheAopMBean
Remove aop-enabled object from the cache.
removeObject(Fqn) - Method in interface org.jboss.cache.aop.TreeCacheAopIfc
Remove aop-enabled object from the cache.
removeObject(Fqn) - Method in class org.jboss.cache.aop.TreeCacheAop
Remove aop-enabled object from the cache.
removeObject(Fqn) - Method in interface org.jboss.cache.loader.CacheLoaderAop
Removes the object with the given key from the persistent store.
removeObject(String) - Method in interface org.jboss.cache.aop.TreeCacheAopMBean
Remove aop-enabled object from the cache.
removeObject(String) - Method in interface org.jboss.cache.aop.TreeCacheAopIfc
Remove aop-enabled object from the cache.
removeObject(String) - Method in class org.jboss.cache.aop.TreeCacheAop
Remove aop-enabled object from the cache.
removeReader(Object) - Method in class org.jboss.cache.lock.LockMap
Remove reader ownership.
removeRegion(String) - Method in class org.jboss.cache.eviction.RegionManager
 
removeRegion(String) - Method in class org.jboss.cache.marshall.RegionManager
 
removeTreeCacheListener(TreeCacheListener) - Method in interface org.jboss.cache.TreeCacheMBean
 
removeTreeCacheListener(TreeCacheListener) - Method in class org.jboss.cache.TreeCache
 
removeWriter() - Method in class org.jboss.cache.lock.LockMap
Remove writer ownership.
rename(Name, Name) - Method in class org.jboss.cache.transaction.DummyContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.jboss.cache.transaction.DummyContext
Binds a new name to the object bound to an old name, and unbinds the old name.
REPEATABLE_READ - Static variable in class org.jboss.cache.lock.IsolationLevel
 
REPL_ASYNC - Static variable in class org.jboss.cache.TreeCache
Entries in the cache are by default replicated (asynchronously)
repl_queue - Variable in class org.jboss.cache.TreeCache
Queue used to replicate updates when mode is repl-async
repl_queue_interval - Variable in class org.jboss.cache.TreeCache
 
repl_queue_max_elements - Variable in class org.jboss.cache.TreeCache
 
REPL_SYNC - Static variable in class org.jboss.cache.TreeCache
Entries in the cache are by default replicated (synchronously)
Replicatable - interface org.jboss.cache.Replicatable.
Defines an entity able to receive replications
replicate(List) - Method in interface org.jboss.cache.Replicatable
Receives and applies a number of method calls
replicate(List) - Method in class org.jboss.cache.interceptors.ReplicationInterceptor
 
replicate(MethodCall) - Method in interface org.jboss.cache.Replicatable
Receives and applies a method call as result of replication
replicate(MethodCall) - Method in class org.jboss.cache.interceptors.ReplicationInterceptor
Received as result of replication sent from another node to this node
replicateAllMethod - Static variable in class org.jboss.cache.TreeCache
 
replicateCall(MethodCall, boolean) - Method in class org.jboss.cache.interceptors.OptimisticReplicationInterceptor
 
replicateMethod - Static variable in class org.jboss.cache.TreeCache
 
replication_handler - Variable in class org.jboss.cache.TreeCache
Interceptor which handles invocations of TreeCache._replicate(MethodCall).
ReplicationException - exception org.jboss.cache.ReplicationException.
Thrown when a replication problem occurred
ReplicationException() - Constructor for class org.jboss.cache.ReplicationException
 
ReplicationException(List) - Constructor for class org.jboss.cache.ReplicationException
 
ReplicationException(String) - Constructor for class org.jboss.cache.ReplicationException
 
ReplicationException(String, Throwable) - Constructor for class org.jboss.cache.ReplicationException
 
ReplicationInterceptor - class org.jboss.cache.interceptors.ReplicationInterceptor.
Takes care of replicating modifications to other nodes in a cluster.
ReplicationInterceptor() - Constructor for class org.jboss.cache.interceptors.ReplicationInterceptor
Map>.
ReplicationQueue - class org.jboss.cache.ReplicationQueue.
Periodically (or when certain size is exceeded) takes elements and replicates them.
ReplicationQueue.MyTask - class org.jboss.cache.ReplicationQueue.MyTask.
 
ReplicationQueue.MyTask() - Constructor for class org.jboss.cache.ReplicationQueue.MyTask
 
ReplicationQueue() - Constructor for class org.jboss.cache.ReplicationQueue
 
ReplicationQueue(TreeCache, long, long) - Constructor for class org.jboss.cache.ReplicationQueue
 
resetEvictionQueue(Region) - Method in class org.jboss.cache.eviction.LRUAlgorithm
 
resetEvictionQueue(Region) - Method in interface org.jboss.cache.eviction.EvictionAlgorithm
Reset the whole eviction queue.
resetEvictionQueues() - Method in class org.jboss.cache.eviction.Region
 
resume(Transaction) - Method in class org.jboss.cache.transaction.DummyBaseTransactionManager
Resume the association of the calling thread with the given * transaction.
retainAll(Collection) - Method in class org.jboss.cache.aop.collection.CachedListAbstract
 
retrieveCurrentValue(Fqn, Object) - Method in class org.jboss.cache.aop.TreeCacheAopDelegate
 
RmiCacheServer - class org.jboss.cache.loader.rmi.RmiCacheServer.
Server which exports an RMI stub to the TreeCache.
RmiCacheServer(String, int, String) - Constructor for class org.jboss.cache.loader.rmi.RmiCacheServer
 
RmiDelegatingCacheLoader - class org.jboss.cache.loader.RmiDelegatingCacheLoader.
DelegatingCacheLoader implementation which delegates to a remote (not in the same VM) TreeCache using the Java RMI mechanism.
RmiDelegatingCacheLoader() - Constructor for class org.jboss.cache.loader.RmiDelegatingCacheLoader
Default constructor.
RmiDelegatingCacheLoader(TreeCache, String, int, String) - Constructor for class org.jboss.cache.loader.RmiDelegatingCacheLoader
Allows programmatic configuration.
rollback() - Method in class org.jboss.cache.transaction.DummyUserTransaction
Rolls back this transaction.
rollback() - Method in class org.jboss.cache.transaction.DummyTransaction
Rolls back this transaction.
rollback() - Method in class org.jboss.cache.transaction.DummyBaseTransactionManager
Rolls back the transaction associated with the calling thread.
rollback(GlobalTransaction) - Method in class org.jboss.cache.TreeCache
 
rollback(Object) - Method in class org.jboss.cache.loader.SharedStoreCacheLoader
 
rollback(Object) - Method in class org.jboss.cache.loader.JDBCCacheLoader
Rolls back a transaction.
rollback(Object) - Method in class org.jboss.cache.loader.FileCacheLoader
 
rollback(Object) - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
rollback(Object) - Method in interface org.jboss.cache.loader.CacheLoader
Roll the transaction back.
rollback(Object) - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
rollback(Object) - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Commits the given transaction, or throws IllegalArgumentException if the given key is not associated with an uncommited transaction.
rollbackMethod - Static variable in class org.jboss.cache.TreeCache
 
root - Variable in class org.jboss.cache.TreeCache
 
RpcDelegatingCacheLoader - class org.jboss.cache.loader.RpcDelegatingCacheLoader.
DelegatingCacheLoader implementation which delegates to a remote (not in the same VM) TreeCache using JGroups' RPC mechanism.
RpcDelegatingCacheLoader() - Constructor for class org.jboss.cache.loader.RpcDelegatingCacheLoader
Default constructor.
RpcDelegatingCacheLoader(TreeCache, int) - Constructor for class org.jboss.cache.loader.RpcDelegatingCacheLoader
Allows programmatic configuration.
rpcHandlers - Variable in class org.jboss.cache.rpc.RpcTreeCache
Deprecated. Map of registered RPC handlers
RpcTreeCache - class org.jboss.cache.rpc.RpcTreeCache.
Deprecated. This class will be removed when JGroups adds a multiplexing capability.
RpcTreeCache() - Constructor for class org.jboss.cache.rpc.RpcTreeCache
Deprecated. Default constructor.
RpcTreeCache(JChannel) - Constructor for class org.jboss.cache.rpc.RpcTreeCache
Deprecated. Expects an already connected channel.
RpcTreeCache(String, String, long) - Constructor for class org.jboss.cache.rpc.RpcTreeCache
Deprecated. Creates a channel with the given properties.
RpcTreeCacheMBean - interface org.jboss.cache.rpc.RpcTreeCacheMBean.
Deprecated. This class will be removed when JGroups adds a multiplexing capability.
run() - Method in class org.jboss.cache.ReplicationQueue.MyTask
 
run() - Method in class org.jboss.cache.eviction.EvictionTimerTask
 
runCommitPhase(GlobalTransaction) - Method in class org.jboss.cache.interceptors.ReplicationInterceptor
Asynchronously calls #commit(GlobalTransaction) in all members
runCommitPhase(GlobalTransaction) - Method in class org.jboss.cache.interceptors.OptimisticTxInterceptor
 
runPreparePhase(GlobalTransaction, MethodCall, Address, List, boolean) - Method in class org.jboss.cache.interceptors.ReplicationInterceptor
Calls in all members except self.
runRollbackPhase(GlobalTransaction) - Method in class org.jboss.cache.interceptors.ReplicationInterceptor
Asynchronously calls #rollback(GlobalTransaction) in all members
runRollbackPhase(GlobalTransaction) - Method in class org.jboss.cache.interceptors.OptimisticTxInterceptor
 

S

SEPARATOR - Static variable in class org.jboss.cache.TreeCache
 
SERIALIZABLE - Static variable in class org.jboss.cache.lock.IsolationLevel
 
serializableHandler_ - Variable in class org.jboss.cache.aop.TreeCacheAopDelegate
 
SerializableObjectHandler - class org.jboss.cache.aop.SerializableObjectHandler.
Handle Serializable object cache management.
SerializableObjectHandler(TreeCacheAop, InternalDelegate) - Constructor for class org.jboss.cache.aop.SerializableObjectHandler
 
serializableObjectPut(Fqn, Object) - Method in class org.jboss.cache.aop.SerializableObjectHandler
 
serializableObjectRemove(Fqn) - Method in class org.jboss.cache.aop.SerializableObjectHandler
 
SERIALIZED - Static variable in class org.jboss.cache.aop.InternalDelegate
 
set - Variable in class org.jboss.cache.aop.CachedAttribute
 
set(int, Object) - Method in class org.jboss.cache.aop.collection.CachedListImpl
 
set(int, Object) - Method in class org.jboss.cache.aop.collection.CachedListImpl.MyCachedSubListImpl
 
set(Object) - Method in class org.jboss.cache.aop.collection.CachedListImpl.MyListIterator
 
setAddedNode(Fqn) - Method in class org.jboss.cache.eviction.Region
 
setAddress(Address) - Method in class org.jboss.cache.GlobalTransaction
 
setCache(TreeCache) - Method in class org.jboss.cache.interceptors.UnlockInterceptor
 
setCache(TreeCache) - Method in class org.jboss.cache.interceptors.ReplicationInterceptor
 
setCache(TreeCache) - Method in class org.jboss.cache.interceptors.PessimisticLockInterceptor
 
setCache(TreeCache) - Method in class org.jboss.cache.interceptors.PassivationInterceptor
 
setCache(TreeCache) - Method in class org.jboss.cache.interceptors.OptimisticValidatorInterceptor
Set of GlobalTransactions that originated somewhere else (we didn't create them).
setCache(TreeCache) - Method in class org.jboss.cache.interceptors.OptimisticTxInterceptor
 
setCache(TreeCache) - Method in class org.jboss.cache.interceptors.OptimisticReplicationInterceptor
 
setCache(TreeCache) - Method in class org.jboss.cache.interceptors.OptimisticNodeInterceptor
 
setCache(TreeCache) - Method in class org.jboss.cache.interceptors.OptimisticLockingInterceptor
 
setCache(TreeCache) - Method in class org.jboss.cache.interceptors.OptimisticInterceptor
 
setCache(TreeCache) - Method in class org.jboss.cache.interceptors.OptimisticCreateIfNotExistsInterceptor
 
setCache(TreeCache) - Method in class org.jboss.cache.interceptors.Interceptor
 
setCache(TreeCache) - Method in class org.jboss.cache.interceptors.CreateIfNotExistsInterceptor
 
setCache(TreeCache) - Method in class org.jboss.cache.interceptors.CallInterceptor
 
setCache(TreeCache) - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor
 
setCache(TreeCache) - Method in class org.jboss.cache.interceptors.CacheLoaderInterceptor
 
setCache(TreeCache) - Method in class org.jboss.cache.loader.SharedStoreCacheLoader
 
setCache(TreeCache) - Method in class org.jboss.cache.loader.RpcDelegatingCacheLoader
Allows configuration via XML config file.
setCache(TreeCache) - Method in class org.jboss.cache.loader.RmiDelegatingCacheLoader
Allows configuration via XML config file.
setCache(TreeCache) - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoader
 
setCache(TreeCache) - Method in class org.jboss.cache.loader.JDBCCacheLoader
 
setCache(TreeCache) - Method in class org.jboss.cache.loader.FileCacheLoader
 
setCache(TreeCache) - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
setCache(TreeCache) - Method in interface org.jboss.cache.loader.CacheLoader
This method allows the CacheLoader to set the TreeCache, therefore allowing the CacheLoader to invoke methods of the TreeCache.
setCache(TreeCache) - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
setCache(TreeCache) - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Sets the TreeCache owner of this cache loader.
setCache(TreeCache) - Method in class org.jboss.cache.loader.tcp.TcpDelegatingCacheLoader
Allows configuration via XML config file.
setCache(TreeCache) - Method in class org.jboss.cache.optimistic.TransactionWorkspaceImpl
 
setCacheLoader(CacheLoader) - Method in interface org.jboss.cache.TreeCacheMBean
 
setCacheLoader(CacheLoader) - Method in class org.jboss.cache.TreeCache
 
setCacheLoaderAsynchronous(boolean) - Method in interface org.jboss.cache.TreeCacheMBean
 
setCacheLoaderAsynchronous(boolean) - Method in class org.jboss.cache.TreeCache
 
setCacheLoaderClass(String) - Method in interface org.jboss.cache.TreeCacheMBean
 
setCacheLoaderClass(String) - Method in class org.jboss.cache.TreeCache
 
setCacheLoaderConfig(Properties) - Method in interface org.jboss.cache.TreeCacheMBean
 
setCacheLoaderConfig(Properties) - Method in class org.jboss.cache.TreeCache
 
setCacheLoaderFetchPersistentState(boolean) - Method in interface org.jboss.cache.TreeCacheMBean
 
setCacheLoaderFetchPersistentState(boolean) - Method in class org.jboss.cache.TreeCache
 
setCacheLoaderFetchTransientState(boolean) - Method in interface org.jboss.cache.TreeCacheMBean
 
setCacheLoaderFetchTransientState(boolean) - Method in class org.jboss.cache.TreeCache
 
setCacheLoaderPassivation(boolean) - Method in interface org.jboss.cache.TreeCacheMBean
 
setCacheLoaderPassivation(boolean) - Method in class org.jboss.cache.TreeCache
 
setCacheLoaderPreload(String) - Method in interface org.jboss.cache.TreeCacheMBean
 
setCacheLoaderPreload(String) - Method in class org.jboss.cache.TreeCache
 
setCacheLoaderShared(boolean) - Method in interface org.jboss.cache.TreeCacheMBean
 
setCacheLoaderShared(boolean) - Method in class org.jboss.cache.TreeCache
 
setCacheMode(int) - Method in class org.jboss.cache.TreeCache
Sets the default cache mode.
setCacheMode(String) - Method in interface org.jboss.cache.TreeCacheMBean
Sets the default caching mode)
setCacheMode(String) - Method in class org.jboss.cache.TreeCache
Sets the default caching mode)
setCacheService(String) - Method in interface org.jboss.cache.TreeCacheViewMBean
 
setCacheService(String) - Method in class org.jboss.cache.TreeCacheView
 
setChildren(Map) - Method in interface org.jboss.cache.TreeNode
Deprecated. Will be removed in JBossCache 1.3.
setChildren(Map) - Method in interface org.jboss.cache.DataNode
Sets Map
setChildren(Map) - Method in class org.jboss.cache.AbstractNode
 
setChildren(Map) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated. Will be removed in JBossCache 1.3.
setChildrenLoaded(boolean) - Method in interface org.jboss.cache.TreeNode
Deprecated. Will be removed in JBossCache 1.3.
setChildrenLoaded(boolean) - Method in class org.jboss.cache.Node
 
setChildrenLoaded(boolean) - Method in interface org.jboss.cache.DataNode
 
setChildrenLoaded(boolean) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated. Will be removed in JBossCache 1.3.
setClassLoader(ClassLoader) - Method in class org.jboss.cache.aop.MarshalledTreeCache
The context class loader to perform marshalling/unmarshalling
setClassLoader(ClassLoader) - Method in class org.jboss.cache.marshall.Region
 
setClusterConfig(Element) - Method in interface org.jboss.cache.TreeCacheMBean
Convert a list of elements to the JG property string
setClusterConfig(Element) - Method in class org.jboss.cache.TreeCache
Convert a list of elements to the JG property string
setClusterName(String) - Method in interface org.jboss.cache.TreeCacheMBean
Set the name of the replication group
setClusterName(String) - Method in class org.jboss.cache.TreeCache
Set the name of the replication group
setClusterProperties(String) - Method in interface org.jboss.cache.TreeCacheMBean
Set the cluster properties.
setClusterProperties(String) - Method in class org.jboss.cache.TreeCache
Set the cluster properties.
setConfig(Properties) - Method in class org.jboss.cache.loader.SharedStoreCacheLoader
 
setConfig(Properties) - Method in class org.jboss.cache.loader.RpcDelegatingCacheLoader
Allows configuration via XML config file.
setConfig(Properties) - Method in class org.jboss.cache.loader.RmiDelegatingCacheLoader
Allows configuration via XML config file.
setConfig(Properties) - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoader
 
setConfig(Properties) - Method in class org.jboss.cache.loader.JDBCCacheLoader
 
setConfig(Properties) - Method in class org.jboss.cache.loader.FileCacheLoader
 
setConfig(Properties) - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
setConfig(Properties) - Method in interface org.jboss.cache.loader.CacheLoader
Sets the configuration.
setConfig(Properties) - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
setConfig(Properties) - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Sets the configuration string for this cache loader.
setConfig(Properties) - Method in class org.jboss.cache.loader.tcp.TcpDelegatingCacheLoader
Allows configuration via XML config file.
setCreationTimeStamp(long) - Method in class org.jboss.cache.eviction.NodeEntry
 
setData(Map) - Method in class org.jboss.cache.Modification
 
setDeadlockDetection(boolean) - Method in interface org.jboss.cache.TreeCacheMBean
 
setDeadlockDetection(boolean) - Method in class org.jboss.cache.TreeCache
 
setEvent(Integer) - Method in class org.jboss.cache.eviction.EvictedEventNode
 
setEvictionPolicyClass(String) - Method in interface org.jboss.cache.TreeCacheMBean
Sets the classname of the eviction policy
setEvictionPolicyClass(String) - Method in class org.jboss.cache.TreeCache
Sets the classname of the eviction policy
setEvictionPolicyClass(String) - Method in interface org.jboss.cache.aop.TreeCacheAopMBean
Over-ride to make sure we are using an eviction policy specific to aop.
setEvictionPolicyClass(String) - Method in class org.jboss.cache.aop.TreeCacheAop
Over-ride to make sure we are using an eviction policy specific to aop.
setEvictionPolicyConfig(Element) - Method in interface org.jboss.cache.TreeCacheMBean
Setup eviction policy configuration
setEvictionPolicyConfig(Element) - Method in class org.jboss.cache.TreeCache
Setup eviction policy configuration
setFetchStateOnStartup(boolean) - Method in interface org.jboss.cache.TreeCacheMBean
Sets whether or not on startup to acquire the initial state from existing members.
setFetchStateOnStartup(boolean) - Method in class org.jboss.cache.TreeCache
 
setFqn(Fqn) - Method in class org.jboss.cache.Modification
 
setFqn(Fqn) - Method in class org.jboss.cache.aop.CacheInterceptor
 
setFqn(Fqn) - Method in interface org.jboss.cache.aop.BaseInterceptor
 
setFqn(Fqn) - Method in class org.jboss.cache.aop.collection.AbstractCollectionInterceptor
 
setFqn(Fqn) - Method in class org.jboss.cache.eviction.EvictedEventNode
 
setGet(Method) - Method in class org.jboss.cache.aop.CachedAttribute
 
setInactiveOnStartup(boolean) - Method in interface org.jboss.cache.TreeCacheMBean
Sets whether the entire tree is inactive upon startup, only responding to replication messages after TreeCacheMBean.activateRegion(String) is called to activate one or more parts of the tree.
setInactiveOnStartup(boolean) - Method in class org.jboss.cache.TreeCache
Sets whether the entire tree is inactive upon startup, only responding to replication messages after TreeCache.activateRegion(String) is called to activage one or more parts of the tree.
setInitialStateRetrievalTimeout(long) - Method in interface org.jboss.cache.TreeCacheMBean
Set the initial state transfer timeout (see TreeCacheMBean.getInitialStateRetrievalTimeout())
setInitialStateRetrievalTimeout(long) - Method in class org.jboss.cache.TreeCache
Set the initial state transfer timeout (see TreeCache.getInitialStateRetrievalTimeout())
setInterceptorChain(Interceptor) - Method in class org.jboss.cache.TreeCache
Used for unit tests only - to force interceptor chains.
setInterval(long) - Method in class org.jboss.cache.ReplicationQueue
 
setIsolationLevel(IsolationLevel) - Method in class org.jboss.cache.TreeCache
 
setIsolationLevel(IsolationLevel) - Static method in class org.jboss.cache.lock.LockStrategyFactory
 
setIsolationLevel(String) - Method in interface org.jboss.cache.TreeCacheMBean
Set the transaction isolation level.
setIsolationLevel(String) - Method in class org.jboss.cache.TreeCache
Set the transaction isolation level.
setKey(Object) - Method in class org.jboss.cache.Modification
 
setLocalOptimization(boolean) - Method in class org.jboss.cache.aop.MarshalledTreeCache
Indicate whether to have a in-memory copy of the unmarshalling object such that there is no need to unmarshal.
setLockAcquisitionTimeout(long) - Method in interface org.jboss.cache.TreeCacheMBean
Set the max time for lock acquisition.
setLockAcquisitionTimeout(long) - Method in class org.jboss.cache.TreeCache
Set the max time for lock acquisition.
setMarshalling(boolean) - Method in class org.jboss.cache.aop.MarshalledTreeCache
Turn marshalling layer on or off.
setMax_elements(long) - Method in class org.jboss.cache.ReplicationQueue
 
setMaxAgeSeconds(int) - Method in class org.jboss.cache.eviction.Region
 
setMaxNodes(int) - Method in class org.jboss.cache.eviction.Region
 
setModifiedTimeStamp(long) - Method in class org.jboss.cache.eviction.NodeEntry
 
setNext(Interceptor) - Method in class org.jboss.cache.interceptors.Interceptor
 
setNodeAddress(Address) - Method in class org.jboss.cache.rpc.NoHandlerForRPCException
 
setNodeLockingOptimistic(boolean) - Method in class org.jboss.cache.TreeCache
Sets whether to use optimistic locking on the nodes.
setNodeLockingScheme(String) - Method in interface org.jboss.cache.TreeCacheMBean
 
setNodeLockingScheme(String) - Method in class org.jboss.cache.TreeCache
 
setNodes(Map) - Method in class org.jboss.cache.optimistic.TransactionWorkspaceImpl
 
setNodes(Map) - Method in interface org.jboss.cache.optimistic.TransactionWorkspace
 
setOldData(Map) - Method in class org.jboss.cache.Modification
 
setOldValue(Object) - Method in class org.jboss.cache.Modification
 
setRecursiveTreeCacheInstance(TreeCache) - Method in interface org.jboss.cache.TreeNode
Deprecated. Will be removed in JBossCache 1.3.
setRecursiveTreeCacheInstance(TreeCache) - Method in class org.jboss.cache.Node
Set the tree cache instance recursively down to the children as well.
setRecursiveTreeCacheInstance(TreeCache) - Method in interface org.jboss.cache.DataNode
 
setRecursiveTreeCacheInstance(TreeCache) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated. Will be removed in JBossCache 1.3.
setRegionManager(RegionManager) - Method in class org.jboss.cache.loader.JDBCExtendedCacheLoader
 
setRegionManager(RegionManager) - Method in class org.jboss.cache.loader.FileExtendedCacheLoader
 
setRegionManager(RegionManager) - Method in interface org.jboss.cache.loader.ExtendedCacheLoader
Sets the RegionManager this object should use to manage marshalling/unmarshalling of different regions using different classloaders.
setRegionManager(RegionManager) - Method in class org.jboss.cache.loader.AsyncExtendedCacheLoader
 
setRemote(boolean) - Method in class org.jboss.cache.GlobalTransaction
 
setRemovedNode(Fqn) - Method in class org.jboss.cache.eviction.Region
 
setReplicationHandler(Replicatable) - Method in class org.jboss.cache.TreeCache
 
setReplicationVersion(String) - Method in interface org.jboss.cache.TreeCacheMBean
Sets the format version of the data transferred during an initial state transfer or a call to TreeCacheMBean.activateRegion(String).
setReplicationVersion(String) - Method in class org.jboss.cache.TreeCache
 
setReplQueueInterval(long) - Method in interface org.jboss.cache.TreeCacheMBean
 
setReplQueueInterval(long) - Method in class org.jboss.cache.TreeCache
 
setReplQueueMaxElements(int) - Method in interface org.jboss.cache.TreeCacheMBean
 
setReplQueueMaxElements(int) - Method in class org.jboss.cache.TreeCache
 
setRollbackOnly() - Method in class org.jboss.cache.transaction.DummyUserTransaction
Mark the transaction so that the only possible outcome is a rollback.
setRollbackOnly() - Method in class org.jboss.cache.transaction.DummyTransaction
Mark the transaction so that the only possible outcome is a rollback.
setRollbackOnly() - Method in class org.jboss.cache.transaction.DummyBaseTransactionManager
Mark the transaction associated with the calling thread for rollback * only.
setSet(Method) - Method in class org.jboss.cache.aop.CachedAttribute
 
setState(byte[]) - Method in class org.jboss.cache.loader.rmi.RemoteTreeCacheImpl
 
setState(byte[]) - Method in interface org.jboss.cache.loader.rmi.RemoteTreeCache
 
setStateBytes(byte[]) - Method in class org.jboss.cache.TreeCache
 
setStateException - Variable in class org.jboss.cache.TreeCache
 
setStateTransferVersion(short) - Method in interface org.jboss.cache.TreeCacheMBean
Deprecated. use TreeCacheMBean.setReplicationVersion(String) instead
setStateTransferVersion(short) - Method in class org.jboss.cache.TreeCache
 
setSyncCommitPhase(boolean) - Method in interface org.jboss.cache.TreeCacheMBean
 
setSyncCommitPhase(boolean) - Method in class org.jboss.cache.TreeCache
 
setSyncReplTimeout(long) - Method in interface org.jboss.cache.TreeCacheMBean
Sets the default maximum wait time for synchronous replication to receive all results
setSyncReplTimeout(long) - Method in class org.jboss.cache.TreeCache
Sets the default maximum wait time for synchronous replication to receive all results
setSyncRollbackPhase(boolean) - Method in interface org.jboss.cache.TreeCacheMBean
 
setSyncRollbackPhase(boolean) - Method in class org.jboss.cache.TreeCache
 
setTimeToLiveSeconds(long) - Method in class org.jboss.cache.eviction.Region
 
setTransaction(Transaction) - Method in class org.jboss.cache.TransactionEntry
 
setTransaction(Transaction) - Method in class org.jboss.cache.transaction.DummyBaseTransactionManager
Just used for unit tests * @param tx
setTransactionManagerLookup(TransactionManagerLookup) - Method in interface org.jboss.cache.TreeCacheMBean
Sets the TransactionManagerLookup object
setTransactionManagerLookup(TransactionManagerLookup) - Method in class org.jboss.cache.TreeCache
Sets the TransactionManagerLookup object
setTransactionManagerLookupClass(String) - Method in interface org.jboss.cache.TreeCacheMBean
Sets the class of the TransactionManagerLookup impl.
setTransactionManagerLookupClass(String) - Method in class org.jboss.cache.TreeCache
Sets the class of the TransactionManagerLookup impl.
setTransactionTimeout(int) - Method in class org.jboss.cache.transaction.DummyUserTransaction
Change the transaction timeout for transactions started by the calling thread with the DummyUserTransaction.begin() method.
setTransactionTimeout(int) - Method in class org.jboss.cache.transaction.DummyTransaction
Change the transaction timeout for transactions started by the calling thread with the DummyBaseTransactionManager.begin() method.
setTransactionTimeout(int) - Method in class org.jboss.cache.transaction.DummyBaseTransactionManager
Change the transaction timeout for transactions started by the calling * thread with the DummyBaseTransactionManager.begin() method.
setTransactionWorkSpace(TransactionWorkspace) - Method in class org.jboss.cache.OptimisticTransactionEntry
 
setType(Class) - Method in class org.jboss.cache.aop.CachedAttribute
 
setType(int) - Method in class org.jboss.cache.Modification
 
setUseMarshalling(boolean) - Method in interface org.jboss.cache.TreeCacheMBean
Sets whether a TreeCacheMarshaller instance should be created to manage different classloaders to use for unmarshalling replicated objects.
setUseMarshalling(boolean) - Method in class org.jboss.cache.TreeCache
 
setUseReplQueue(boolean) - Method in interface org.jboss.cache.TreeCacheMBean
 
setUseReplQueue(boolean) - Method in class org.jboss.cache.TreeCache
 
setValue(Object) - Method in class org.jboss.cache.Modification
 
setValue(Object) - Method in class org.jboss.cache.aop.collection.CachedMapImpl.Entry
 
setVersion(long) - Method in class org.jboss.cache.OptimisticTreeNode
Sets the version id of this node.
setVisitedNode(Fqn) - Method in class org.jboss.cache.eviction.Region
 
setWriterIfNotNull(Object) - Method in class org.jboss.cache.lock.LockMap
Adding a writer owner.
SharedStoreCacheLoader - class org.jboss.cache.loader.SharedStoreCacheLoader.
CacheLoader proxy used only when multiple CacheLoaders in a cluster access the same underlying store (e.g.
SharedStoreCacheLoader(CacheLoader, Address, boolean) - Constructor for class org.jboss.cache.loader.SharedStoreCacheLoader
 
shouldEvictNode(NodeEntry, Region, long) - Method in class org.jboss.cache.eviction.LRUAlgorithm
 
signalWaiters() - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade.ReaderLock
 
signalWaiters() - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade.WriterLock
 
SimpleLock - class org.jboss.cache.lock.SimpleLock.
Simple lock that does not differentiate read and write lock.
SimpleLock() - Constructor for class org.jboss.cache.lock.SimpleLock
 
SimpleReadWriteLock - class org.jboss.cache.lock.SimpleReadWriteLock.
 
SimpleReadWriteLock() - Constructor for class org.jboss.cache.lock.SimpleReadWriteLock
 
size() - Method in class org.jboss.cache.Fqn
 
size() - Method in class org.jboss.cache.aop.collection.CachedSetImpl
 
size() - Method in class org.jboss.cache.aop.collection.CachedMapImpl
 
size() - Method in class org.jboss.cache.aop.collection.CachedListImpl
 
size() - Method in class org.jboss.cache.aop.collection.CachedListImpl.MyCachedSubListImpl
 
size() - Method in class org.jboss.cache.lock.ThreadLocalMap
 
size() - Method in class org.jboss.cache.optimistic.OptimisticMap
 
start() - Method in interface org.jboss.cache.TreeCacheViewMBean
 
start() - Method in class org.jboss.cache.TreeCacheView2
 
start() - Method in class org.jboss.cache.TreeCacheView
 
start() - Method in class org.jboss.cache.ReplicationQueue
 
start() - Method in class org.jboss.cache.aop.TreeCacheAopView
 
start() - Method in class org.jboss.cache.loader.SharedStoreCacheLoader
 
start() - Method in class org.jboss.cache.loader.JDBCCacheLoader
 
start() - Method in class org.jboss.cache.loader.FileCacheLoader
 
start() - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
start() - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
start() - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Opens the JE environment and the database specified by the configuration string.
start() - Method in class org.jboss.cache.loader.rmi.RmiCacheServer
 
start() - Method in class org.jboss.cache.loader.tcp.TcpDelegatingCacheLoader
 
start() - Method in class org.jboss.cache.loader.tcp.TcpCacheServer
 
startQueuing() - Method in class org.jboss.cache.marshall.Region
 
startRead() - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
 
startReadFromNewReader() - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
 
startReadFromWaitingReader() - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
 
startService() - Method in interface org.jboss.cache.TreeCacheMBean
 
startService() - Method in class org.jboss.cache.TreeCache
Lifecyle method.
startService() - Method in class org.jboss.cache.aop.MarshalledTreeCache
 
startWrite() - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
 
startWrite() - Method in class org.jboss.cache.lock.NonBlockingWriterLock
 
startWriteFromNewWriter() - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
 
startWriteFromWaitingWriter() - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
 
state_fetch_timeout - Variable in class org.jboss.cache.TreeCache
 
StateTransferFactory - class org.jboss.cache.statetransfer.StateTransferFactory.
 
StateTransferFactory() - Constructor for class org.jboss.cache.statetransfer.StateTransferFactory
 
StateTransferGenerator - interface org.jboss.cache.statetransfer.StateTransferGenerator.
 
StateTransferIntegrator - interface org.jboss.cache.statetransfer.StateTransferIntegrator.
 
StateTransferIntegrator_123 - class org.jboss.cache.statetransfer.StateTransferIntegrator_123.
 
STATUS_ACTIVE - Static variable in class org.jboss.cache.marshall.Region
 
STATUS_INACTIVE - Static variable in class org.jboss.cache.marshall.Region
 
STATUS_QUEUEING - Static variable in class org.jboss.cache.marshall.Region
 
stop() - Method in interface org.jboss.cache.TreeCacheViewMBean
 
stop() - Method in class org.jboss.cache.TreeCacheView2
 
stop() - Method in class org.jboss.cache.TreeCacheView
 
stop() - Method in class org.jboss.cache.ReplicationQueue
 
stop() - Method in class org.jboss.cache.aop.TreeCacheAopView
 
stop() - Method in class org.jboss.cache.loader.SharedStoreCacheLoader
 
stop() - Method in class org.jboss.cache.loader.JDBCCacheLoader
 
stop() - Method in class org.jboss.cache.loader.FileCacheLoader
 
stop() - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
stop() - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
stop() - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Closes the JE databases and environment, and nulls references to them.
stop() - Method in class org.jboss.cache.loader.rmi.RmiCacheServer
 
stop() - Method in class org.jboss.cache.loader.tcp.TcpDelegatingCacheLoader
 
stopService() - Method in interface org.jboss.cache.TreeCacheMBean
 
stopService() - Method in class org.jboss.cache.TreeCache
Lifecycle method.
stopService() - Method in class org.jboss.cache.aop.MarshalledTreeCache
 
storeAttributes(Fqn, Map) - Method in class org.jboss.cache.loader.FileCacheLoader
 
storeEntireState(byte[]) - Method in class org.jboss.cache.loader.SharedStoreCacheLoader
 
storeEntireState(byte[]) - Method in class org.jboss.cache.loader.JDBCExtendedCacheLoader
Overrides the superclass method by taking advantage of any special classloader registered for the root node.
storeEntireState(byte[]) - Method in class org.jboss.cache.loader.JDBCCacheLoader
Store the state given as a byte buffer to the database.
storeEntireState(byte[]) - Method in class org.jboss.cache.loader.FileExtendedCacheLoader
Overrides the superclass method by taking advantage of any special classloader registered for the root node.
storeEntireState(byte[]) - Method in class org.jboss.cache.loader.FileCacheLoader
Store the state given as a byte buffer to the filesystem.
storeEntireState(byte[]) - Method in class org.jboss.cache.loader.DelegatingCacheLoader
 
storeEntireState(byte[]) - Method in interface org.jboss.cache.loader.CacheLoader
Store the given state in secondary storage.
storeEntireState(byte[]) - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
storeEntireState(byte[]) - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Replace the contents of the databases with the given exported data.
storeObject(Fqn, Object) - Method in interface org.jboss.cache.loader.CacheLoaderAop
Stores an object under a given key in the persistent store.
storeState(byte[], Fqn) - Method in class org.jboss.cache.loader.JDBCExtendedCacheLoader
 
storeState(byte[], Fqn) - Method in class org.jboss.cache.loader.FileExtendedCacheLoader
 
storeState(byte[], Fqn) - Method in interface org.jboss.cache.loader.ExtendedCacheLoader
Store the given portion of the cache tree's state in secondary storage.
storeState(byte[], Fqn) - Method in class org.jboss.cache.loader.AsyncExtendedCacheLoader
 
string2Mode(String) - Method in class org.jboss.cache.TreeCache
 
stringToIsolationLevel(String) - Static method in class org.jboss.cache.lock.IsolationLevel
 
subList(int, int) - Method in class org.jboss.cache.aop.collection.CachedListImpl
 
subList(int, int) - Method in class org.jboss.cache.aop.collection.CachedListImpl.MyCachedSubListImpl
 
suspect(Address) - Method in class org.jboss.cache.TreeCache
Called when a member is suspected
suspend() - Method in class org.jboss.cache.transaction.DummyBaseTransactionManager
Suspend the association the calling thread has to a transaction, * and return the suspended transaction.
sync_commit_phase - Variable in class org.jboss.cache.TreeCache
synchronous or asynchrous commit phase ?
sync_repl_timeout - Variable in class org.jboss.cache.TreeCache
 
sync_rollback_phase - Variable in class org.jboss.cache.TreeCache
synchronous or asynchrous rollback phase ?

T

tail_ - Variable in class org.jboss.cache.eviction.LRUAlgorithm
 
takeLastEventNode() - Method in class org.jboss.cache.eviction.Region
Take the last node from node queue.
tcl_ - Variable in class org.jboss.cache.aop.MarshalledTreeCache
 
TcpCacheServer - class org.jboss.cache.loader.tcp.TcpCacheServer.
TCP-IP based CacheServer, configure TcpDelegatingCacheLoader with host and port of this server
TcpCacheServer(String, int, String) - Constructor for class org.jboss.cache.loader.tcp.TcpCacheServer
 
TcpDelegatingCacheLoader - class org.jboss.cache.loader.tcp.TcpDelegatingCacheLoader.
DelegatingCacheLoader implementation which delegates to a remote (not in the same VM) TreeCache using TCP/IP for communication.
TcpDelegatingCacheLoader() - Constructor for class org.jboss.cache.loader.tcp.TcpDelegatingCacheLoader
Default constructor.
TcpDelegatingCacheLoader(String, int) - Constructor for class org.jboss.cache.loader.tcp.TcpDelegatingCacheLoader
Allows programmatic configuration.
ThreadLocalMap - class org.jboss.cache.lock.ThreadLocalMap.
Map which reduces concurrency and potential memory leaks for non-static ThreadLocals.
ThreadLocalMap() - Constructor for class org.jboss.cache.lock.ThreadLocalMap
 
TimeoutException - exception org.jboss.cache.lock.TimeoutException.
Thrown when a timeout occurred.
TimeoutException() - Constructor for class org.jboss.cache.lock.TimeoutException
 
TimeoutException(List) - Constructor for class org.jboss.cache.lock.TimeoutException
 
TimeoutException(String) - Constructor for class org.jboss.cache.lock.TimeoutException
 
TimeoutException(String, Throwable) - Constructor for class org.jboss.cache.lock.TimeoutException
 
tm - Variable in class org.jboss.cache.TreeCache
Used to get the Transaction associated with the current thread
tm_lookup - Variable in class org.jboss.cache.TreeCache
Method to acquire a TransactionManager.
tm_lookup_class - Variable in class org.jboss.cache.TreeCache
Class of the implementation of TransactionManagerLookup
toArray() - Method in class org.jboss.cache.aop.collection.CachedListAbstract
 
toArray(Object[]) - Method in class org.jboss.cache.aop.collection.CachedListAbstract
 
toCache() - Method in class org.jboss.cache.aop.collection.CachedSetInterceptor
 
toCache() - Method in class org.jboss.cache.aop.collection.CachedMapInterceptor
 
toCache() - Method in class org.jboss.cache.aop.collection.CachedListInterceptor
 
toMemory() - Method in class org.jboss.cache.aop.collection.CachedSetInterceptor
 
toMemory() - Method in class org.jboss.cache.aop.collection.CachedMapInterceptor
 
toMemory() - Method in class org.jboss.cache.aop.collection.CachedListInterceptor
 
toString() - Method in interface org.jboss.cache.TreeCacheMBean
 
toString() - Method in class org.jboss.cache.TreeCache
 
toString() - Method in class org.jboss.cache.TransactionTable
 
toString() - Method in class org.jboss.cache.TransactionEntry
 
toString() - Method in class org.jboss.cache.ReplicationException
 
toString() - Method in class org.jboss.cache.OptimisticTreeNode
 
toString() - Method in class org.jboss.cache.OptimisticTransactionEntry
 
toString() - Method in class org.jboss.cache.Node
 
toString() - Method in class org.jboss.cache.Modification
 
toString() - Method in class org.jboss.cache.GlobalTransaction
 
toString() - Method in class org.jboss.cache.Fqn
 
toString() - Method in class org.jboss.cache.aop.CachedType
 
toString() - Method in class org.jboss.cache.aop.collection.CachedSetImpl
 
toString() - Method in class org.jboss.cache.aop.collection.CachedMapImpl
 
toString() - Method in class org.jboss.cache.aop.collection.CachedListAbstract
 
toString() - Method in class org.jboss.cache.eviction.Region
 
toString() - Method in class org.jboss.cache.interceptors.OrderedSynchronizationHandler
 
toString() - Method in class org.jboss.cache.loader.NodeData
 
toString() - Method in class org.jboss.cache.lock.TimeoutException
 
toString() - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
 
toString() - Method in class org.jboss.cache.lock.LockingException
 
toString() - Method in class org.jboss.cache.lock.LockStrategyRepeatableRead
 
toString() - Method in class org.jboss.cache.lock.IsolationLevel
 
toString() - Method in class org.jboss.cache.lock.IdentityLock
 
toString() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
 
toString() - Method in class org.jboss.cache.optimistic.TransactionWorkspaceImpl
 
toString(boolean) - Method in class org.jboss.cache.TreeCache
 
toString(boolean) - Method in class org.jboss.cache.TransactionTable
 
toString(boolean) - Method in class org.jboss.cache.lock.IdentityLock
 
toString(StringBuffer) - Method in class org.jboss.cache.lock.IdentityLock
 
toString(StringBuffer, boolean) - Method in class org.jboss.cache.lock.IdentityLock
 
TransactionEntry - class org.jboss.cache.TransactionEntry.
This is the value (key being the GlobalTransaction) in the transaction table of TreeCache.
TransactionEntry() - Constructor for class org.jboss.cache.TransactionEntry
 
TransactionManagerLookup - interface org.jboss.cache.TransactionManagerLookup.
Plugin, which allows TreeCache to use different transactional systems
transactions - Variable in class org.jboss.cache.interceptors.CacheStoreInterceptor
List that we have registered for
transactions - Variable in class org.jboss.cache.interceptors.ActivationInterceptor
List that we have registered for
TransactionTable - class org.jboss.cache.TransactionTable.
Maintains the mapping between local (Transaction) and global transactions (GlobalTransaction).
TransactionTable() - Constructor for class org.jboss.cache.TransactionTable
 
TransactionWorkspace - interface org.jboss.cache.optimistic.TransactionWorkspace.
TODO: MANIK: Add proper javadocs
TransactionWorkspaceImpl - class org.jboss.cache.optimistic.TransactionWorkspaceImpl.
TODO: MANIK: Add proper javadocs
TransactionWorkspaceImpl() - Constructor for class org.jboss.cache.optimistic.TransactionWorkspaceImpl
 
TreeCache - class org.jboss.cache.TreeCache.
A tree-like structure that is replicated across several members.
TreeCache() - Constructor for class org.jboss.cache.TreeCache
 
TreeCache(JChannel) - Constructor for class org.jboss.cache.TreeCache
Expects an already connected channel.
TreeCache(String, String, long) - Constructor for class org.jboss.cache.TreeCache
Creates a channel with the given properties.
TreeCacheAop - class org.jboss.cache.aop.TreeCacheAop.
Implementation of the cache using dyanmic aop interceptors.
TreeCacheAop() - Constructor for class org.jboss.cache.aop.TreeCacheAop
 
TreeCacheAop(JChannel) - Constructor for class org.jboss.cache.aop.TreeCacheAop
 
TreeCacheAop(String, String, long) - Constructor for class org.jboss.cache.aop.TreeCacheAop
 
TreeCacheAopDelegate - class org.jboss.cache.aop.TreeCacheAopDelegate.
Delegate class for TreeCacheAop.
TreeCacheAopDelegate(TreeCacheAop) - Constructor for class org.jboss.cache.aop.TreeCacheAopDelegate
 
TreeCacheAopIfc - interface org.jboss.cache.aop.TreeCacheAopIfc.
Interface for TreeCacheAop.
TreeCacheAopMBean - interface org.jboss.cache.aop.TreeCacheAopMBean.
MBean interface.
TreeCacheAopView - class org.jboss.cache.aop.TreeCacheAopView.
Graphical view of a ReplicatedTree (using the MVC paradigm).
TreeCacheAopView(TreeCacheAop) - Constructor for class org.jboss.cache.aop.TreeCacheAopView
 
TreeCacheListener - interface org.jboss.cache.TreeCacheListener.
Callbacks for various events regarding TreeCache.
TreeCacheMarshaller - class org.jboss.cache.marshall.TreeCacheMarshaller.
Marshaller implementation that does aplication specific marshalling in the JGroups RpcDispatcher level.
TreeCacheMarshaller(RegionManager, boolean) - Constructor for class org.jboss.cache.marshall.TreeCacheMarshaller
 
TreeCacheMBean - interface org.jboss.cache.TreeCacheMBean.
MBean interface.
TreeCacheView - class org.jboss.cache.TreeCacheView.
Graphical view of a ReplicatedTree (using the MVC paradigm).
TreeCacheView.MyListener - class org.jboss.cache.TreeCacheView.MyListener.
 
TreeCacheView.MyListener() - Constructor for class org.jboss.cache.TreeCacheView.MyListener
 
TreeCacheView() - Constructor for class org.jboss.cache.TreeCacheView
 
TreeCacheView(String) - Constructor for class org.jboss.cache.TreeCacheView
 
TreeCacheView2 - class org.jboss.cache.TreeCacheView2.
Graphical view of a ReplicatedTree (using the MVC paradigm).
TreeCacheView2(TreeCache) - Constructor for class org.jboss.cache.TreeCacheView2
 
TreeCacheViewMBean - interface org.jboss.cache.TreeCacheViewMBean.
MBean interface.
TreeNode - interface org.jboss.cache.TreeNode.
Represents a node in the tree.
tx_map - Variable in class org.jboss.cache.TransactionTable
HashMap, mapping between local (javax.transaction.Transaction) and GlobalTransactions.
tx_mgr - Variable in class org.jboss.cache.interceptors.CacheStoreInterceptor
 
tx_mgr - Variable in class org.jboss.cache.interceptors.ActivationInterceptor
 
tx_table - Variable in class org.jboss.cache.interceptors.CacheStoreInterceptor
 
tx_table - Variable in class org.jboss.cache.interceptors.ActivationInterceptor
 
txManager - Variable in class org.jboss.cache.interceptors.OptimisticInterceptor
 
txs - Variable in class org.jboss.cache.TransactionTable
HashMap, mappings between GlobalTransactions and modifications
txTable - Variable in class org.jboss.cache.interceptors.OptimisticInterceptor
 
type - Variable in class org.jboss.cache.aop.CachedType
 
type - Variable in class org.jboss.cache.aop.CachedAttribute
 

U

unbind(Name) - Method in class org.jboss.cache.transaction.DummyContext
Unbinds the named object.
unbind(String) - Method in class org.jboss.cache.transaction.DummyContext
Unbinds the named object.
undo_list - Variable in class org.jboss.cache.TransactionEntry
List.
UNINITIALIZED - Static variable in class org.jboss.cache.TreeCache
 
UnlockInterceptor - class org.jboss.cache.interceptors.UnlockInterceptor.
When a call returns, unlocks all locks held by the current thread in the LockTable.
UnlockInterceptor() - Constructor for class org.jboss.cache.interceptors.UnlockInterceptor
 
unregisterClassLoader(String) - Method in interface org.jboss.cache.TreeCacheMBean
Instructs the TreeCacheMarshaller to no longer use a special classloader to unmarshal replicated objects for the specified region.
unregisterClassLoader(String) - Method in class org.jboss.cache.TreeCache
If useMarshalling is true, we will use unregister this region.
unregisterClassLoader(String) - Method in class org.jboss.cache.marshall.TreeCacheMarshaller
Un-register the class loader.
unregisterRPCHandler(String, Object) - Method in interface org.jboss.cache.rpc.RpcTreeCacheMBean
Deprecated. Removes the given object as a handler for RPC calls for the given service.
unregisterRPCHandler(String, Object) - Method in class org.jboss.cache.rpc.RpcTreeCache
Deprecated. Removes the given object as a handler for RPC calls for the given service.
upgrade(Object) - Method in class org.jboss.cache.lock.LockMap
Upgrading current reader ownership to writer one.
UpgradeException - exception org.jboss.cache.lock.UpgradeException.
Used when a read-lock cannot be upgraded to a write-lock
UpgradeException(String) - Constructor for class org.jboss.cache.lock.UpgradeException
Constructor for UpgradeException.
UpgradeException(String, Throwable) - Constructor for class org.jboss.cache.lock.UpgradeException
 
upgradeLockAttempt(long) - Method in class org.jboss.cache.lock.SimpleLock
 
upgradeLockAttempt(long) - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
Attempt to obtain an upgrade to writer lock.
upgradeLockAttempt(long) - Method in class org.jboss.cache.lock.LockStrategySerializable
 
upgradeLockAttempt(long) - Method in class org.jboss.cache.lock.LockStrategyRepeatableRead
 
upgradeLockAttempt(long) - Method in class org.jboss.cache.lock.LockStrategyReadUncommitted
 
upgradeLockAttempt(long) - Method in class org.jboss.cache.lock.LockStrategyReadCommitted
 
upgradeLockAttempt(long) - Method in class org.jboss.cache.lock.LockStrategyNone
 
upgradeLockAttempt(long) - Method in interface org.jboss.cache.lock.LockStrategy
Attempt to upgrade the current read lock to write lock with msecs timeout.
upgradeLockAttempt(long) - Method in class org.jboss.cache.lock.BelasLockStrategy
 
upgraderLocal_ - Static variable in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
 
use_repl_queue - Variable in class org.jboss.cache.TreeCache
 
useCreateService - Variable in class org.jboss.cache.TreeCache
 
useLocalOptimization_ - Variable in class org.jboss.cache.aop.MarshalledTreeCache
 
useMarshalling_ - Variable in class org.jboss.cache.TreeCache
Check to see if we need to use marshalling

V

values() - Method in class org.jboss.cache.aop.collection.CachedMapImpl
 
values() - Method in class org.jboss.cache.lock.ThreadLocalMap
 
values() - Method in class org.jboss.cache.optimistic.OptimisticMap
 
version - Static variable in class org.jboss.cache.Version
 
version - Variable in class org.jboss.cache.OptimisticTreeNode
 
Version - class org.jboss.cache.Version.
 
version_id - Static variable in class org.jboss.cache.Version
 
Version() - Constructor for class org.jboss.cache.Version
 
viewAccepted(View) - Method in class org.jboss.cache.TreeCache
 
viewChange(View) - Method in interface org.jboss.cache.TreeCacheListener
 
viewChange(View) - Method in class org.jboss.cache.ConsoleListener
 
viewChange(View) - Method in class org.jboss.cache.AbstractTreeCacheListener
 
viewChange(View) - Method in class org.jboss.cache.aop.MarshalledTreeCache
 
viewChange(View) - Method in class org.jboss.cache.eviction.LRUPolicy
 
viewChange(View) - Method in class org.jboss.cache.loader.SharedStoreCacheLoader
 
VISIT_EVENT - Static variable in class org.jboss.cache.eviction.EvictedEventNode
 
visitChildrenRecursively(Region, Fqn) - Method in class org.jboss.cache.eviction.AopLRUPolicy
 

W

WAIT_TIME - Static variable in class org.jboss.cache.eviction.Region
 
WorkspaceNode - interface org.jboss.cache.optimistic.WorkspaceNode.
TODO: MANIK: Add proper javadocs
WorkspaceNodeImpl - class org.jboss.cache.optimistic.WorkspaceNodeImpl.
TODO: MANIK: Add proper javadocs
WorkspaceNodeImpl() - Constructor for class org.jboss.cache.optimistic.WorkspaceNodeImpl
Default ctor for rehydration via externalizable
WorkspaceNodeImpl(DataNode, TransactionWorkspace) - Constructor for class org.jboss.cache.optimistic.WorkspaceNodeImpl
 
WorkspaceNodeImpl(TreeNode, TransactionWorkspace) - Constructor for class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
write(byte[], int, int) - Method in class org.jboss.cache.util.ExposedByteArrayOutputStream
 
write(int) - Method in class org.jboss.cache.util.ExposedByteArrayOutputStream
 
writeExternal(ObjectOutput) - Method in class org.jboss.cache.Node
 
writeExternal(ObjectOutput) - Method in class org.jboss.cache.GlobalTransaction
 
writeExternal(ObjectOutput) - Method in class org.jboss.cache.Fqn
 
writeExternal(ObjectOutput) - Method in class org.jboss.cache.loader.NodeData
 
writeLock() - Method in class org.jboss.cache.lock.SimpleLock
 
writeLock() - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
 
writeLock() - Method in class org.jboss.cache.lock.LockStrategySerializable
 
writeLock() - Method in class org.jboss.cache.lock.LockStrategyRepeatableRead
 
writeLock() - Method in class org.jboss.cache.lock.LockStrategyReadUncommitted
 
writeLock() - Method in class org.jboss.cache.lock.LockStrategyReadCommitted
 
writeLock() - Method in class org.jboss.cache.lock.LockStrategyNone
 
writeLock() - Method in interface org.jboss.cache.lock.LockStrategy
Return a write lock object.
writeLock() - Method in class org.jboss.cache.lock.BelasLockStrategy
 
writeReplace() - Method in class org.jboss.cache.aop.WriteReplacer
Deprecated.  
writeReplace() - Method in interface org.jboss.cache.aop.WriteReplaceable
Deprecated.  
WriteReplaceable - interface org.jboss.cache.aop.WriteReplaceable.
Deprecated. 1.0
WriteReplacer - class org.jboss.cache.aop.WriteReplacer.
Deprecated. 1.0
WriteReplacer(Object) - Constructor for class org.jboss.cache.aop.WriteReplacer
Deprecated.  
writerLock_ - Variable in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
 
writerOwner() - Method in class org.jboss.cache.lock.LockMap
 

_

_addChild(GlobalTransaction, Fqn, Object, DataNode) - Method in class org.jboss.cache.TreeCache
Compensating method to TreeCache._remove(GlobalTransaction,Fqn,boolean).
_createService() - Method in class org.jboss.cache.TreeCache
 
_dispatchRpcCall(String, MethodCall) - Method in class org.jboss.cache.rpc.RpcTreeCache
Deprecated. Looks up the RPC handler for serviceName and invokes the method call on it.
_enqueueMethodCall(String, MethodCall) - Method in class org.jboss.cache.TreeCache
 
_evict(Fqn) - Method in class org.jboss.cache.TreeCache
Called by eviction policy provider.
_evictObject(Fqn) - Method in class org.jboss.cache.aop.TreeCacheAop
 
_evictSubtree(Fqn) - Method in class org.jboss.cache.TreeCache
Evicts the node at subtree along with all descendant nodes.
_evictSubtree(Fqn) - Method in class org.jboss.cache.aop.TreeCacheAop
 
_findObjects(Fqn) - Method in class org.jboss.cache.aop.TreeCacheAopDelegate
 
_findObjects(Fqn) - Method in class org.jboss.cache.aop.TreeCacheAop
 
_get(Fqn) - Method in class org.jboss.cache.TreeCache
 
_get(Fqn, Object, boolean) - Method in class org.jboss.cache.TreeCache
 
_getChildrenNames(Fqn) - Method in class org.jboss.cache.TreeCache
 
_getKeys(Fqn) - Method in class org.jboss.cache.TreeCache
 
_getObject(Fqn) - Method in class org.jboss.cache.aop.TreeCacheAopDelegate
 
_getObject(Fqn) - Method in class org.jboss.cache.aop.TreeCacheAop
 
_getState(Fqn, long, boolean, boolean) - Method in class org.jboss.cache.TreeCache
Returns the state for the portion of the tree named by fqn.
_lock(Fqn, int, boolean) - Method in class org.jboss.cache.TreeCache
 
_print(Fqn) - Method in class org.jboss.cache.TreeCache
 
_put(GlobalTransaction, Fqn, Map, boolean) - Method in interface org.jboss.cache.TreeCacheMBean
Does the real work.
_put(GlobalTransaction, Fqn, Map, boolean) - Method in class org.jboss.cache.TreeCache
Does the real work.
_put(GlobalTransaction, Fqn, Map, boolean, boolean) - Method in interface org.jboss.cache.TreeCacheMBean
Does the real work.
_put(GlobalTransaction, Fqn, Map, boolean, boolean) - Method in class org.jboss.cache.TreeCache
Does the real work.
_put(GlobalTransaction, Fqn, Object, Object, boolean) - Method in interface org.jboss.cache.TreeCacheMBean
 
_put(GlobalTransaction, Fqn, Object, Object, boolean) - Method in class org.jboss.cache.TreeCache
 
_put(GlobalTransaction, Fqn, Object, Object, boolean, long) - Method in class org.jboss.cache.TreeCache
 
_put(GlobalTransaction, String, Map, boolean) - Method in interface org.jboss.cache.TreeCacheMBean
Does the real work.
_put(GlobalTransaction, String, Map, boolean) - Method in class org.jboss.cache.TreeCache
Does the real work.
_put(GlobalTransaction, String, Object, Object, boolean) - Method in interface org.jboss.cache.TreeCacheMBean
 
_put(GlobalTransaction, String, Object, Object, boolean) - Method in class org.jboss.cache.TreeCache
 
_putObject(Fqn, Object) - Method in class org.jboss.cache.aop.TreeCacheAopDelegate
Note that caller of this method will take care of synchronization within the fqn sub-tree.
_putObject(Fqn, Object) - Method in class org.jboss.cache.aop.TreeCacheAop
 
_regularPutObject(Fqn, Object, InstanceAdvisor, CachedType) - Method in class org.jboss.cache.aop.TreeCacheAopDelegate
 
_regularRemoveObject(Fqn, boolean, Object, Class, boolean) - Method in class org.jboss.cache.aop.TreeCacheAopDelegate
 
_releaseAllLocks(Fqn) - Method in class org.jboss.cache.TreeCache
 
_remove(GlobalTransaction, Fqn, boolean) - Method in interface org.jboss.cache.TreeCacheMBean
 
_remove(GlobalTransaction, Fqn, boolean) - Method in class org.jboss.cache.TreeCache
 
_remove(GlobalTransaction, Fqn, boolean, boolean) - Method in class org.jboss.cache.TreeCache
 
_remove(GlobalTransaction, Fqn, boolean, boolean, boolean) - Method in class org.jboss.cache.TreeCache
Remove a node
_remove(GlobalTransaction, Fqn, Object, boolean) - Method in interface org.jboss.cache.TreeCacheMBean
 
_remove(GlobalTransaction, Fqn, Object, boolean) - Method in class org.jboss.cache.TreeCache
 
_remove(GlobalTransaction, String, boolean) - Method in interface org.jboss.cache.TreeCacheMBean
 
_remove(GlobalTransaction, String, boolean) - Method in class org.jboss.cache.TreeCache
 
_remove(GlobalTransaction, String, Object, boolean) - Method in interface org.jboss.cache.TreeCacheMBean
 
_remove(GlobalTransaction, String, Object, boolean) - Method in class org.jboss.cache.TreeCache
 
_removeData(GlobalTransaction, Fqn, boolean) - Method in class org.jboss.cache.TreeCache
 
_removeData(GlobalTransaction, Fqn, boolean, boolean) - Method in class org.jboss.cache.TreeCache
 
_removeData(GlobalTransaction, Fqn, boolean, boolean, boolean) - Method in class org.jboss.cache.TreeCache
 
_removeData(GlobalTransaction, String, boolean) - Method in class org.jboss.cache.TreeCache
 
_removeObject(Fqn, boolean) - Method in class org.jboss.cache.aop.TreeCacheAop
 
_removeObject(Fqn, boolean, boolean) - Method in class org.jboss.cache.aop.TreeCacheAopDelegate
Note that caller of this method will take care of synchronization within the fqn sub-tree.
_replicate(List) - Method in class org.jboss.cache.TreeCache
 
_replicate(MethodCall) - Method in class org.jboss.cache.TreeCache
Invoked by the ReplicationInterceptor of other nodes in the cluster, to replicate their changes across the cluster.

A B C D E F G H I J K L M N O P R S T U V W _

Copyright © 1998-2005 JBoss Inc . All Rights Reserved.