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