当前页面:
在线文档首页 >
JBoss 3.2.7 Cache API Documentation 英文版文档
Index (JBoss Cache API) - JBoss 3.2.7 Cache API Documentation 英文版文档
A B C D E F G H I J K L M N O P R S T U V W _
A
- ADD_EVENT -
Static variable in class org.jboss.cache.eviction.EvictedEventNode
-
- acquire(Object, long, int) -
Method in class org.jboss.cache.Node
- Acquire a node object by locking it first.
- acquire() -
Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade.ReaderLock
-
- acquire() -
Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade.WriterLock
-
- acquireAll(Object, long, int) -
Method in class org.jboss.cache.Node
- Acquires locks for the entire subtree
- 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.
- activeReaders_ -
Variable in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
-
- activeWriter_ -
Variable in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
-
- add(List) -
Method in class org.jboss.cache.Fqn
-
- add(MethodCall) -
Method in class org.jboss.cache.ReplicationQueue
-
- addChildMethodLocal -
Static variable in class org.jboss.cache.TreeCache
-
- addFqn(String) -
Method in class org.jboss.cache.Fqn
- Constructs an Fqn out of a string such as "/a/b/c"
- addLock(IdentityLock) -
Method in class org.jboss.cache.TransactionEntry
-
- addLock(GlobalTransaction, IdentityLock) -
Method in class org.jboss.cache.TransactionTable
-
- addModification(MethodCall) -
Method in class org.jboss.cache.TransactionEntry
-
- addModification(GlobalTransaction, MethodCall) -
Method in class org.jboss.cache.TransactionTable
-
- addNode(Fqn) -
Method in class org.jboss.cache.TransactionEntry
-
- addNode(GlobalTransaction, Fqn) -
Method in class org.jboss.cache.TransactionTable
-
- addNode(GlobalTransaction, Fqn) -
Method in class org.jboss.cache.TreeCache
-
- 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 class org.jboss.cache.TreeCache
-
- addTreeCacheListener(TreeCacheListener) -
Method in interface org.jboss.cache.TreeCacheMBean
-
- addUndoOperation(MethodCall) -
Method in class org.jboss.cache.TransactionEntry
-
- addUndoOperation(GlobalTransaction, MethodCall) -
Method in class org.jboss.cache.TransactionTable
-
- addWriter(Object) -
Method in class org.jboss.cache.lock.LockMap
- Adding a writer owner.
- 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 *
- attempt(long) -
Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade.ReaderLock
-
- attempt(long) -
Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade.WriterLock
-
B
- BaseEvictionPolicy - class org.jboss.cache.eviction.BaseEvictionPolicy.
- Base class implementation of EvictionPolicy.
- BaseEvictionPolicy() -
Constructor for class org.jboss.cache.eviction.BaseEvictionPolicy
-
- 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
-
- begin() -
Method in class org.jboss.cache.transaction.DummyTransactionManager
- Starts a new transaction, and associate it with the calling thread.
- begin() -
Method in class org.jboss.cache.transaction.DummyUserTransaction
- Starts a new transaction, and associate it with the calling thread.
- 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
C
- CAPACITY -
Static variable in class org.jboss.cache.eviction.RegionManager
-
- 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
-
- CacheListener - interface org.jboss.cache.CacheListener.
- Cache notification interface.
- 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
-
- 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
-
- 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.
- 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
-
- cacheStarted(TreeCache) -
Method in class org.jboss.cache.ConsoleListener
-
- cacheStarted(TreeCache) -
Method in interface org.jboss.cache.TreeCacheListener
- Called when the cache is started.
- cacheStarted(TreeCache) -
Method in class org.jboss.cache.TreeCacheView.MyListener
-
- cacheStarted(TreeCache) -
Method in class org.jboss.cache.eviction.LRUPolicy
-
- cacheStarted(TreeCache) -
Method in class org.jboss.cache.loader.SharedStoreCacheLoader
-
- cacheStopped(TreeCache) -
Method in class org.jboss.cache.ConsoleListener
-
- cacheStopped(TreeCache) -
Method in interface org.jboss.cache.TreeCacheListener
- Called when the cache is stopped.
- cacheStopped(TreeCache) -
Method in class org.jboss.cache.TreeCacheView.MyListener
-
- cacheStopped(TreeCache) -
Method in class org.jboss.cache.eviction.LRUPolicy
-
- cacheStopped(TreeCache) -
Method in class org.jboss.cache.loader.SharedStoreCacheLoader
-
- 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_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_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
-
- callRemoteMethods(Vector, MethodCall, boolean, boolean, long) -
Method in class org.jboss.cache.TreeCache
-
- callRemoteMethods(Vector, Method, Object[], boolean, boolean, long) -
Method in class org.jboss.cache.TreeCache
-
- callRemoteMethods(Vector, String, Class[], Object[], 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, String, Class[], Object[], boolean, boolean, long) -
Method in interface org.jboss.cache.TreeCacheMBean
-
- cancelledWaitingReader() -
Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
-
- cancelledWaitingWriter() -
Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
-
- changeLock() -
Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
-
- channel -
Variable in class org.jboss.cache.TreeCache
-
- checkConflict(String) -
Method in class org.jboss.cache.eviction.RegionManager
- Check for conflict in the current regions.
- childExists(Object) -
Method in class org.jboss.cache.Node
-
- clear() -
Method in class org.jboss.cache.Node
-
- clone() -
Method in class org.jboss.cache.Fqn
-
- clone() -
Method in class org.jboss.cache.Node
-
- 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
-
- commit(GlobalTransaction) -
Method in class org.jboss.cache.TreeCache
-
- commit(Object) -
Method in interface org.jboss.cache.loader.CacheLoader
- Commit the transaction.
- commit(Object) -
Method in class org.jboss.cache.loader.DelegatingCacheLoader
-
- commit(Object) -
Method in class org.jboss.cache.loader.FileCacheLoader
-
- commit(Object) -
Method in class org.jboss.cache.loader.JDBCCacheLoader
- Commits a transaction.
- commit(Object) -
Method in class org.jboss.cache.loader.SharedStoreCacheLoader
-
- 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.
- commit() -
Method in class org.jboss.cache.transaction.DummyTransaction
- Attempt to commit this transaction.
- commit() -
Method in class org.jboss.cache.transaction.DummyTransactionManager
- Commit the transaction associated with the calling thread.
- commit() -
Method in class org.jboss.cache.transaction.DummyUserTransaction
- Attempt to commit this transaction.
- commitMethod -
Static variable in class org.jboss.cache.TreeCache
-
- compareTo(Object) -
Method in class org.jboss.cache.GlobalTransaction
-
- compareTo(byte[]) -
Static method in class org.jboss.cache.Version
-
- 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, String) -
Method in class org.jboss.cache.PropertyConfigurator
- Configure the object based on the config xml file.
- configure(Object, InputStream) -
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.BaseEvictionPolicy
-
- 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.LRUPolicy
-
- containsKey(Object) -
Method in class org.jboss.cache.Node
-
- contentsCleared() -
Method in interface org.jboss.cache.CacheListener
- Called after the entire contents of the map have been deleted
- contentsInitialized(Map) -
Method in interface org.jboss.cache.CacheListener
- Called after the entire contents of the map have been set.
- coordinator -
Variable in class org.jboss.cache.TreeCache
- Am I the coordinator ?
- create(Address) -
Static method in class org.jboss.cache.GlobalTransaction
-
- create() -
Method in class org.jboss.cache.TreeCacheView
-
- create() -
Method in interface org.jboss.cache.TreeCacheViewMBean
-
- create() -
Method in class org.jboss.cache.loader.DelegatingCacheLoader
-
- create() -
Method in class org.jboss.cache.loader.FileCacheLoader
-
- create() -
Method in class org.jboss.cache.loader.JDBCCacheLoader
-
- create() -
Method in class org.jboss.cache.loader.SharedStoreCacheLoader
-
- create() -
Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
- Does nothing since start() does all the work.
- 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, Node) -
Method in class org.jboss.cache.Node
-
- createChild(Object, Fqn, Node, Map) -
Method in class org.jboss.cache.Node
-
- createChild(Object, Fqn, Node, Object, Object) -
Method in class org.jboss.cache.Node
-
- createInterceptorChain() -
Method in class org.jboss.cache.TreeCache
- Assembles the interceptor stack.
- createRegion(String, EvictionAlgorithm) -
Method in class org.jboss.cache.eviction.RegionManager
- Create a region based on fqn.
- createService() -
Method in class org.jboss.cache.TreeCache
-
- createService() -
Method in interface org.jboss.cache.TreeCacheMBean
-
- 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.
- cvs -
Static variable in class org.jboss.cache.Version
-
D
- DATA -
Static variable in class org.jboss.cache.loader.FileCacheLoader
-
- DIR_SUFFIX -
Static variable in class org.jboss.cache.loader.FileCacheLoader
-
- 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
-
- DelegatingCacheLoader - class org.jboss.cache.loader.DelegatingCacheLoader.
- CacheLoader implementation which delegates to another TreeCache.
- DelegatingCacheLoader(TreeCache) -
Constructor for class org.jboss.cache.loader.DelegatingCacheLoader
-
- 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(DummyTransactionManager) -
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
-
- 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 class org.jboss.cache.TreeCacheView
-
- destroy() -
Method in interface org.jboss.cache.TreeCacheViewMBean
-
- destroy() -
Method in class org.jboss.cache.loader.DelegatingCacheLoader
-
- destroy() -
Method in class org.jboss.cache.loader.FileCacheLoader
-
- destroy() -
Method in class org.jboss.cache.loader.JDBCCacheLoader
-
- destroy() -
Method in class org.jboss.cache.loader.SharedStoreCacheLoader
-
- 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
-
- destroyService() -
Method in class org.jboss.cache.TreeCache
-
- destroyService() -
Method in interface org.jboss.cache.TreeCacheMBean
-
- 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.
- determineCoordinator() -
Method in class org.jboss.cache.TreeCache
-
- dirty_reads_allowed -
Variable in class org.jboss.cache.lock.LockManagerImpl
-
- disp -
Variable in class org.jboss.cache.TreeCache
-
- dummy_ -
Static variable in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
-
- dumpTransactionTable() -
Method in class org.jboss.cache.TreeCache
- Dumps the contents of the TransactionTable
- dumpTransactionTable() -
Method in interface org.jboss.cache.TreeCacheMBean
- Dumps the contents of the TransactionTable
E
- ElementPropertyEditor - class org.jboss.cache.ElementPropertyEditor.
-
- ElementPropertyEditor() -
Constructor for class org.jboss.cache.ElementPropertyEditor
-
- 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
-
- 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.
- 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
-
- endRead() -
Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
- Called upon termination of a read.
- 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.
- entryRemoved(Object, Object) -
Method in interface org.jboss.cache.CacheListener
- Called after an entry has been removed.
- entrySet(Object, Object, Object) -
Method in interface org.jboss.cache.CacheListener
- Called after an entry has been set.
- equals(Object) -
Method in class org.jboss.cache.Fqn
-
- equals(Object) -
Method in class org.jboss.cache.GlobalTransaction
-
- evict(Fqn) -
Method in class org.jboss.cache.TreeCache
- Called by eviction policy provider.
- evict(Fqn, Object) -
Method in class org.jboss.cache.TreeCache
- Evicts a key/value pair from a node's attributes.
- evict(Fqn) -
Method in interface org.jboss.cache.TreeCacheMBean
- Called by eviction policy provider.
- evict(Fqn, Object) -
Method in interface org.jboss.cache.TreeCacheMBean
- Evicts a key/value pair from a node's attributes.
- evict(Fqn) -
Method in class org.jboss.cache.eviction.BaseEvictionPolicy
-
- 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.LRUAlgorithm
-
- evictConfig_ -
Variable in class org.jboss.cache.TreeCache
- Eviction policy configuration in xml Element
- evictKeyValueMethodLocal -
Static variable in class org.jboss.cache.TreeCache
-
- evictNodeMethodLocal -
Static variable in class org.jboss.cache.TreeCache
-
- evictionQueueSize() -
Method in class org.jboss.cache.eviction.LRUAlgorithm
-
- eviction_policy_class -
Variable in class org.jboss.cache.TreeCache
-
- eviction_policy_provider -
Variable in class org.jboss.cache.TreeCache
-
- exists(String) -
Method in class org.jboss.cache.TreeCache
- 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(String, Object) -
Method in class org.jboss.cache.TreeCache
-
- 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(Fqn) -
Method in interface org.jboss.cache.TreeCacheMBean
- Checks whether a given node exists in the tree.
- exists(String, Object) -
Method in interface org.jboss.cache.TreeCacheMBean
-
- exists(Fqn, Object) -
Method in interface org.jboss.cache.TreeCacheMBean
- Checks whether a given key exists in the given node.
- 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.DelegatingCacheLoader
-
- exists(Fqn) -
Method in class org.jboss.cache.loader.FileCacheLoader
-
- 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.SharedStoreCacheLoader
-
- exists(Fqn) -
Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
- Returns whether the given node exists.
F
- 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
-
- Fqn - class org.jboss.cache.Fqn.
- Fully qualified name.
- Fqn() -
Constructor for class org.jboss.cache.Fqn
-
- Fqn(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(Fqn, Object) -
Constructor for class org.jboss.cache.Fqn
-
- Fqn(Fqn, Fqn) -
Constructor for class org.jboss.cache.Fqn
-
- fetchState(long) -
Method in class org.jboss.cache.TreeCache
- Fetch the group state from the current coordinator.
- fetchState(long) -
Method in interface org.jboss.cache.TreeCacheMBean
- Fetch the group state from the current coordinator.
- fetchStateOnStartup() -
Method in class org.jboss.cache.TreeCache
-
- fetch_state_on_startup -
Variable in class org.jboss.cache.TreeCache
-
- flush() -
Method in class org.jboss.cache.ReplicationQueue
-
- fromString(String) -
Static method in class org.jboss.cache.Fqn
-
G
- GenericTransactionManagerLookup - class org.jboss.cache.GenericTransactionManagerLookup.
- A generic class that chooses the best-fit TransactionManager.
- GenericTransactionManagerLookup() -
Constructor for class org.jboss.cache.GenericTransactionManagerLookup
-
- 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
-
- get(int) -
Method in class org.jboss.cache.Fqn
-
- get(Object) -
Method in class org.jboss.cache.Node
-
- get(Transaction) -
Method in class org.jboss.cache.TransactionTable
-
- get(GlobalTransaction) -
Method in class org.jboss.cache.TransactionTable
-
- get(String) -
Method in class org.jboss.cache.TreeCache
-
- get(Fqn) -
Method in class org.jboss.cache.TreeCache
-
- 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(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, boolean) -
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(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 interface org.jboss.cache.loader.CacheLoader
- Returns the value for a given key.
- 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, Object) -
Method in class org.jboss.cache.loader.DelegatingCacheLoader
-
- get(Fqn) -
Method in class org.jboss.cache.loader.DelegatingCacheLoader
-
- get(Fqn, Object) -
Method in class org.jboss.cache.loader.FileCacheLoader
-
- get(Fqn) -
Method in class org.jboss.cache.loader.FileCacheLoader
-
- get(Fqn, Object) -
Method in class org.jboss.cache.loader.JDBCCacheLoader
- Loads an attribute from the database.
- get(Fqn) -
Method in class org.jboss.cache.loader.JDBCCacheLoader
- Returns a map representing a node.
- get(Fqn, Object) -
Method in class org.jboss.cache.loader.SharedStoreCacheLoader
-
- get(Fqn) -
Method in class org.jboss.cache.loader.SharedStoreCacheLoader
-
- 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, 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.
- getAddress() -
Method in class org.jboss.cache.GlobalTransaction
-
- getCacheData(Fqn, Object) -
Method in class org.jboss.cache.eviction.BaseEvictionPolicy
-
- getCacheData(Fqn, Object) -
Method in interface org.jboss.cache.eviction.EvictionPolicy
-
- getCacheLoader() -
Method in class org.jboss.cache.TreeCache
-
- getCacheLoader() -
Method in interface org.jboss.cache.TreeCacheMBean
-
- getCacheLoaderClass() -
Method in class org.jboss.cache.TreeCache
-
- getCacheLoaderClass() -
Method in interface org.jboss.cache.TreeCacheMBean
-
- getCacheLoaderConfig() -
Method in class org.jboss.cache.TreeCache
-
- getCacheLoaderConfig() -
Method in interface org.jboss.cache.TreeCacheMBean
-
- getCacheLoaderFetchPersistentState() -
Method in class org.jboss.cache.TreeCache
-
- getCacheLoaderFetchPersistentState() -
Method in interface org.jboss.cache.TreeCacheMBean
-
- getCacheLoaderFetchTransientState() -
Method in class org.jboss.cache.TreeCache
-
- getCacheLoaderFetchTransientState() -
Method in interface org.jboss.cache.TreeCacheMBean
-
- getCacheLoaderPreload() -
Method in class org.jboss.cache.TreeCache
-
- getCacheLoaderPreload() -
Method in interface org.jboss.cache.TreeCacheMBean
-
- getCacheLoaderShared() -
Method in class org.jboss.cache.TreeCache
-
- getCacheLoaderShared() -
Method in interface org.jboss.cache.TreeCacheMBean
-
- getCacheMode() -
Method in class org.jboss.cache.TreeCache
- Returns the current caching mode.
- getCacheMode() -
Method in interface org.jboss.cache.TreeCacheMBean
- Returns the current caching mode.
- getCacheModeInternal() -
Method in class org.jboss.cache.TreeCache
-
- getCacheService() -
Method in class org.jboss.cache.TreeCacheView
-
- getCacheService() -
Method in interface org.jboss.cache.TreeCacheViewMBean
-
- getChild(Object) -
Method in class org.jboss.cache.Node
-
- getChildren() -
Method in class org.jboss.cache.Node
-
- getChildrenNames(String) -
Method in class org.jboss.cache.TreeCache
- Returns all children of a given node
- getChildrenNames(Fqn) -
Method in class org.jboss.cache.TreeCache
- Returns all children of a given node
- getChildrenNames(String) -
Method in interface org.jboss.cache.TreeCacheMBean
- Returns all children of a given node
- getChildrenNames(Fqn) -
Method in interface org.jboss.cache.TreeCacheMBean
- Returns all children of a given node
- getChildrenNames(Fqn) -
Method in class org.jboss.cache.eviction.BaseEvictionPolicy
-
- getChildrenNames(Fqn) -
Method in interface org.jboss.cache.eviction.EvictionPolicy
- Return children names as Objects
- 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.DelegatingCacheLoader
-
- getChildrenNames(Fqn) -
Method in class org.jboss.cache.loader.FileCacheLoader
-
- 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.SharedStoreCacheLoader
-
- 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.
- getChildrenNamesMethodLocal -
Static variable in class org.jboss.cache.TreeCache
-
- getClusterName() -
Method in class org.jboss.cache.TreeCache
- Get the name of the replication group
- getClusterName() -
Method in interface org.jboss.cache.TreeCacheMBean
- Get the name of the replication group
- getClusterProperties() -
Method in class org.jboss.cache.TreeCache
- Get the cluster properties (e.g.
- getClusterProperties() -
Method in interface org.jboss.cache.TreeCacheMBean
- Get the cluster properties (e.g.
- 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
-
- getData() -
Method in class org.jboss.cache.Modification
-
- getData() -
Method in class org.jboss.cache.Node
-
- getDataKeys() -
Method in class org.jboss.cache.Node
-
- getDefaultProperties() -
Method in class org.jboss.cache.TreeCache
-
- getDirtyReadsAllowed() -
Method in interface org.jboss.cache.lock.LockManager
- Can we read values changed in another (uncommitted) transaction ?
If true we can have read-locks; otherwise only write-locks will be acquired
- getDirtyReadsAllowed() -
Method in class org.jboss.cache.lock.LockManagerImpl
-
- 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.FIFOPolicy
-
- getEvictionAlgorithm() -
Method in class org.jboss.cache.eviction.LRUPolicy
-
- getEvictionAlgorithm() -
Method in class org.jboss.cache.eviction.Region
-
- getEvictionPolicy() -
Method in class org.jboss.cache.eviction.Region
-
- getEvictionPolicyClass() -
Method in class org.jboss.cache.TreeCache
- Returns the name of the cache eviction policy (must be an implementation of EvictionPolicy)
- getEvictionPolicyClass() -
Method in interface org.jboss.cache.TreeCacheMBean
- 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 class org.jboss.cache.TreeCache
- Obtain eviction thread (if any) wake up interval in seconds
- getEvictionThreadWakeupIntervalSeconds() -
Method in interface org.jboss.cache.TreeCacheMBean
- Obtain eviction thread (if any) wake up interval in seconds
- getFetchStateOnStartup() -
Method in class org.jboss.cache.TreeCache
-
- getFetchStateOnStartup() -
Method in interface org.jboss.cache.TreeCacheMBean
-
- getFqn() -
Method in class org.jboss.cache.Modification
-
- getFqn() -
Method in class org.jboss.cache.Node
-
- getFqn() -
Method in class org.jboss.cache.eviction.EvictedEventNode
-
- getFqn() -
Method in class org.jboss.cache.eviction.Region
-
- getFqn() -
Method in class org.jboss.cache.lock.IdentityLock
-
- getFqnChild(int) -
Method in class org.jboss.cache.Fqn
- Obtain a child Fqn from a sub-index.
- getId() -
Method in class org.jboss.cache.GlobalTransaction
-
- getImmutableLock() -
Method in class org.jboss.cache.Node
-
- getInitialContext(Hashtable) -
Method in class org.jboss.cache.transaction.DummyContextFactory
- Creates an Initial Context for beginning name resolution.
- getInitialStateRetrievalTimeout() -
Method in class org.jboss.cache.TreeCache
- Get the max time to wait until the initial state is retrieved.
- getInitialStateRetrievalTimeout() -
Method in interface org.jboss.cache.TreeCacheMBean
- Get the max time to wait until the initial state is retrieved.
- getInstance() -
Method in class org.jboss.cache.TreeCache
-
- getInstance() -
Method in interface org.jboss.cache.TreeCacheMBean
-
- getInstance(Transaction) -
Static method in class org.jboss.cache.interceptors.OrderedSynchronizationHandler
- Creates a new instance of OrderedSynchronizationHandler, or fetches an existing instance.
- getInstance() -
Static method in class org.jboss.cache.transaction.DummyTransactionManager
-
- getInterceptorChain() -
Method in class org.jboss.cache.TreeCache
-
- getInterceptorChain() -
Method in interface org.jboss.cache.TreeCacheMBean
-
- getInterceptors() -
Method in class org.jboss.cache.TreeCache
-
- getInterceptors() -
Method in interface org.jboss.cache.TreeCacheMBean
-
- getInterval() -
Method in class org.jboss.cache.ReplicationQueue
-
- getIsolationLevel() -
Method in class org.jboss.cache.TreeCache
- Returns the transaction isolation level.
- getIsolationLevel() -
Method in interface org.jboss.cache.TreeCacheMBean
- Returns the transaction isolation level.
- getIsolationLevelClass() -
Method in class org.jboss.cache.TreeCache
-
- getJndiName() -
Method in class org.jboss.cache.TreeCache
-
- getJndiName() -
Method in interface org.jboss.cache.TreeCacheMBean
-
- getKey() -
Method in class org.jboss.cache.Modification
-
- getKeyValueMethodLocal -
Static variable in class org.jboss.cache.TreeCache
-
- getKeys(String) -
Method in class org.jboss.cache.TreeCache
-
- getKeys(Fqn) -
Method in class org.jboss.cache.TreeCache
-
- getKeys(String) -
Method in interface org.jboss.cache.TreeCacheMBean
-
- getKeys(Fqn) -
Method in interface org.jboss.cache.TreeCacheMBean
-
- getKeysMethodLocal -
Static variable in class org.jboss.cache.TreeCache
-
- getLength() -
Static method in class org.jboss.cache.Version
-
- getLocalAddress() -
Method in class org.jboss.cache.TreeCache
-
- getLocalAddress() -
Method in interface org.jboss.cache.TreeCacheMBean
-
- getLocalTransaction() -
Method in class org.jboss.cache.TreeCache
- Returns the transaction associated with the current thread.
- getLocalTransactions(GlobalTransaction) -
Method in class org.jboss.cache.TransactionTable
- Returns the Transactions associated with a GlobalTransaction.
- getLockAcquisitionTimeout() -
Method in class org.jboss.cache.TreeCache
- Default max time to wait for a lock.
- getLockAcquisitionTimeout() -
Method in interface org.jboss.cache.TreeCacheMBean
- Default max time to wait for a lock.
- getLockStrategy() -
Static method in class org.jboss.cache.lock.LockStrategyFactory
-
- getLockStrategy(IsolationLevel) -
Static method in class org.jboss.cache.lock.LockStrategyFactory
-
- getLocks() -
Method in class org.jboss.cache.TransactionEntry
-
- getMBeanElement(Element) -
Method in class org.jboss.cache.PropertyConfigurator
-
- getMaxNodes() -
Method in class org.jboss.cache.eviction.Region
-
- getMax_elements() -
Method in class org.jboss.cache.ReplicationQueue
-
- getMembers() -
Method in class org.jboss.cache.TreeCache
-
- getMembers() -
Method in interface org.jboss.cache.TreeCacheMBean
-
- getMessageListener() -
Method in class org.jboss.cache.TreeCache
-
- getModifications() -
Method in class org.jboss.cache.TransactionEntry
-
- getName() -
Method in class org.jboss.cache.Node
-
- 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.
- getNext() -
Method in class org.jboss.cache.interceptors.Interceptor
-
- getNodeMethodLocal -
Static variable in class org.jboss.cache.TreeCache
-
- getNodes() -
Method in class org.jboss.cache.TransactionEntry
-
- getNumGlobalTransactions() -
Method in class org.jboss.cache.TransactionTable
-
- getNumLocalTransactions() -
Method in class org.jboss.cache.TransactionTable
-
- getNumberOfAttributes() -
Method in class org.jboss.cache.TreeCache
- Returns an approximation of the total number of attributes in the tree.
- getNumberOfAttributes() -
Method in interface org.jboss.cache.TreeCacheMBean
- Returns an approximation of the total number of attributes in the tree.
- getNumberOfLocksHeld() -
Method in class org.jboss.cache.TreeCache
- Gets the number of read or write locks held across the entire tree
- getNumberOfLocksHeld() -
Method in interface org.jboss.cache.TreeCacheMBean
- Gets the number of read or write locks held across the entire tree
- getNumberOfNodes() -
Method in class org.jboss.cache.TreeCache
- Returns an approximation of the total number of nodes in the tree.
- getNumberOfNodes() -
Method in interface org.jboss.cache.TreeCacheMBean
- Returns an approximation of the total number of nodes in the tree.
- getOldData() -
Method in class org.jboss.cache.Modification
-
- getOldValue() -
Method in class org.jboss.cache.Modification
-
- getParent() -
Method in class org.jboss.cache.Node
-
- getReadLock(TreeCache, String, long) -
Method in interface org.jboss.cache.lock.LockManager
- Acquires a read lock.
- getReadLock(TreeCache, String, long) -
Method in class org.jboss.cache.lock.LockManagerImpl
-
- 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
-
- getRegions() -
Method in class org.jboss.cache.eviction.BaseEvictionPolicy
- EvictionPolicy interface implementation
- getRegions() -
Method in interface org.jboss.cache.eviction.EvictionPolicy
- Return all regions declared.
- getRegions() -
Method in class org.jboss.cache.eviction.RegionManager
-
- getReplQueue() -
Method in class org.jboss.cache.TreeCache
-
- getReplQueueInterval() -
Method in class org.jboss.cache.TreeCache
-
- getReplQueueInterval() -
Method in interface org.jboss.cache.TreeCacheMBean
-
- getReplQueueMaxElements() -
Method in class org.jboss.cache.TreeCache
-
- getReplQueueMaxElements() -
Method in interface org.jboss.cache.TreeCacheMBean
-
- getReplicationHandler() -
Method in class org.jboss.cache.TreeCache
-
- getRoot() -
Method in class org.jboss.cache.TreeCache
- Used by interceptors.
- getStatus() -
Method in class org.jboss.cache.transaction.DummyTransaction
- Get the status of the transaction.
- getStatus() -
Method in class org.jboss.cache.transaction.DummyTransactionManager
- Get the status of the transaction associated with the calling thread.
- getStatus() -
Method in class org.jboss.cache.transaction.DummyUserTransaction
- Get the status of the transaction.
- getSyncCommitPhase() -
Method in class org.jboss.cache.TreeCache
-
- getSyncCommitPhase() -
Method in interface org.jboss.cache.TreeCacheMBean
-
- getSyncReplTimeout() -
Method in class org.jboss.cache.TreeCache
- Returns the default max timeout after which synchronous replication calls return.
- getSyncReplTimeout() -
Method in interface org.jboss.cache.TreeCacheMBean
- Returns the default max timeout after which synchronous replication calls return.
- getSyncRollbackPhase() -
Method in class org.jboss.cache.TreeCache
-
- getSyncRollbackPhase() -
Method in interface org.jboss.cache.TreeCacheMBean
-
- getTimeToLiveSeconds() -
Method in class org.jboss.cache.eviction.Region
-
- getTransaction() -
Method in class org.jboss.cache.transaction.DummyTransactionManager
- Get the transaction associated with the calling thread.
- getTransactionManager() -
Method in class org.jboss.cache.DummyTransactionManagerLookup
-
- getTransactionManager() -
Method in class org.jboss.cache.GenericTransactionManagerLookup
- Get the systemwide used TransactionManager
- getTransactionManager() -
Method in class org.jboss.cache.JBossTransactionManagerLookup
-
- getTransactionManager() -
Method in interface org.jboss.cache.TransactionManagerLookup
-
- getTransactionManager() -
Method in class org.jboss.cache.TreeCache
-
- getTransactionManager() -
Method in interface org.jboss.cache.TreeCacheMBean
-
- getTransactionManagerLookupClass() -
Method in class org.jboss.cache.TreeCache
-
- getTransactionManagerLookupClass() -
Method in interface org.jboss.cache.TreeCacheMBean
-
- getTransactionTable() -
Method in class org.jboss.cache.TreeCache
-
- getTransactions() -
Method in class org.jboss.cache.TransactionEntry
- Returns a list of local transactions associated with this TransactionEntry
- getType() -
Method in class org.jboss.cache.Modification
-
- getUndoOperations() -
Method in class org.jboss.cache.TransactionEntry
-
- getUseReplQueue() -
Method in class org.jboss.cache.TreeCache
-
- getUseReplQueue() -
Method in interface org.jboss.cache.TreeCacheMBean
-
- getValue() -
Method in class org.jboss.cache.Modification
-
- getWakeupIntervalSeconds() -
Method in class org.jboss.cache.eviction.BaseEvictionPolicy
-
- 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.LRUPolicy
-
- getWriteLock(TreeCache, String, long) -
Method in interface org.jboss.cache.lock.LockManager
- Acquires a write-lock.
- getWriteLock(TreeCache, String, long) -
Method in class org.jboss.cache.lock.LockManagerImpl
-
- getWriterOwner() -
Method in class org.jboss.cache.lock.IdentityLock
- Return the writer lock owner object.
H
- hasChild() -
Method in class org.jboss.cache.Node
- Deprecated. Use
Node.hasChildren()
instead
- hasChild(Fqn) -
Method in class org.jboss.cache.TreeCache
-
- hasChild(Fqn) -
Method in class org.jboss.cache.eviction.BaseEvictionPolicy
-
- hasChild(Fqn) -
Method in interface org.jboss.cache.eviction.EvictionPolicy
- Is this a leaf node?
- hasChildren() -
Method in class org.jboss.cache.Node
-
- hasRegion(String) -
Method in class org.jboss.cache.eviction.RegionManager
-
- hashCode() -
Method in class org.jboss.cache.Fqn
-
- hashCode() -
Method in class org.jboss.cache.GlobalTransaction
-
- head_ -
Variable in class org.jboss.cache.eviction.LRUAlgorithm
-
I
- INDENT -
Static variable in class org.jboss.cache.Node
-
- 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
-
- Interceptor - class org.jboss.cache.interceptors.Interceptor.
- Class representing an interceptor.
- Interceptor() -
Constructor for class org.jboss.cache.interceptors.Interceptor
-
- IsolationLevel - class org.jboss.cache.lock.IsolationLevel.
-
- init(Object, Fqn, Node, TreeCache) -
Method in class org.jboss.cache.Node
-
- init() -
Method in class org.jboss.cache.Node
-
- interceptor_chain -
Variable in class org.jboss.cache.TreeCache
TreeCache.invokeMethod(MethodCall)
will dispatch to this chain of interceptors.
- 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.CacheStoreInterceptor
- Pass the method on.
- invoke(MethodCall) -
Method in class org.jboss.cache.interceptors.CallInterceptor
-
- invoke(MethodCall) -
Method in class org.jboss.cache.interceptors.CreateIfNotExistsInterceptor
-
- invoke(MethodCall) -
Method in class org.jboss.cache.interceptors.Interceptor
-
- invoke(MethodCall) -
Method in class org.jboss.cache.interceptors.LockInterceptor
-
- invoke(MethodCall) -
Method in class org.jboss.cache.interceptors.ReplicationInterceptor
-
- invokeMethod(MethodCall) -
Method in class org.jboss.cache.TreeCache
- Invokes a method against this object.
- isChildOf(Fqn) -
Method in class org.jboss.cache.Fqn
- Check if current fqn is child of parentFqn
- isCoordinator() -
Method in class org.jboss.cache.TreeCache
-
- isCoordinator() -
Method in interface org.jboss.cache.TreeCacheMBean
-
- isCrudMethod(Method) -
Static method in class org.jboss.cache.TreeCache
-
- isLocked() -
Method in class org.jboss.cache.lock.IdentityLock
- Check if there is a read or write lock
- 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.
- isReadLocked() -
Method in class org.jboss.cache.lock.IdentityLock
- Check if there is a read lock.
- isStateSet -
Variable in class org.jboss.cache.TreeCache
-
- isWriteLocked() -
Method in class org.jboss.cache.lock.IdentityLock
- Check if there is a write lock.
- isolationLevel -
Variable in class org.jboss.cache.TreeCache
-
J
- 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
-
- jndi_name -
Variable in class org.jboss.cache.TreeCache
-
K
- KeyNotExistsException - exception org.jboss.cache.KeyNotExistsException.
- A key in the cache does not exist, but we tried to access it.
- KeyNotExistsException() -
Constructor for class org.jboss.cache.KeyNotExistsException
- Constructor for KeyNotExistsException.
- KeyNotExistsException(String) -
Constructor for class org.jboss.cache.KeyNotExistsException
- Constructor for KeyNotExistsException.
L
- LOCAL -
Static variable in class org.jboss.cache.TreeCache
- Entries in the cache are by default local; ie.
- LOCK_TYPE_READ -
Static variable in class org.jboss.cache.Node
- Declare locking type with the intention to read or write data
- LOCK_TYPE_WRITE -
Static variable in class org.jboss.cache.Node
-
- 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
-
- LockInterceptor - class org.jboss.cache.interceptors.LockInterceptor.
- Handles locking.
- LockInterceptor() -
Constructor for class org.jboss.cache.interceptors.LockInterceptor
-
- LockManager - interface org.jboss.cache.lock.LockManager.
- Interface for acquising and releasing locks on nodes of the cache.
- LockManagerImpl - class org.jboss.cache.lock.LockManagerImpl.
-
- LockManagerImpl() -
Constructor for class org.jboss.cache.lock.LockManagerImpl
-
- LockMap - class org.jboss.cache.lock.LockMap.
- Provide lock ownership mapping.
- LockMap() -
Constructor for class org.jboss.cache.lock.LockMap
-
- 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
-
- 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
-
- 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.
- listeners -
Variable in class org.jboss.cache.TreeCache
-
- load(String) -
Method in class org.jboss.cache.TreeCache
- Loads the indicated Fqn, plus all parents recursively from the CacheLoader.
- load(String) -
Method in interface org.jboss.cache.TreeCacheMBean
- Loads the indicated Fqn, plus all parents recursively from the CacheLoader.
- loadDocument(String) -
Method in class org.jboss.cache.PropertyConfigurator
-
- loadDocument(InputStream) -
Method in class org.jboss.cache.PropertyConfigurator
-
- 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.DelegatingCacheLoader
-
- 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.JDBCCacheLoader
- Loads the entire state from the filesystem and returns it as a byte buffer.
- loadEntireState() -
Method in class org.jboss.cache.loader.SharedStoreCacheLoader
-
- loadEntireState() -
Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
- Export the contents of the databases as a byte array.
- loadObject(Fqn) -
Method in interface org.jboss.cache.loader.CacheLoaderAop
- Loads an object from a persistent store.
- lock(Fqn, Object, int, boolean) -
Method in class org.jboss.cache.TreeCache
- Lock a given node (or the entire subtree starting at this node)
- lock_acquisition_timeout -
Variable in class org.jboss.cache.TreeCache
-
- locks -
Variable in class org.jboss.cache.TransactionEntry
- List of locks acquired by the transaction (
IdentityLock
)
- log(String) -
Static method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
-
- log_ -
Variable in class org.jboss.cache.eviction.LRUAlgorithm
-
- log_ -
Variable in class org.jboss.cache.eviction.LRUPolicy
-
- log_ -
Variable in class org.jboss.cache.eviction.Region
-
- log_ -
Static variable in class org.jboss.cache.lock.NonBlockingWriterLock
-
- 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.
M
- Modification - class org.jboss.cache.Modification.
- Represents a modification in the cache.
- Modification() -
Constructor for class org.jboss.cache.Modification
-
- Modification(int, Fqn, Object, Object, Object, Map, Map) -
Constructor for class org.jboss.cache.Modification
-
- Modification(int, Fqn, Object, Object) -
Constructor for class org.jboss.cache.Modification
-
- Modification(int, Fqn, Object) -
Constructor for class org.jboss.cache.Modification
-
- Modification(int, Fqn, Map) -
Constructor for class org.jboss.cache.Modification
-
- Modification(int, Fqn) -
Constructor for class org.jboss.cache.Modification
-
- main(String[]) -
Static method in class org.jboss.cache.ConsoleListener
- The main method.
- main(String[]) -
Static method in class org.jboss.cache.PropertyConfigurator
-
- main(String[]) -
Static method in class org.jboss.cache.TreeCacheView
-
- main(String[]) -
Static method in class org.jboss.cache.TreeCacheView2
-
- main(String[]) -
Static method in class org.jboss.cache.Version
-
- members -
Variable in class org.jboss.cache.TreeCache
-
- ml -
Variable in class org.jboss.cache.TreeCache
-
- modification_list -
Variable in class org.jboss.cache.TransactionEntry
- List of modifications (
MethodCall
).
N
- NONE -
Static variable in class org.jboss.cache.lock.IsolationLevel
-
- Node - class org.jboss.cache.Node.
- Represents a node in the tree.
- Node() -
Constructor for class org.jboss.cache.Node
-
- Node(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
-
- 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.
- Value object used in queue.
- NodeEntry(Fqn) -
Constructor for class org.jboss.cache.eviction.NodeEntry
-
- NodeEntry(String) -
Constructor for class org.jboss.cache.eviction.NodeEntry
-
- 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
-
- 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
-
- nodeAdded(Fqn) -
Method in class org.jboss.cache.eviction.LRUPolicy
- --- Implementation of TreeCacheListener interface ---
- nodeCreated(Fqn) -
Method in class org.jboss.cache.ConsoleListener
-
- nodeCreated(Fqn) -
Method in interface org.jboss.cache.TreeCacheListener
- Called when a node is created
- nodeCreated(Fqn) -
Method in class org.jboss.cache.TreeCacheView.MyListener
-
- nodeCreated(Fqn) -
Method in class org.jboss.cache.eviction.LRUPolicy
-
- nodeCreated(Fqn) -
Method in class org.jboss.cache.loader.SharedStoreCacheLoader
-
- nodeEventQueueSize() -
Method in class org.jboss.cache.eviction.Region
-
- nodeEventQueue_ -
Variable in class org.jboss.cache.eviction.Region
-
- nodeEvicted(Fqn) -
Method in class org.jboss.cache.ConsoleListener
-
- 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.TreeCacheView.MyListener
-
- nodeEvicted(Fqn) -
Method in class org.jboss.cache.eviction.LRUPolicy
-
- nodeEvicted(Fqn) -
Method in class org.jboss.cache.loader.SharedStoreCacheLoader
-
- nodeLoaded(Fqn) -
Method in class org.jboss.cache.ConsoleListener
-
- 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.TreeCacheView.MyListener
-
- nodeLoaded(Fqn) -
Method in class org.jboss.cache.eviction.LRUPolicy
-
- nodeLoaded(Fqn) -
Method in class org.jboss.cache.loader.SharedStoreCacheLoader
-
- nodeMap_ -
Variable in class org.jboss.cache.eviction.LRUAlgorithm
-
- nodeModified(Fqn) -
Method in class org.jboss.cache.ConsoleListener
-
- 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.TreeCacheView.MyListener
-
- nodeModified(Fqn) -
Method in class org.jboss.cache.eviction.FIFOPolicy
-
- nodeModified(Fqn) -
Method in class org.jboss.cache.eviction.LRUPolicy
-
- nodeModified(Fqn) -
Method in class org.jboss.cache.loader.SharedStoreCacheLoader
-
- nodeRemoved(Fqn) -
Method in class org.jboss.cache.ConsoleListener
-
- nodeRemoved(Fqn) -
Method in interface org.jboss.cache.TreeCacheListener
- Called when a node is removed.
- nodeRemoved(Fqn) -
Method in class org.jboss.cache.TreeCacheView.MyListener
-
- 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.loader.SharedStoreCacheLoader
-
- nodeVisited(Fqn) -
Method in class org.jboss.cache.ConsoleListener
-
- 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.TreeCacheView.MyListener
-
- nodeVisited(Fqn) -
Method in class org.jboss.cache.eviction.FIFOPolicy
-
- nodeVisited(Fqn) -
Method in class org.jboss.cache.eviction.LRUPolicy
-
- nodeVisited(Fqn) -
Method in class org.jboss.cache.loader.SharedStoreCacheLoader
-
- nodes -
Variable in class org.jboss.cache.TransactionEntry
- List of nodes created.
- notifyAllNodesCreated(Node) -
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
-
- notifyNodeCreated(Fqn) -
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
-
- notifyNodeRemoved(Fqn) -
Method in class org.jboss.cache.TreeCache
-
- notifyNodeVisisted(Fqn) -
Method in class org.jboss.cache.TreeCache
-
- notifyViewChange(View) -
Method in class org.jboss.cache.TreeCache
-
- numAttributes() -
Method in class org.jboss.cache.Node
-
O
- 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
-
- OrderedSynchronizationHandler - class org.jboss.cache.interceptors.OrderedSynchronizationHandler.
- Maintains a list of Synchronization handlers.
- 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
-
- org.jboss.cache - package org.jboss.cache
-
- org.jboss.cache.eviction - package org.jboss.cache.eviction
-
- 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.lock - package org.jboss.cache.lock
-
- org.jboss.cache.transaction - package org.jboss.cache.transaction
-
P
- 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
-
- PropertyConfigurator - class org.jboss.cache.PropertyConfigurator.
- A generic object property configurator.
- PropertyConfigurator() -
Constructor for class org.jboss.cache.PropertyConfigurator
-
- peek(Fqn, Object) -
Method in class org.jboss.cache.TreeCache
- Like
get()
method but without triggering a node visit event.
- prepare(GlobalTransaction, List, Address, boolean) -
Method in class org.jboss.cache.TreeCache
-
- 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.DelegatingCacheLoader
-
- prepare(Object, List, boolean) -
Method in class org.jboss.cache.loader.FileCacheLoader
-
- 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.SharedStoreCacheLoader
-
- 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
-
- print(StringBuffer, int) -
Method in class org.jboss.cache.Node
-
- print(String) -
Method in class org.jboss.cache.TreeCache
- 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(Fqn) -
Method in interface org.jboss.cache.TreeCacheMBean
- Prints a representation of the node defined by
fqn
.
- printDetails(StringBuffer, int) -
Method in class org.jboss.cache.Node
-
- printDetails() -
Method in class org.jboss.cache.TreeCache
-
- printDetails() -
Method in interface org.jboss.cache.TreeCacheMBean
-
- printIndent(StringBuffer, int) -
Method in class org.jboss.cache.Node
-
- printInfo() -
Method in class org.jboss.cache.lock.LockMap
- Debugging information.
- printLockInfo(StringBuffer, int) -
Method in class org.jboss.cache.Node
-
- printLockInfo() -
Method in class org.jboss.cache.TreeCache
-
- printLockInfo() -
Method in interface org.jboss.cache.TreeCacheMBean
-
- printMethodLocal -
Static variable in class org.jboss.cache.TreeCache
-
- printVersion() -
Static method in class org.jboss.cache.Version
-
- printVersionId(byte[], int) -
Static method in class org.jboss.cache.Version
-
- printVersionId(byte[]) -
Static method in class org.jboss.cache.Version
-
- process(Region) -
Method in interface org.jboss.cache.eviction.EvictionAlgorithm
- Entry point for evictin algorithm.
- 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.
- put(Map, boolean) -
Method in class org.jboss.cache.Node
-
- put(Map) -
Method in class org.jboss.cache.Node
-
- put(Object, Object) -
Method in class org.jboss.cache.Node
-
- put(Transaction, GlobalTransaction) -
Method in class org.jboss.cache.TransactionTable
-
- put(GlobalTransaction, TransactionEntry) -
Method in class org.jboss.cache.TransactionTable
-
- put(String, 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.TreeCache
- Adds a new node to the tree and sets its data.
- put(String, 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.TreeCache
- Adds a key and value to a given node.
- put(String, Map) -
Method in interface org.jboss.cache.TreeCacheMBean
- Adds a new node to the tree and sets its data.
- put(Fqn, Map) -
Method in interface org.jboss.cache.TreeCacheMBean
- 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(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 interface org.jboss.cache.loader.CacheLoader
- Inserts key and value into the attributes hashmap of the given node.
- 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(List) -
Method in interface org.jboss.cache.loader.CacheLoader
- Inserts all modifications to the backend store.
- put(Fqn, Object, Object) -
Method in class org.jboss.cache.loader.DelegatingCacheLoader
-
- put(Fqn, Map) -
Method in class org.jboss.cache.loader.DelegatingCacheLoader
-
- put(Fqn, Map, boolean) -
Method in class org.jboss.cache.loader.DelegatingCacheLoader
-
- put(List) -
Method in class org.jboss.cache.loader.DelegatingCacheLoader
-
- put(Fqn, Object, Object) -
Method in class org.jboss.cache.loader.FileCacheLoader
-
- put(Fqn, Map) -
Method in class org.jboss.cache.loader.FileCacheLoader
-
- put(Fqn, Map, boolean) -
Method in class org.jboss.cache.loader.FileCacheLoader
-
- put(List) -
Method in class org.jboss.cache.loader.FileCacheLoader
-
- put(Fqn, Object, Object) -
Method in class org.jboss.cache.loader.JDBCCacheLoader
- Adds/overrides a value in a node for a key.
- put(Fqn, Map) -
Method in class org.jboss.cache.loader.JDBCCacheLoader
- Adds attributes from the passed in map to the existing node.
- put(List) -
Method in class org.jboss.cache.loader.JDBCCacheLoader
-
- put(Fqn, Object, Object) -
Method in class org.jboss.cache.loader.SharedStoreCacheLoader
-
- put(Fqn, Map) -
Method in class org.jboss.cache.loader.SharedStoreCacheLoader
-
- put(List) -
Method in class org.jboss.cache.loader.SharedStoreCacheLoader
-
- put(Fqn, Object, Object) -
Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
- Stores a single FQN-key-value record.
- 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(List) -
Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
- Applies the given modifications.
- putDataEraseMethodLocal -
Static variable in class org.jboss.cache.TreeCache
-
- putDataMethodLocal -
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
-
R
- READ_COMMITTED -
Static variable in class org.jboss.cache.lock.IsolationLevel
-
- READ_UNCOMMITTED -
Static variable in class org.jboss.cache.lock.IsolationLevel
-
- 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
-
- 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_SYNC -
Static variable in class org.jboss.cache.TreeCache
- Entries in the cache are by default replicated (synchronously)
- ReadWriteLockWithUpgrade - class org.jboss.cache.lock.ReadWriteLockWithUpgrade.
-
- ReadWriteLockWithUpgrade() -
Constructor for 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.Signaller - class org.jboss.cache.lock.ReadWriteLockWithUpgrade.Signaller.
- Reader and Writer requests are maintained in two different
wait sets, by two different objects.
- ReadWriteLockWithUpgrade.Signaller() -
Constructor for class org.jboss.cache.lock.ReadWriteLockWithUpgrade.Signaller
-
- ReadWriteLockWithUpgrade.WriterLock - class org.jboss.cache.lock.ReadWriteLockWithUpgrade.WriterLock.
-
- ReadWriteLockWithUpgrade.WriterLock() -
Constructor for class org.jboss.cache.lock.ReadWriteLockWithUpgrade.WriterLock
-
- 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.
- RegionManager - class org.jboss.cache.eviction.RegionManager.
- Factory to create region from configuration, to track region,
and to resolve naming conflict for regions.
- 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() -
Constructor for class org.jboss.cache.eviction.RegionNameConflictException
-
- RegionNameConflictException(String) -
Constructor for class org.jboss.cache.eviction.RegionNameConflictException
-
- RegionNameConflictException(String, Throwable) -
Constructor for class org.jboss.cache.eviction.RegionNameConflictException
-
- Replicatable - interface org.jboss.cache.Replicatable.
- Defines an entity able to receive replications
- 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() -
Constructor for class org.jboss.cache.ReplicationQueue
-
- ReplicationQueue(TreeCache, long, long) -
Constructor for class org.jboss.cache.ReplicationQueue
-
- ReplicationQueue.MyTask - class org.jboss.cache.ReplicationQueue.MyTask.
-
- ReplicationQueue.MyTask() -
Constructor for class org.jboss.cache.ReplicationQueue.MyTask
-
- readExternal(ObjectInput) -
Method in class org.jboss.cache.Fqn
-
- readExternal(ObjectInput) -
Method in class org.jboss.cache.GlobalTransaction
-
- readExternal(ObjectInput) -
Method in class org.jboss.cache.Node
-
- readExternal(ObjectInput) -
Method in class org.jboss.cache.loader.NodeData
-
- readLock() -
Method in interface org.jboss.cache.lock.LockStrategy
- Return a read lock object.
- readLock() -
Method in class org.jboss.cache.lock.LockStrategyNone
-
- readLock() -
Method in class org.jboss.cache.lock.LockStrategyReadCommitted
-
- readLock() -
Method in class org.jboss.cache.lock.LockStrategyReadUncommitted
-
- readLock() -
Method in class org.jboss.cache.lock.LockStrategyRepeatableRead
-
- readLock() -
Method in class org.jboss.cache.lock.LockStrategySerializable
-
- readLock() -
Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
-
- readLock() -
Method in class org.jboss.cache.lock.SimpleLock
-
- readerLock_ -
Variable in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
-
- readerOwners() -
Method in class org.jboss.cache.lock.LockMap
-
- 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.
- regionManager_ -
Variable in class org.jboss.cache.eviction.BaseEvictionPolicy
-
- region_ -
Variable in class org.jboss.cache.eviction.LRUAlgorithm
-
- registerAtHead(Synchronization) -
Method in class org.jboss.cache.interceptors.OrderedSynchronizationHandler
-
- registerAtTail(Synchronization) -
Method in class org.jboss.cache.interceptors.OrderedSynchronizationHandler
-
- registerSynchronization(Synchronization) -
Method in class org.jboss.cache.transaction.DummyTransaction
- Register a
Synchronization
callback with this transaction.
- 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() -
Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade.ReaderLock
-
- release() -
Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade.WriterLock
-
- releaseAll(Object) -
Method in class org.jboss.cache.Node
- Releases locks for the entire subtree
- releaseAll() -
Method in class org.jboss.cache.lock.IdentityLock
- Release all locks associated with this instance.
- releaseAllForce() -
Method in class org.jboss.cache.Node
- Releases locks for the entire subtree.
- releaseAllLocks(Object) -
Method in class org.jboss.cache.TransactionEntry
-
- releaseAllLocks(String) -
Method in class org.jboss.cache.TreeCache
- 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(String) -
Method in interface org.jboss.cache.TreeCacheMBean
- Force-releases all locks in this node and the entire subtree
- releaseAllLocks(Fqn) -
Method in interface org.jboss.cache.TreeCacheMBean
- Force-releases all locks in this node and the entire subtree
- releaseAllLocksMethodLocal -
Static variable in class org.jboss.cache.TreeCache
-
- releaseForce() -
Method in class org.jboss.cache.Node
-
- releaseForce() -
Method in class org.jboss.cache.lock.IdentityLock
- Same as releaseAll now.
- releaseLock(String, boolean) -
Method in interface org.jboss.cache.lock.LockManager
-
- releaseLock(String, boolean) -
Method in class org.jboss.cache.lock.LockManagerImpl
-
- remove(Object) -
Method in class org.jboss.cache.Node
-
- remove(GlobalTransaction) -
Method in class org.jboss.cache.TransactionTable
-
- remove(Transaction) -
Method in class org.jboss.cache.TransactionTable
-
- remove(String) -
Method in class org.jboss.cache.TreeCache
- Removes the node from the tree.
- remove(Fqn) -
Method in class org.jboss.cache.TreeCache
- Removes the node from the tree.
- remove(String, Object) -
Method in class org.jboss.cache.TreeCache
- 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(String) -
Method in interface org.jboss.cache.TreeCacheMBean
- Removes the node from the tree.
- remove(Fqn) -
Method in interface org.jboss.cache.TreeCacheMBean
- Removes the node from the tree.
- remove(String, Object) -
Method in interface org.jboss.cache.TreeCacheMBean
- Removes
key
from the node's hashmap
- remove(Fqn, Object) -
Method in interface org.jboss.cache.TreeCacheMBean
- Removes
key
from the node's hashmap
- 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) -
Method in interface org.jboss.cache.loader.CacheLoader
- Removes the given node.
- remove(Fqn, Object) -
Method in class org.jboss.cache.loader.DelegatingCacheLoader
-
- remove(Fqn) -
Method in class org.jboss.cache.loader.DelegatingCacheLoader
-
- remove(Fqn, Object) -
Method in class org.jboss.cache.loader.FileCacheLoader
-
- remove(Fqn) -
Method in class org.jboss.cache.loader.FileCacheLoader
-
- remove(Fqn, Object) -
Method in class org.jboss.cache.loader.JDBCCacheLoader
- Removes attribute's value for a key.
- remove(Fqn) -
Method in class org.jboss.cache.loader.JDBCCacheLoader
- Removes a node and all its children.
- remove(Fqn, Object) -
Method in class org.jboss.cache.loader.SharedStoreCacheLoader
-
- remove(Fqn) -
Method in class org.jboss.cache.loader.SharedStoreCacheLoader
-
- 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, Object) -
Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
- Deletes a single FQN-key-value record.
- removeAll() -
Method in class org.jboss.cache.lock.LockMap
- Remove all ownership.
- removeAllChildren() -
Method in class org.jboss.cache.Node
-
- removeChild(Object) -
Method in class org.jboss.cache.Node
-
- removeData(String) -
Method in class org.jboss.cache.TreeCache
-
- removeData(Fqn) -
Method in class org.jboss.cache.TreeCache
-
- removeData(String) -
Method in interface org.jboss.cache.TreeCacheMBean
-
- removeData(Fqn) -
Method in interface org.jboss.cache.TreeCacheMBean
-
- 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.DelegatingCacheLoader
-
- removeData(Fqn) -
Method in class org.jboss.cache.loader.FileCacheLoader
-
- removeData(Fqn) -
Method in class org.jboss.cache.loader.JDBCCacheLoader
- Nullifies the node.
- removeData(Fqn) -
Method in class org.jboss.cache.loader.SharedStoreCacheLoader
-
- removeData(Fqn) -
Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
- Clears the map for the given node, but does not remove the node.
- 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
-
- removeNodeMethodLocal -
Static variable in class org.jboss.cache.TreeCache
-
- removeObject(Fqn) -
Method in interface org.jboss.cache.loader.CacheLoaderAop
- Removes the object with the given key from the persistent store.
- removeReader(Object) -
Method in class org.jboss.cache.lock.LockMap
- Remove reader ownership.
- removeRegion(String) -
Method in class org.jboss.cache.eviction.RegionManager
-
- removeTreeCacheListener(TreeCacheListener) -
Method in class org.jboss.cache.TreeCache
-
- removeTreeCacheListener(TreeCacheListener) -
Method in interface org.jboss.cache.TreeCacheMBean
-
- removeWriter(Object) -
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.
- 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
-
- replicate(MethodCall) -
Method in interface org.jboss.cache.Replicatable
- Receives and applies a method call as result of replication
- replicate(List) -
Method in interface org.jboss.cache.Replicatable
- Receives and applies a number of method calls
- replicate(MethodCall) -
Method in class org.jboss.cache.interceptors.ReplicationInterceptor
- Received as result of replication sent from another node to this node
- replicate(List) -
Method in class org.jboss.cache.interceptors.ReplicationInterceptor
-
- replicateAllMethod -
Static variable in class org.jboss.cache.TreeCache
-
- 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)
.
- resetEvictionQueue(Region) -
Method in interface org.jboss.cache.eviction.EvictionAlgorithm
- Reset the whole eviction queue.
- resetEvictionQueue(Region) -
Method in class org.jboss.cache.eviction.LRUAlgorithm
-
- resetEvictionQueues() -
Method in class org.jboss.cache.eviction.Region
-
- resume(Transaction) -
Method in class org.jboss.cache.transaction.DummyTransactionManager
- Resume the association of the calling thread with the given
transaction.
- rollback(GlobalTransaction) -
Method in class org.jboss.cache.TreeCache
-
- rollback(Object) -
Method in interface org.jboss.cache.loader.CacheLoader
- Roll the transaction back.
- rollback(Object) -
Method in class org.jboss.cache.loader.DelegatingCacheLoader
-
- rollback(Object) -
Method in class org.jboss.cache.loader.FileCacheLoader
-
- rollback(Object) -
Method in class org.jboss.cache.loader.JDBCCacheLoader
- Rolls back a transaction.
- rollback(Object) -
Method in class org.jboss.cache.loader.SharedStoreCacheLoader
-
- 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.
- rollback() -
Method in class org.jboss.cache.transaction.DummyTransaction
- Rolls back this transaction.
- rollback() -
Method in class org.jboss.cache.transaction.DummyTransactionManager
- Rolls back the transaction associated with the calling thread.
- rollback() -
Method in class org.jboss.cache.transaction.DummyUserTransaction
- Rolls back this transaction.
- rollbackMethod -
Static variable in class org.jboss.cache.TreeCache
-
- root -
Variable in class org.jboss.cache.TreeCache
-
- 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
- runPreparePhase(GlobalTransaction, MethodCall, Address, List, boolean) -
Method in class org.jboss.cache.interceptors.ReplicationInterceptor
- Calls
#prepare(GlobalTransaction,List,org.jgroups.Address,boolean))
in all members except self.
- runRollbackPhase(GlobalTransaction) -
Method in class org.jboss.cache.interceptors.ReplicationInterceptor
- Asynchronously calls
#rollback(GlobalTransaction)
in all members
S
- SEPARATOR -
Static variable in class org.jboss.cache.TreeCache
-
- SERIALIZABLE -
Static variable in class org.jboss.cache.lock.IsolationLevel
-
- 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
-
- 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
-
- sem_ -
Variable in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
-
- setAddedNode(Fqn) -
Method in class org.jboss.cache.eviction.Region
-
- setCache(TreeCache) -
Method in class org.jboss.cache.interceptors.CacheLoaderInterceptor
-
- setCache(TreeCache) -
Method in class org.jboss.cache.interceptors.CacheStoreInterceptor
-
- setCache(TreeCache) -
Method in class org.jboss.cache.interceptors.CallInterceptor
-
- setCache(TreeCache) -
Method in class org.jboss.cache.interceptors.CreateIfNotExistsInterceptor
-
- setCache(TreeCache) -
Method in class org.jboss.cache.interceptors.Interceptor
-
- setCache(TreeCache) -
Method in class org.jboss.cache.interceptors.LockInterceptor
-
- setCache(TreeCache) -
Method in class org.jboss.cache.interceptors.ReplicationInterceptor
-
- 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.DelegatingCacheLoader
-
- setCache(TreeCache) -
Method in class org.jboss.cache.loader.FileCacheLoader
-
- setCache(TreeCache) -
Method in class org.jboss.cache.loader.JDBCCacheLoader
-
- setCache(TreeCache) -
Method in class org.jboss.cache.loader.SharedStoreCacheLoader
-
- setCache(TreeCache) -
Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
- Sets the TreeCache owner of this cache loader.
- setCacheLoader(CacheLoader) -
Method in class org.jboss.cache.TreeCache
-
- setCacheLoader(CacheLoader) -
Method in interface org.jboss.cache.TreeCacheMBean
-
- setCacheLoaderClass(String) -
Method in class org.jboss.cache.TreeCache
-
- setCacheLoaderClass(String) -
Method in interface org.jboss.cache.TreeCacheMBean
-
- setCacheLoaderConfig(Properties) -
Method in class org.jboss.cache.TreeCache
-
- setCacheLoaderConfig(Properties) -
Method in interface org.jboss.cache.TreeCacheMBean
-
- setCacheLoaderFetchPersistentState(boolean) -
Method in class org.jboss.cache.TreeCache
-
- setCacheLoaderFetchPersistentState(boolean) -
Method in interface org.jboss.cache.TreeCacheMBean
-
- setCacheLoaderFetchTransientState(boolean) -
Method in class org.jboss.cache.TreeCache
-
- setCacheLoaderFetchTransientState(boolean) -
Method in interface org.jboss.cache.TreeCacheMBean
-
- setCacheLoaderPreload(String) -
Method in class org.jboss.cache.TreeCache
-
- setCacheLoaderPreload(String) -
Method in interface org.jboss.cache.TreeCacheMBean
-
- setCacheLoaderShared(boolean) -
Method in class org.jboss.cache.TreeCache
-
- setCacheLoaderShared(boolean) -
Method in interface org.jboss.cache.TreeCacheMBean
-
- setCacheMode(String) -
Method in class org.jboss.cache.TreeCache
- Sets the default caching mode)
- 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)
- setCacheService(String) -
Method in class org.jboss.cache.TreeCacheView
-
- setCacheService(String) -
Method in interface org.jboss.cache.TreeCacheViewMBean
-
- setClusterConfig(Element) -
Method in class org.jboss.cache.TreeCache
- Convert a list of elements to the JG property string
- setClusterConfig(Element) -
Method in interface org.jboss.cache.TreeCacheMBean
- Convert a list of elements to the JG property string
- setClusterName(String) -
Method in class org.jboss.cache.TreeCache
- Set the name of the replication group
- setClusterName(String) -
Method in interface org.jboss.cache.TreeCacheMBean
- Set the name of the replication group
- setClusterProperties(String) -
Method in class org.jboss.cache.TreeCache
- Set the cluster properties.
- setClusterProperties(String) -
Method in interface org.jboss.cache.TreeCacheMBean
- Set the cluster properties.
- setConfig(Properties) -
Method in interface org.jboss.cache.loader.CacheLoader
- Sets the configuration.
- setConfig(Properties) -
Method in class org.jboss.cache.loader.DelegatingCacheLoader
-
- setConfig(Properties) -
Method in class org.jboss.cache.loader.FileCacheLoader
-
- setConfig(Properties) -
Method in class org.jboss.cache.loader.JDBCCacheLoader
-
- setConfig(Properties) -
Method in class org.jboss.cache.loader.SharedStoreCacheLoader
-
- setConfig(Properties) -
Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
- Sets the configuration string for this cache loader.
- setData(Map) -
Method in class org.jboss.cache.Modification
-
- setDirtyReadsAllowed(boolean) -
Method in interface org.jboss.cache.lock.LockManager
-
- setDirtyReadsAllowed(boolean) -
Method in class org.jboss.cache.lock.LockManagerImpl
-
- setEvent(Integer) -
Method in class org.jboss.cache.eviction.EvictedEventNode
-
- setEvictionPolicyClass(String) -
Method in class org.jboss.cache.TreeCache
- Sets the classname of the eviction policy
- setEvictionPolicyClass(String) -
Method in interface org.jboss.cache.TreeCacheMBean
- Sets the classname of the eviction policy
- setEvictionPolicyConfig(Element) -
Method in class org.jboss.cache.TreeCache
- Setup eviction policy configuration
- setEvictionPolicyConfig(Element) -
Method in interface org.jboss.cache.TreeCacheMBean
- Setup eviction policy configuration
- setFetchStateOnStartup(boolean) -
Method in class org.jboss.cache.TreeCache
-
- setFetchStateOnStartup(boolean) -
Method in interface org.jboss.cache.TreeCacheMBean
-
- setFqn(Fqn) -
Method in class org.jboss.cache.Modification
-
- setFqn(Fqn) -
Method in class org.jboss.cache.eviction.EvictedEventNode
-
- setInitialStateRetrievalTimeout(long) -
Method in class org.jboss.cache.TreeCache
- Set the initial state transfer timeout
(see
TreeCache.getInitialStateRetrievalTimeout()
)
- setInitialStateRetrievalTimeout(long) -
Method in interface org.jboss.cache.TreeCacheMBean
- Set the initial state transfer timeout (see
TreeCacheMBean.getInitialStateRetrievalTimeout()
)
- setInterval(long) -
Method in class org.jboss.cache.ReplicationQueue
-
- setIsolationLevel(String) -
Method in class org.jboss.cache.TreeCache
- Set the transaction isolation level.
- setIsolationLevel(IsolationLevel) -
Method in class org.jboss.cache.TreeCache
-
- setIsolationLevel(String) -
Method in interface org.jboss.cache.TreeCacheMBean
- Set the transaction isolation level.
- setIsolationLevel(IsolationLevel) -
Static method in class org.jboss.cache.lock.LockStrategyFactory
-
- setJndiName(String) -
Method in class org.jboss.cache.TreeCache
-
- setJndiName(String) -
Method in interface org.jboss.cache.TreeCacheMBean
-
- setKey(Object) -
Method in class org.jboss.cache.Modification
-
- setLockAcquisitionTimeout(long) -
Method in class org.jboss.cache.TreeCache
- Set the max time for lock acquisition.
- setLockAcquisitionTimeout(long) -
Method in interface org.jboss.cache.TreeCacheMBean
- Set the max time for lock acquisition.
- setMaxNodes(int) -
Method in class org.jboss.cache.eviction.Region
-
- setMax_elements(long) -
Method in class org.jboss.cache.ReplicationQueue
-
- setNext(Interceptor) -
Method in class org.jboss.cache.interceptors.Interceptor
-
- setOldData(Map) -
Method in class org.jboss.cache.Modification
-
- setOldValue(Object) -
Method in class org.jboss.cache.Modification
-
- setRemovedNode(Fqn) -
Method in class org.jboss.cache.eviction.Region
-
- setReplQueueInterval(long) -
Method in class org.jboss.cache.TreeCache
-
- setReplQueueInterval(long) -
Method in interface org.jboss.cache.TreeCacheMBean
-
- setReplQueueMaxElements(int) -
Method in class org.jboss.cache.TreeCache
-
- setReplQueueMaxElements(int) -
Method in interface org.jboss.cache.TreeCacheMBean
-
- setReplicationHandler(Replicatable) -
Method in class org.jboss.cache.TreeCache
-
- 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.DummyTransactionManager
- Mark the transaction associated with the calling thread for rollback
only.
- setRollbackOnly() -
Method in class org.jboss.cache.transaction.DummyUserTransaction
- Mark the transaction so that the only possible outcome is a rollback.
- setSyncCommitPhase(boolean) -
Method in class org.jboss.cache.TreeCache
-
- setSyncCommitPhase(boolean) -
Method in interface org.jboss.cache.TreeCacheMBean
-
- setSyncReplTimeout(long) -
Method in class org.jboss.cache.TreeCache
- Sets the default maximum wait time for synchronous replication to receive all results
- setSyncReplTimeout(long) -
Method in interface org.jboss.cache.TreeCacheMBean
- Sets the default maximum wait time for synchronous replication to receive all results
- setSyncRollbackPhase(boolean) -
Method in class org.jboss.cache.TreeCache
-
- setSyncRollbackPhase(boolean) -
Method in interface org.jboss.cache.TreeCacheMBean
-
- setTimeToLiveSeconds(long) -
Method in class org.jboss.cache.eviction.Region
-
- setTransaction(Transaction) -
Method in class org.jboss.cache.TransactionEntry
-
- setTransactionManagerLookup(TransactionManagerLookup) -
Method in class org.jboss.cache.TreeCache
- Sets the TransactionManagerLookup object
- setTransactionManagerLookup(TransactionManagerLookup) -
Method in interface org.jboss.cache.TreeCacheMBean
- Sets the TransactionManagerLookup object
- setTransactionManagerLookupClass(String) -
Method in class org.jboss.cache.TreeCache
- Sets the class of the TransactionManagerLookup impl.
- setTransactionManagerLookupClass(String) -
Method in interface org.jboss.cache.TreeCacheMBean
- Sets the class of the TransactionManagerLookup impl.
- setTransactionTimeout(int) -
Method in class org.jboss.cache.transaction.DummyTransaction
- Change the transaction timeout for transactions started by the calling
thread with the
DummyTransactionManager.begin()
method.
- setTransactionTimeout(int) -
Method in class org.jboss.cache.transaction.DummyTransactionManager
- Change the transaction timeout for transactions started by the calling
thread with the
DummyTransactionManager.begin()
method.
- 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.
- setType(int) -
Method in class org.jboss.cache.Modification
-
- setUseReplQueue(boolean) -
Method in class org.jboss.cache.TreeCache
-
- setUseReplQueue(boolean) -
Method in interface org.jboss.cache.TreeCacheMBean
-
- setValue(Object) -
Method in class org.jboss.cache.Modification
-
- setVisitedNode(Fqn) -
Method in class org.jboss.cache.eviction.Region
-
- size() -
Method in class org.jboss.cache.Fqn
-
- start() -
Method in class org.jboss.cache.ReplicationQueue
-
- start() -
Method in class org.jboss.cache.TreeCacheView
-
- start() -
Method in class org.jboss.cache.TreeCacheView2
-
- start() -
Method in interface org.jboss.cache.TreeCacheViewMBean
-
- start() -
Method in class org.jboss.cache.loader.DelegatingCacheLoader
-
- start() -
Method in class org.jboss.cache.loader.FileCacheLoader
-
- start() -
Method in class org.jboss.cache.loader.JDBCCacheLoader
-
- start() -
Method in class org.jboss.cache.loader.SharedStoreCacheLoader
-
- start() -
Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
- Opens the JE environment and the database specified by the configuration
string.
- startCacheLoader() -
Method in class org.jboss.cache.TreeCache
-
- 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 class org.jboss.cache.TreeCache
-
- startService() -
Method in interface org.jboss.cache.TreeCacheMBean
-
- startWrite() -
Method in class org.jboss.cache.lock.NonBlockingWriterLock
-
- startWrite() -
Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
-
- 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
-
- stop() -
Method in class org.jboss.cache.ReplicationQueue
-
- stop() -
Method in class org.jboss.cache.TreeCacheView
-
- stop() -
Method in class org.jboss.cache.TreeCacheView2
-
- stop() -
Method in interface org.jboss.cache.TreeCacheViewMBean
-
- stop() -
Method in class org.jboss.cache.loader.DelegatingCacheLoader
-
- stop() -
Method in class org.jboss.cache.loader.FileCacheLoader
-
- stop() -
Method in class org.jboss.cache.loader.JDBCCacheLoader
-
- stop() -
Method in class org.jboss.cache.loader.SharedStoreCacheLoader
-
- stop() -
Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
- Closes the JE databases and environment, and nulls references to them.
- stopService() -
Method in class org.jboss.cache.TreeCache
-
- stopService() -
Method in interface org.jboss.cache.TreeCacheMBean
-
- 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.DelegatingCacheLoader
-
- 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.JDBCCacheLoader
- Store the state given as a byte buffer to the database.
- storeEntireState(byte[]) -
Method in class org.jboss.cache.loader.SharedStoreCacheLoader
-
- 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.
- string2Mode(String) -
Method in class org.jboss.cache.TreeCache
-
- stringToIsolationLevel(String) -
Static method in class org.jboss.cache.lock.IsolationLevel
-
- suspect(Address) -
Method in class org.jboss.cache.TreeCache
- Called when a member is suspected
- suspend() -
Method in class org.jboss.cache.transaction.DummyTransactionManager
- 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
- 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
-
- 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
- TransactionTable - class org.jboss.cache.TransactionTable.
- Maintains the mapping between local (Transaction) and global transactions
(GlobalTransaction).
- TransactionTable() -
Constructor for class org.jboss.cache.TransactionTable
-
- TreeCache - class org.jboss.cache.TreeCache.
- A tree-like structure that is replicated across several members.
- TreeCache(String, String, long) -
Constructor for class org.jboss.cache.TreeCache
- Creates a channel with the given properties.
- TreeCache() -
Constructor for class org.jboss.cache.TreeCache
-
- TreeCache(JChannel) -
Constructor for class org.jboss.cache.TreeCache
- Expects an already connected channel.
- TreeCacheListener - interface org.jboss.cache.TreeCacheListener.
- Callbacks for various events regarding TreeCache.
- TreeCacheMBean - interface org.jboss.cache.TreeCacheMBean.
- MBean interface.
- TreeCacheView - class org.jboss.cache.TreeCacheView.
- Graphical view of a ReplicatedTree (using the MVC paradigm).
- TreeCacheView() -
Constructor for class org.jboss.cache.TreeCacheView
-
- TreeCacheView(String) -
Constructor for class org.jboss.cache.TreeCacheView
-
- TreeCacheView.MyListener - class org.jboss.cache.TreeCacheView.MyListener.
-
- TreeCacheView.MyListener() -
Constructor for class org.jboss.cache.TreeCacheView.MyListener
-
- 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.
- 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.
- 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
- toString() -
Method in class org.jboss.cache.Fqn
-
- toString() -
Method in class org.jboss.cache.GlobalTransaction
-
- toString() -
Method in class org.jboss.cache.Modification
-
- toString() -
Method in class org.jboss.cache.Node
-
- toString() -
Method in class org.jboss.cache.TransactionEntry
-
- toString() -
Method in class org.jboss.cache.TransactionTable
-
- toString(boolean) -
Method in class org.jboss.cache.TransactionTable
-
- toString() -
Method in class org.jboss.cache.TreeCache
-
- toString() -
Method in interface org.jboss.cache.TreeCacheMBean
-
- 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.IdentityLock
-
- toString(StringBuffer) -
Method in class org.jboss.cache.lock.IdentityLock
-
- toString() -
Method in class org.jboss.cache.lock.IsolationLevel
-
- toString() -
Method in class org.jboss.cache.lock.LockingException
-
- toString() -
Method in class org.jboss.cache.lock.TimeoutException
-
- tx_map -
Variable in class org.jboss.cache.TransactionTable
- HashMap, mapping between local (javax.transaction.Transaction)
and GlobalTransactions.
- txs -
Variable in class org.jboss.cache.TransactionEntry
- List.
- txs -
Variable in class org.jboss.cache.TransactionTable
- HashMap, mappings between GlobalTransactions and modifications
U
- UNINITIALIZED -
Static variable in class org.jboss.cache.TreeCache
-
- 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
-
- 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.
- unlock(Fqn, Object, boolean, boolean) -
Method in class org.jboss.cache.TreeCache
- Unlock a given node (or the entire subtree starting at this node)
- upgrade(Object) -
Method in class org.jboss.cache.lock.LockMap
- Upgrading current reader ownership to writer one.
- 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.LockStrategyNone
-
- upgradeLockAttempt(long) -
Method in class org.jboss.cache.lock.LockStrategyReadCommitted
-
- upgradeLockAttempt(long) -
Method in class org.jboss.cache.lock.LockStrategyReadUncommitted
-
- upgradeLockAttempt(long) -
Method in class org.jboss.cache.lock.LockStrategyRepeatableRead
-
- upgradeLockAttempt(long) -
Method in class org.jboss.cache.lock.LockStrategySerializable
-
- 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.SimpleLock
-
- upgraderLocal_ -
Variable in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
-
- use_repl_queue -
Variable in class org.jboss.cache.TreeCache
-
V
- VISIT_EVENT -
Static variable in class org.jboss.cache.eviction.EvictedEventNode
-
- Version - class org.jboss.cache.Version.
-
- Version() -
Constructor for class org.jboss.cache.Version
-
- version -
Static variable in class org.jboss.cache.Version
-
- version_id -
Static variable in class org.jboss.cache.Version
-
- viewAccepted(View) -
Method in class org.jboss.cache.TreeCache
-
- viewChange(View) -
Method in class org.jboss.cache.ConsoleListener
-
- viewChange(View) -
Method in interface org.jboss.cache.TreeCacheListener
-
- viewChange(View) -
Method in class org.jboss.cache.TreeCacheView.MyListener
-
- viewChange(View) -
Method in class org.jboss.cache.eviction.LRUPolicy
-
- viewChange(View) -
Method in class org.jboss.cache.loader.SharedStoreCacheLoader
-
W
- WAIT_TIME -
Static variable in class org.jboss.cache.eviction.Region
-
- waitingReaders_ -
Variable in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
-
- waitingUpgrader_ -
Variable in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
-
- waitingWriters_ -
Variable in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
-
- writeExternal(ObjectOutput) -
Method in class org.jboss.cache.Fqn
-
- writeExternal(ObjectOutput) -
Method in class org.jboss.cache.GlobalTransaction
-
- writeExternal(ObjectOutput) -
Method in class org.jboss.cache.Node
-
- writeExternal(ObjectOutput) -
Method in class org.jboss.cache.loader.NodeData
-
- writeLock() -
Method in interface org.jboss.cache.lock.LockStrategy
- Return a write lock object.
- writeLock() -
Method in class org.jboss.cache.lock.LockStrategyNone
-
- writeLock() -
Method in class org.jboss.cache.lock.LockStrategyReadCommitted
-
- writeLock() -
Method in class org.jboss.cache.lock.LockStrategyReadUncommitted
-
- writeLock() -
Method in class org.jboss.cache.lock.LockStrategyRepeatableRead
-
- writeLock() -
Method in class org.jboss.cache.lock.LockStrategySerializable
-
- writeLock() -
Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
-
- writeLock() -
Method in class org.jboss.cache.lock.SimpleLock
-
- writerLock_ -
Variable in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
-
- writerOwner() -
Method in class org.jboss.cache.lock.LockMap
-
_
- _addChild(GlobalTransaction, Fqn, Object, Node) -
Method in class org.jboss.cache.TreeCache
- Compensating method to
TreeCache._remove(GlobalTransaction,Fqn,boolean)
.
- _evict(Fqn) -
Method in class org.jboss.cache.TreeCache
- Called by eviction policy provider.
- _evict(Fqn, Object) -
Method in class org.jboss.cache.TreeCache
- Evicts a key/value pair from a node's attributes.
- _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
-
- _print(Fqn) -
Method in class org.jboss.cache.TreeCache
-
- _put(GlobalTransaction, String, Map, boolean) -
Method in class org.jboss.cache.TreeCache
- 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 class org.jboss.cache.TreeCache
- Does the real work.
- _put(GlobalTransaction, String, Object, Object, boolean) -
Method in class org.jboss.cache.TreeCache
-
- _put(GlobalTransaction, Fqn, Object, Object, boolean) -
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, Fqn, Map, boolean) -
Method in interface org.jboss.cache.TreeCacheMBean
- Does the real work.
- _put(GlobalTransaction, Fqn, Map, boolean, boolean) -
Method in interface org.jboss.cache.TreeCacheMBean
- Does the real work.
- _put(GlobalTransaction, String, Object, Object, boolean) -
Method in interface org.jboss.cache.TreeCacheMBean
-
- _put(GlobalTransaction, Fqn, Object, Object, boolean) -
Method in interface org.jboss.cache.TreeCacheMBean
-
- _releaseAllLocks(Fqn) -
Method in class org.jboss.cache.TreeCache
-
- _remove(GlobalTransaction, String, boolean) -
Method in class org.jboss.cache.TreeCache
-
- _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, String, Object, boolean) -
Method in class org.jboss.cache.TreeCache
-
- _remove(GlobalTransaction, Fqn, Object, boolean) -
Method in class org.jboss.cache.TreeCache
-
- _remove(GlobalTransaction, Fqn, Object, boolean, boolean) -
Method in class org.jboss.cache.TreeCache
-
- _remove(GlobalTransaction, String, boolean) -
Method in interface org.jboss.cache.TreeCacheMBean
-
- _remove(GlobalTransaction, Fqn, boolean) -
Method in interface org.jboss.cache.TreeCacheMBean
-
- _remove(GlobalTransaction, String, Object, boolean) -
Method in interface org.jboss.cache.TreeCacheMBean
-
- _remove(GlobalTransaction, Fqn, Object, boolean) -
Method in interface org.jboss.cache.TreeCacheMBean
-
- _removeData(GlobalTransaction, String, 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
-
- _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.
- _replicate(List) -
Method in class org.jboss.cache.TreeCache
-
A B C D E F G H I J K L M N O P R S T U V W _
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.