当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 Cache API Documentation 英文版文档
Index (JBossCache API) - JBoss 4.0.1 sp1 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
-
- AOPInstance - class org.jboss.cache.aop.AOPInstance.
- Wrapper type for cached AOP instances.
- AOPInstance() -
Constructor for class org.jboss.cache.aop.AOPInstance
-
- AOPInstance(Object) -
Constructor for class org.jboss.cache.aop.AOPInstance
-
- AopEvictionPolicy - interface org.jboss.cache.eviction.AopEvictionPolicy.
- Just a maker interface for TreeCacheAop-specific eviction algorithm.
- AopLRUAlgorithm - class org.jboss.cache.eviction.AopLRUAlgorithm.
- LRUAlgorithm specific to TreeCacheAop.
- AopLRUAlgorithm() -
Constructor for class org.jboss.cache.eviction.AopLRUAlgorithm
-
- AopLRUPolicy - class org.jboss.cache.eviction.AopLRUPolicy.
- Provider to provide eviction policy.
- AopLRUPolicy() -
Constructor for class org.jboss.cache.eviction.AopLRUPolicy
-
- AopOperationNotSupportedException - exception org.jboss.cache.aop.AopOperationNotSupportedException.
-
- AopOperationNotSupportedException() -
Constructor for class org.jboss.cache.aop.AopOperationNotSupportedException
-
- AopOperationNotSupportedException(String) -
Constructor for class org.jboss.cache.aop.AopOperationNotSupportedException
-
- 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
-
- add(int, Object) -
Method in class org.jboss.cache.aop.CachedList
-
- add(Object) -
Method in class org.jboss.cache.aop.CachedListInterceptor.MyListIterator
-
- add(int, Object) -
Method in class org.jboss.cache.aop.CachedListInterceptor
-
- add(Object) -
Method in class org.jboss.cache.aop.CachedListInterceptor
-
- add(Object) -
Method in class org.jboss.cache.aop.CachedSetInterceptor
-
- addAll(int, Collection) -
Method in class org.jboss.cache.aop.CachedListInterceptor
-
- addAll(Collection) -
Method in class org.jboss.cache.aop.CachedListInterceptor
-
- addAll(Collection) -
Method in class org.jboss.cache.aop.CachedSetInterceptor
-
- 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"
- addListener(InvokerCallbackHandler) -
Method in class org.jboss.cache.TreeCacheInvocationHandler
-
- 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
-
- attributeMap -
Variable in class org.jboss.cache.aop.CachedType
-
- attributeName(String) -
Method in class org.jboss.cache.aop.CachedType
-
- attributes -
Variable in class org.jboss.cache.aop.CachedType
-
B
- BaseEvictionPolicy - class org.jboss.cache.eviction.BaseEvictionPolicy.
- Base class implementation of EvictionPolicy.
- BaseEvictionPolicy() -
Constructor for class org.jboss.cache.eviction.BaseEvictionPolicy
-
- 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
-
- BdbjeCacheLoaderTest - class org.jboss.cache.tests.BdbjeCacheLoaderTest.
- Runs the same tests as
FileCacheLoaderTest
, but with Berkeley DB instead of a file-based CacheLoader - BdbjeCacheLoaderTest() -
Constructor for class org.jboss.cache.tests.BdbjeCacheLoaderTest
-
- BdbjeUnitTestCase - class org.jboss.cache.tests.BdbjeUnitTestCase.
- Tests BdbjeCacheLoader directly via the CacheLoader interface.
- BdbjeUnitTestCase(String) -
Constructor for class org.jboss.cache.tests.BdbjeUnitTestCase
- Creates a test case.
- beforeCompletion() -
Method in class org.jboss.cache.interceptors.OrderedSynchronizationHandler
-
- beforeSerialization(Object) -
Method in class org.jboss.cache.aop.CacheInterceptor
-
- begin() -
Method in class org.jboss.cache.transaction.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
-
- CLASS_INTERNAL -
Static variable in class org.jboss.cache.aop.TreeCacheAop
-
- CacheException - exception org.jboss.cache.CacheException.
- CacheException, mother of all cache exceptions
- CacheException() -
Constructor for class org.jboss.cache.CacheException
-
- CacheException(String) -
Constructor for class org.jboss.cache.CacheException
-
- CacheException(String, Throwable) -
Constructor for class org.jboss.cache.CacheException
-
- CacheInterceptor - class org.jboss.cache.aop.CacheInterceptor.
- Created: Sat Apr 26 10:35:01 2003
- CacheInterceptor(TreeCacheAop, Fqn, CachedType) -
Constructor for class org.jboss.cache.aop.CacheInterceptor
-
- CacheLoader - interface org.jboss.cache.loader.CacheLoader.
- Implementations need to load an object given a key from secondary storage, or store an object under a given
key in secondary storage (e.g.
- CacheLoaderAop - interface org.jboss.cache.loader.CacheLoaderAop.
- Responsible for storing and retrieving objects to/from secondary storage.
- CacheLoaderInterceptor - class org.jboss.cache.interceptors.CacheLoaderInterceptor.
- Loads nodes that don't exist at the time of the call into memory from the CacheLoader
- CacheLoaderInterceptor() -
Constructor for class org.jboss.cache.interceptors.CacheLoaderInterceptor
-
- CacheLoaderTests - class org.jboss.cache.tests.CacheLoaderTests.
- Commons tests for all CacheLoaders
- CacheLoaderTests() -
Constructor for class org.jboss.cache.tests.CacheLoaderTests
-
- 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
-
- CachedAttribute - class org.jboss.cache.aop.CachedAttribute.
- Class represent a class attribute.
- CachedAttribute() -
Constructor for class org.jboss.cache.aop.CachedAttribute
-
- CachedAttribute(String) -
Constructor for class org.jboss.cache.aop.CachedAttribute
-
- CachedCollectionInterceptor - interface org.jboss.cache.aop.CachedCollectionInterceptor.
- A marker interface for now.
- CachedList - class org.jboss.cache.aop.CachedList.
- CachedList.java.
- CachedListInterceptor - class org.jboss.cache.aop.CachedListInterceptor.
- List interceptor to perform list cache storage and retrieval
- CachedListInterceptor(TreeCacheAop, Fqn, Class) -
Constructor for class org.jboss.cache.aop.CachedListInterceptor
-
- CachedListInterceptor.MyListIterator - class org.jboss.cache.aop.CachedListInterceptor.MyListIterator.
-
- CachedListInterceptor.MyListIterator(int) -
Constructor for class org.jboss.cache.aop.CachedListInterceptor.MyListIterator
-
- CachedMap - class org.jboss.cache.aop.CachedMap.
- Currently not used.
- CachedMap(TreeCacheAop, Fqn) -
Constructor for class org.jboss.cache.aop.CachedMap
-
- CachedMap.Entry - class org.jboss.cache.aop.CachedMap.Entry.
-
- CachedMap.Entry(Object) -
Constructor for class org.jboss.cache.aop.CachedMap.Entry
-
- CachedMapInterceptor - class org.jboss.cache.aop.CachedMapInterceptor.
- Map interceptor to perform Map cache storage and retrieval
- CachedMapInterceptor(TreeCacheAop, Fqn, Class) -
Constructor for class org.jboss.cache.aop.CachedMapInterceptor
-
- CachedMapInterceptor.Entry - class org.jboss.cache.aop.CachedMapInterceptor.Entry.
-
- CachedMapInterceptor.Entry(Object) -
Constructor for class org.jboss.cache.aop.CachedMapInterceptor.Entry
-
- CachedSetInterceptor - class org.jboss.cache.aop.CachedSetInterceptor.
- Set interceptor to perform Set cache storage and retrieval
- CachedSetInterceptor(TreeCacheAop, Fqn, Class) -
Constructor for class org.jboss.cache.aop.CachedSetInterceptor
-
- CachedType - class org.jboss.cache.aop.CachedType.
- Represent a cached object type, e.g., whether it is primitive or not.
- CachedType() -
Constructor for class org.jboss.cache.aop.CachedType
-
- CachedType(Class) -
Constructor for class org.jboss.cache.aop.CachedType
-
- 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
-
- CallbackTest - class org.jboss.cache.tests.CallbackTest.
- Tests whether modifications within callbacks (TreeCacheListener) are handled correctly
- CallbackTest() -
Constructor for class org.jboss.cache.tests.CallbackTest
-
- CollectionInterceptorUtil - class org.jboss.cache.aop.CollectionInterceptorUtil.
- CollectionInterceptorUtil contains helper methods for the interceptors of
the different collection types.
- CollectionInterceptorUtil() -
Constructor for class org.jboss.cache.aop.CollectionInterceptorUtil
-
- 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
-
- cache -
Variable in class org.jboss.cache.aop.CachedList
-
- cache -
Variable in class org.jboss.cache.aop.CachedListInterceptor
-
- cache -
Variable in class org.jboss.cache.aop.CachedMap
-
- cache -
Variable in class org.jboss.cache.aop.CachedMapInterceptor
-
- cache -
Variable in class org.jboss.cache.aop.CachedSetInterceptor
-
- 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
-
- cachedTypes -
Variable in class org.jboss.cache.aop.TreeCacheAop
-
- 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
-
- checkCacheConsistency() -
Method in class org.jboss.cache.aop.CacheInterceptor
-
- checkCircularReference(Fqn, InstanceAdvisor, Object) -
Method in class org.jboss.cache.aop.TreeCacheAop
-
- checkConflict(String) -
Method in class org.jboss.cache.eviction.RegionManager
- Check for conflict in the current regions.
- checkObjectType(Object) -
Method in class org.jboss.cache.aop.TreeCacheAop
- Check whether the object type is valid.
- childExists(Object) -
Method in class org.jboss.cache.Node
-
- clear() -
Method in class org.jboss.cache.Node
-
- clear() -
Method in class org.jboss.cache.aop.CachedListInterceptor
-
- clear() -
Method in class org.jboss.cache.aop.CachedMap
-
- clear() -
Method in class org.jboss.cache.aop.CachedMapInterceptor
-
- clear() -
Method in class org.jboss.cache.aop.CachedSetInterceptor
-
- 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
-
- configureCache() -
Method in class org.jboss.cache.tests.BdbjeCacheLoaderTest
-
- configureCache() -
Method in class org.jboss.cache.tests.CacheLoaderTests
-
- configureCache() -
Method in class org.jboss.cache.tests.DelegatingCacheLoaderTest
-
- configureCache() -
Method in class org.jboss.cache.tests.FileCacheLoaderTest
-
- configureCache() -
Method in class org.jboss.cache.tests.JDBCCacheLoaderTest
-
- contains(Object) -
Method in class org.jboss.cache.aop.CachedListInterceptor
-
- contains(Object) -
Method in class org.jboss.cache.aop.CachedSetInterceptor
-
- containsAll(Collection) -
Method in class org.jboss.cache.aop.CachedListInterceptor
-
- containsAll(Collection) -
Method in class org.jboss.cache.aop.CachedSetInterceptor
-
- containsKey(Object) -
Method in class org.jboss.cache.Node
-
- containsKey(Object) -
Method in class org.jboss.cache.aop.CachedMap
-
- containsKey(Object) -
Method in class org.jboss.cache.aop.CachedMapInterceptor
-
- containsValue(Object) -
Method in class org.jboss.cache.aop.CachedMap
-
- containsValue(Object) -
Method in class org.jboss.cache.aop.CachedMapInterceptor
-
- 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.
- createInternalNode(Fqn) -
Method in class org.jboss.cache.aop.TreeCacheAop
-
- createPerClass(Advisor) -
Method in class org.jboss.cache.aop.MetricsInterceptorFactory
-
- createPerInstance(Advisor, InstanceAdvisor) -
Method in class org.jboss.cache.aop.MetricsInterceptorFactory
-
- createPerJoinpoint(Advisor, Joinpoint) -
Method in class org.jboss.cache.aop.MetricsInterceptorFactory
-
- createPerJoinpoint(Advisor, InstanceAdvisor, Joinpoint) -
Method in class org.jboss.cache.aop.MetricsInterceptorFactory
-
- createPerVM() -
Method in class org.jboss.cache.aop.MetricsInterceptorFactory
-
- createProxy(Class, Interceptor) -
Static method in class org.jboss.cache.aop.CollectionInterceptorUtil
-
- 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
-
- DelegatingCacheLoaderTest - class org.jboss.cache.tests.DelegatingCacheLoaderTest.
- Created by IntelliJ IDEA.
- DelegatingCacheLoaderTest() -
Constructor for class org.jboss.cache.tests.DelegatingCacheLoaderTest
-
- 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.
- entrySet() -
Method in class org.jboss.cache.aop.CachedMap
-
- entrySet() -
Method in class org.jboss.cache.aop.CachedMapInterceptor
-
- equals(Object) -
Method in class org.jboss.cache.Fqn
-
- equals(Object) -
Method in class org.jboss.cache.GlobalTransaction
-
- equals(Object) -
Method in class org.jboss.cache.aop.CachedListInterceptor
-
- equals(Object) -
Method in class org.jboss.cache.aop.CachedMap.Entry
-
- equals(Object) -
Method in class org.jboss.cache.aop.CachedMap
-
- equals(Object) -
Method in class org.jboss.cache.aop.CachedMapInterceptor.Entry
-
- equals(Object) -
Method in class org.jboss.cache.aop.CachedMapInterceptor
-
- equals(Object) -
Method in class org.jboss.cache.aop.CachedSetInterceptor
-
- 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.aop.TreeCacheAop
- Override to provide aop specific eviction.
- evict(Fqn) -
Method in interface org.jboss.cache.aop.TreeCacheAopMBean
- Override to provide aop specific eviction.
- 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
-
- FileCacheLoaderTest - class org.jboss.cache.tests.FileCacheLoaderTest.
- Created by IntelliJ IDEA.
- FileCacheLoaderTest() -
Constructor for class org.jboss.cache.tests.FileCacheLoaderTest
-
- 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
-
- fieldMap -
Variable in class org.jboss.cache.aop.CachedType
-
- fields -
Variable in class org.jboss.cache.aop.CachedType
-
- findCacheInterceptor(InstanceAdvisor) -
Method in class org.jboss.cache.aop.TreeCacheAop
-
- flush() -
Method in class org.jboss.cache.ReplicationQueue
-
- fqn -
Variable in class org.jboss.cache.aop.CachedList
-
- fqn -
Variable in class org.jboss.cache.aop.CachedListInterceptor
-
- fqn -
Variable in class org.jboss.cache.aop.CachedMap
-
- fqn -
Variable in class org.jboss.cache.aop.CachedMapInterceptor
-
- fqn -
Variable in class org.jboss.cache.aop.CachedSetInterceptor
-
- 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 -
Variable in class org.jboss.cache.aop.CachedAttribute
-
- get(int) -
Method in class org.jboss.cache.aop.CachedList
-
- get(int) -
Method in class org.jboss.cache.aop.CachedListInterceptor
-
- get(Object) -
Method in class org.jboss.cache.aop.CachedMap
-
- get(Object) -
Method in class org.jboss.cache.aop.CachedMapInterceptor
-
- 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
-
- getAge() -
Method in class org.jboss.cache.tests.SamplePojo
-
- getAssociatedEvictNode(Fqn) -
Method in class org.jboss.cache.eviction.AopLRUAlgorithm
- Hook for evict.
- getAttribute(Method, Map, boolean) -
Method in class org.jboss.cache.aop.CachedType
-
- 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
-
- getCachedType(Class) -
Method in class org.jboss.cache.aop.TreeCacheAop
-
- 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.AopLRUPolicy
-
- 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
-
- getField(String) -
Method in class org.jboss.cache.aop.CachedType
-
- getFields() -
Method in class org.jboss.cache.aop.CachedType
-
- 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.
- getGet() -
Method in class org.jboss.cache.aop.CachedAttribute
-
- getHobbies() -
Method in class org.jboss.cache.tests.SamplePojo
-
- 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
-
- getKey() -
Method in class org.jboss.cache.aop.CachedMap.Entry
-
- getKey() -
Method in class org.jboss.cache.aop.CachedMapInterceptor.Entry
-
- 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
-
- getManagedMethods(Class) -
Static method in class org.jboss.cache.aop.CollectionInterceptorUtil
-
- 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
-
- getMethodMap(Class) -
Static method in class org.jboss.cache.aop.CollectionInterceptorUtil
-
- getModifications() -
Method in class org.jboss.cache.TransactionEntry
-
- getName() -
Method in class org.jboss.cache.Node
-
- getName() -
Method in class org.jboss.cache.aop.CacheInterceptor
-
- getName() -
Method in class org.jboss.cache.aop.CachedAttribute
-
- getName() -
Method in class org.jboss.cache.aop.CachedListInterceptor
-
- getName() -
Method in class org.jboss.cache.aop.CachedMapInterceptor
-
- getName() -
Method in class org.jboss.cache.aop.CachedSetInterceptor
-
- getName() -
Method in class org.jboss.cache.aop.MetricsInterceptor
-
- getName() -
Method in class org.jboss.cache.aop.MetricsInterceptorFactory
-
- getName() -
Method in class org.jboss.cache.tests.SamplePojo
-
- 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
-
- getNode() -
Method in class org.jboss.cache.aop.CachedList
-
- getNode() -
Method in class org.jboss.cache.aop.CachedListInterceptor
-
- getNode() -
Method in class org.jboss.cache.aop.CachedMap
-
- getNode() -
Method in class org.jboss.cache.aop.CachedMapInterceptor
-
- getNode() -
Method in class org.jboss.cache.aop.CachedSetInterceptor
-
- 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.
- getObject(String) -
Method in class org.jboss.cache.aop.TreeCacheAop
- Retrieve the aop-enabled object from the cache.
- getObject(Fqn) -
Method in class org.jboss.cache.aop.TreeCacheAop
- Retrieve the aop-enabled object from the cache.
- getObject(String) -
Method in interface org.jboss.cache.aop.TreeCacheAopMBean
- Retrieve the aop-enabled object from the cache.
- getObject(Fqn) -
Method in interface org.jboss.cache.aop.TreeCacheAopMBean
- Retrieve the aop-enabled object from the cache.
- 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
-
- getRemoteProxy() -
Method in class org.jboss.cache.TreeCache
-
- getRemoteProxy() -
Method in interface org.jboss.cache.TreeCacheMBean
-
- 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.
- getSet() -
Method in class org.jboss.cache.aop.CachedAttribute
-
- 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
-
- getType() -
Method in class org.jboss.cache.aop.CachedAttribute
-
- getType() -
Method in class org.jboss.cache.aop.CachedType
-
- 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
-
- getValue() -
Method in class org.jboss.cache.aop.CachedMap.Entry
-
- getValue() -
Method in class org.jboss.cache.aop.CachedMapInterceptor.Entry
-
- 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
- handleObjectGraph(Fqn, InstanceAdvisor, CachedType, Object) -
Method in class org.jboss.cache.aop.TreeCacheAop
- Handle cases where there is circular, e.g., parent refers to child and child to parent, or multiple references,
e.g., two objects reference the same
sub-object.
- 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
-
- hasNext() -
Method in class org.jboss.cache.aop.CachedListInterceptor.MyListIterator
-
- hasPrevious() -
Method in class org.jboss.cache.aop.CachedListInterceptor.MyListIterator
-
- 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
-
- hashCode() -
Method in class org.jboss.cache.aop.CachedListInterceptor
-
- hashCode() -
Method in class org.jboss.cache.aop.CachedMap.Entry
-
- hashCode() -
Method in class org.jboss.cache.aop.CachedMap
-
- hashCode() -
Method in class org.jboss.cache.aop.CachedMapInterceptor.Entry
-
- hashCode() -
Method in class org.jboss.cache.aop.CachedMapInterceptor
-
- hashCode() -
Method in class org.jboss.cache.aop.CachedSetInterceptor
-
- 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
-
- InterceptorConfigurationTest - class org.jboss.cache.tests.InterceptorConfigurationTest.
- Created by IntelliJ IDEA.
- InterceptorConfigurationTest() -
Constructor for class org.jboss.cache.tests.InterceptorConfigurationTest
-
- IsolationLevel - class org.jboss.cache.lock.IsolationLevel.
-
- immediate -
Variable in class org.jboss.cache.aop.CachedType
-
- immediates -
Static variable in class org.jboss.cache.aop.CachedType
-
- immutable -
Variable in class org.jboss.cache.aop.CachedType
-
- index -
Variable in class org.jboss.cache.aop.CachedListInterceptor.MyListIterator
-
- indexOf(Object) -
Method in class org.jboss.cache.aop.CachedListInterceptor
-
- init(Object, Fqn, Node, TreeCache) -
Method in class org.jboss.cache.Node
-
- init() -
Method in class org.jboss.cache.Node
-
- instance_ -
Variable in class org.jboss.cache.aop.AOPInstance
-
- interceptor_chain -
Variable in class org.jboss.cache.TreeCache
TreeCache.invokeMethod(MethodCall)
will dispatch to this chain of interceptors.
- invoke(InvocationRequest) -
Method in class org.jboss.cache.TreeCacheInvocationHandler
-
- invoke(Object, Method, Object[]) -
Method in class org.jboss.cache.TreeCacheProxy
-
- invoke(Invocation) -
Method in class org.jboss.cache.aop.CacheInterceptor
-
- invoke(Invocation) -
Method in class org.jboss.cache.aop.CachedListInterceptor
-
- invoke(Invocation) -
Method in class org.jboss.cache.aop.CachedMapInterceptor
-
- invoke(Invocation) -
Method in class org.jboss.cache.aop.CachedSetInterceptor
-
- invoke(Invocation, Object, Map, Map) -
Static method in class org.jboss.cache.aop.CollectionInterceptorUtil
-
- invoke(Invocation) -
Method in class org.jboss.cache.aop.MetricsInterceptor
-
- 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
-
- isEmpty() -
Method in class org.jboss.cache.aop.CachedListInterceptor
-
- isEmpty() -
Method in class org.jboss.cache.aop.CachedMap
-
- isEmpty() -
Method in class org.jboss.cache.aop.CachedMapInterceptor
-
- isEmpty() -
Method in class org.jboss.cache.aop.CachedSetInterceptor
-
- isGet(Method) -
Method in class org.jboss.cache.aop.CachedType
-
- isImmediate() -
Method in class org.jboss.cache.aop.CachedType
-
- isImmediate(Class) -
Static method in class org.jboss.cache.aop.CachedType
-
- isImmutable() -
Method in class org.jboss.cache.aop.CachedType
-
- isInternalNode(Fqn) -
Method in class org.jboss.cache.eviction.AopLRUPolicy
- Check if this is an JBossInternal node.
- isLocked() -
Method in class org.jboss.cache.lock.IdentityLock
- Check if there is a read or write lock
- isNonReplicatable(Field) -
Static method in class org.jboss.cache.aop.CachedType
-
- 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.
- isSet(Method) -
Method in class org.jboss.cache.aop.CachedType
-
- isStateSet -
Variable in class org.jboss.cache.TreeCache
-
- isWriteLocked() -
Method in class org.jboss.cache.lock.IdentityLock
- Check if there is a write lock.
- isolationLevel -
Variable in class org.jboss.cache.TreeCache
-
- iterator() -
Method in class org.jboss.cache.aop.CachedListInterceptor
-
- iterator() -
Method in class org.jboss.cache.aop.CachedSetInterceptor
-
J
- JBOSS_INTERNAL -
Static variable in class org.jboss.cache.aop.TreeCacheAop
-
- 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
-
- JDBCCacheLoaderTest - class org.jboss.cache.tests.JDBCCacheLoaderTest.
- This test has MySQL hard-coded.
- JDBCCacheLoaderTest() -
Constructor for class org.jboss.cache.tests.JDBCCacheLoaderTest
-
- jndi_name -
Variable in class org.jboss.cache.TreeCache
-
K
- KEY -
Static variable in class org.jboss.cache.aop.AOPInstance
- Key under which the AOPInstance is stored in a Node's map.
- keySet() -
Method in class org.jboss.cache.aop.CachedMap
-
- keySet() -
Method in class org.jboss.cache.aop.CachedMapInterceptor
-
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
-
- lastIndexOf(Object) -
Method in class org.jboss.cache.aop.CachedListInterceptor
-
- 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.
- listIterator() -
Method in class org.jboss.cache.aop.CachedListInterceptor
-
- listIterator(int) -
Method in class org.jboss.cache.aop.CachedListInterceptor
-
- 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 -
Static variable in class org.jboss.cache.aop.CachedListInterceptor
-
- log -
Static variable in class org.jboss.cache.aop.CachedMapInterceptor
-
- log -
Static variable in class org.jboss.cache.aop.CachedSetInterceptor
-
- log(String) -
Static method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
-
- log_ -
Static variable in class org.jboss.cache.aop.CacheInterceptor
-
- 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
- MetricsInterceptor - class org.jboss.cache.aop.MetricsInterceptor.
-
- MetricsInterceptor() -
Constructor for class org.jboss.cache.aop.MetricsInterceptor
-
- MetricsInterceptorFactory - class org.jboss.cache.aop.MetricsInterceptorFactory.
- This interceptor handles authentication creation and the initial
population of class metadata
- MetricsInterceptorFactory() -
Constructor for class org.jboss.cache.aop.MetricsInterceptorFactory
-
- 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
-
- main(String[]) -
Static method in class org.jboss.cache.aop.TreeCacheAopView
-
- main(String[]) -
Static method in class org.jboss.cache.tests.BdbjeUnitTestCase
-
- main(String[]) -
Static method in class org.jboss.cache.tests.CacheLoaderTests
-
- main(String[]) -
Static method in class org.jboss.cache.tests.CallbackTest
-
- main(String[]) -
Static method in class org.jboss.cache.tests.DelegatingCacheLoaderTest
-
- main(String[]) -
Static method in class org.jboss.cache.tests.FileCacheLoaderTest
-
- main(String[]) -
Static method in class org.jboss.cache.tests.InterceptorConfigurationTest
-
- main(String[]) -
Static method in class org.jboss.cache.tests.PrepareTxTest
-
- main(String[]) -
Static method in class org.jboss.cache.tests.TxCacheLoaderTest
-
- managedMethods -
Static variable in class org.jboss.cache.aop.CachedListInterceptor
-
- managedMethods -
Static variable in class org.jboss.cache.aop.CachedMapInterceptor
-
- managedMethods -
Static variable in class org.jboss.cache.aop.CachedSetInterceptor
-
- members -
Variable in class org.jboss.cache.TreeCache
-
- methodMap -
Variable in class org.jboss.cache.aop.CachedListInterceptor
-
- methodMap -
Variable in class org.jboss.cache.aop.CachedMapInterceptor
-
- methodMap -
Variable in class org.jboss.cache.aop.CachedSetInterceptor
-
- 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
-
- name -
Variable in class org.jboss.cache.aop.CachedAttribute
-
- next() -
Method in class org.jboss.cache.aop.CachedListInterceptor.MyListIterator
-
- nextIndex() -
Method in class org.jboss.cache.aop.CachedListInterceptor.MyListIterator
-
- nodeAdded(Fqn) -
Method in class org.jboss.cache.eviction.AopLRUPolicy
-
- 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.AopLRUPolicy
-
- 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.AopLRUPolicy
- Note that this removes all children nodes as well.
- 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.AopLRUPolicy
- Override for aop-specific.
- 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.aop - package org.jboss.cache.aop
-
- 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.tests - package org.jboss.cache.tests
-
- 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
-
- PrepareTxTest - class org.jboss.cache.tests.PrepareTxTest.
- Created by IntelliJ IDEA.
- PrepareTxTest() -
Constructor for class org.jboss.cache.tests.PrepareTxTest
-
- 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.
- preAddedNodes(Fqn) -
Method in class org.jboss.cache.eviction.AopLRUAlgorithm
- Hook for processAddedNodes.
- preVisitedNodes(Fqn, long) -
Method in class org.jboss.cache.eviction.AopLRUAlgorithm
- Hook for processVisitedNodes
- 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
-
- previous() -
Method in class org.jboss.cache.aop.CachedListInterceptor.MyListIterator
-
- previousIndex() -
Method in class org.jboss.cache.aop.CachedListInterceptor.MyListIterator
-
- 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.
- proxy_info -
Variable in class org.jboss.cache.TreeCache
-
- 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(Object, Object) -
Method in class org.jboss.cache.aop.CachedMap
-
- put(Object, Object) -
Method in class org.jboss.cache.aop.CachedMapInterceptor
-
- 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.
- putAll(Map) -
Method in class org.jboss.cache.aop.CachedMap
-
- putAll(Map) -
Method in class org.jboss.cache.aop.CachedMapInterceptor
-
- 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
-
- putObject(String, Object) -
Method in class org.jboss.cache.aop.TreeCacheAop
- Insert an aop-enabled object into the cache.
- putObject(Fqn, Object) -
Method in class org.jboss.cache.aop.TreeCacheAop
- Insert an aop-enabled object into the cache.
- putObject(String, Object) -
Method in interface org.jboss.cache.aop.TreeCacheAopMBean
- Insert an aop-enabled object into the cache.
- putObject(Fqn, Object) -
Method in interface org.jboss.cache.aop.TreeCacheAopMBean
- Insert an aop-enabled object into the cache.
R
- READ_COMMITTED -
Static variable in class org.jboss.cache.lock.IsolationLevel
-
- READ_UNCOMMITTED -
Static variable in class org.jboss.cache.lock.IsolationLevel
-
- 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.
- refCount_ -
Variable in class org.jboss.cache.aop.AOPInstance
-
- refFqn_ -
Variable in class org.jboss.cache.aop.AOPInstance
-
- 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(Object) -
Method in class org.jboss.cache.aop.CachedList
-
- remove(int) -
Method in class org.jboss.cache.aop.CachedList
-
- remove() -
Method in class org.jboss.cache.aop.CachedListInterceptor.MyListIterator
-
- remove(int) -
Method in class org.jboss.cache.aop.CachedListInterceptor
-
- remove(Object) -
Method in class org.jboss.cache.aop.CachedListInterceptor
-
- remove(Object) -
Method in class org.jboss.cache.aop.CachedMap
-
- remove(Object) -
Method in class org.jboss.cache.aop.CachedMapInterceptor
-
- remove(Object) -
Method in class org.jboss.cache.aop.CachedSetInterceptor
-
- 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(Collection) -
Method in class org.jboss.cache.aop.CachedListInterceptor
-
- removeAll(Collection) -
Method in class org.jboss.cache.aop.CachedSetInterceptor
-
- 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
-
- removeListener(InvokerCallbackHandler) -
Method in class org.jboss.cache.TreeCacheInvocationHandler
-
- removeNodeMethodLocal -
Static variable in class org.jboss.cache.TreeCache
-
- removeObject(String) -
Method in class org.jboss.cache.aop.TreeCacheAop
- Remove aop-enabled object from the cache.
- removeObject(Fqn) -
Method in class org.jboss.cache.aop.TreeCacheAop
- Remove aop-enabled object from the cache.
- removeObject(String) -
Method in interface org.jboss.cache.aop.TreeCacheAopMBean
- Remove aop-enabled object from the cache.
- removeObject(Fqn) -
Method in interface org.jboss.cache.aop.TreeCacheAopMBean
- Remove aop-enabled object from the cache.
- removeObject(Fqn) -
Method in interface org.jboss.cache.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.
- retainAll(Collection) -
Method in class org.jboss.cache.aop.CachedListInterceptor
-
- retainAll(Collection) -
Method in class org.jboss.cache.aop.CachedSetInterceptor
-
- 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
-
- SamplePojo - class org.jboss.cache.tests.SamplePojo.
-
- SamplePojo(int, String) -
Constructor for class org.jboss.cache.tests.SamplePojo
-
- 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
-
- set -
Variable in class org.jboss.cache.aop.CachedAttribute
-
- set(int, Object) -
Method in class org.jboss.cache.aop.CachedList
-
- set(Object) -
Method in class org.jboss.cache.aop.CachedListInterceptor.MyListIterator
-
- set(int, Object) -
Method in class org.jboss.cache.aop.CachedListInterceptor
-
- setAddedNode(Fqn) -
Method in class org.jboss.cache.eviction.Region
-
- setAge(int) -
Method in class org.jboss.cache.tests.SamplePojo
-
- 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
- setEvictionPolicyClass(String) -
Method in class org.jboss.cache.aop.TreeCacheAop
- Over-ride to make sure we are using an eviction policy specific to aop.
- setEvictionPolicyClass(String) -
Method in interface org.jboss.cache.aop.TreeCacheAopMBean
- Over-ride to make sure we are using an eviction policy specific to aop.
- 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
-
- setGet(Method) -
Method in class org.jboss.cache.aop.CachedAttribute
-
- setHobbies(List) -
Method in class org.jboss.cache.tests.SamplePojo
-
- 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
-
- setInvoker(ServerInvoker) -
Method in class org.jboss.cache.TreeCacheInvocationHandler
-
- 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.
- setMBeanServer(MBeanServer) -
Method in class org.jboss.cache.TreeCacheInvocationHandler
- set the mbean server that the handler can reference
- setMaxNodes(int) -
Method in class org.jboss.cache.eviction.Region
-
- setMax_elements(long) -
Method in class org.jboss.cache.ReplicationQueue
-
- setName(String) -
Method in class org.jboss.cache.tests.SamplePojo
-
- 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
-
- setRemoteProxy(Properties) -
Method in class org.jboss.cache.TreeCache
-
- setRemoteProxy(Properties) -
Method in interface org.jboss.cache.TreeCacheMBean
-
- 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.
- setSet(Method) -
Method in class org.jboss.cache.aop.CachedAttribute
-
- 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
-
- setType(Class) -
Method in class org.jboss.cache.aop.CachedAttribute
-
- setUp() -
Method in class org.jboss.cache.tests.BdbjeUnitTestCase
- Deletes all files in the environment directory.
- setUp() -
Method in class org.jboss.cache.tests.CacheLoaderTests
-
- setUp() -
Method in class org.jboss.cache.tests.CallbackTest
-
- setUp() -
Method in class org.jboss.cache.tests.InterceptorConfigurationTest
-
- setUp() -
Method in class org.jboss.cache.tests.PrepareTxTest
-
- setUp() -
Method in class org.jboss.cache.tests.TxCacheLoaderTest
-
- 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
-
- setValue(Object) -
Method in class org.jboss.cache.aop.CachedMap.Entry
-
- setValue(Object) -
Method in class org.jboss.cache.aop.CachedMapInterceptor.Entry
-
- setVisitedNode(Fqn) -
Method in class org.jboss.cache.eviction.Region
-
- size() -
Method in class org.jboss.cache.Fqn
-
- size() -
Method in class org.jboss.cache.aop.CachedList
-
- size() -
Method in class org.jboss.cache.aop.CachedListInterceptor
-
- size() -
Method in class org.jboss.cache.aop.CachedMap
-
- size() -
Method in class org.jboss.cache.aop.CachedMapInterceptor
-
- size() -
Method in class org.jboss.cache.aop.CachedSetInterceptor
-
- 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.aop.TreeCacheAopView
-
- 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.aop.TreeCacheAopView
-
- 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
-
- subList(int, int) -
Method in class org.jboss.cache.aop.CachedListInterceptor
-
- suite() -
Static method in class org.jboss.cache.tests.BdbjeCacheLoaderTest
-
- suite() -
Static method in class org.jboss.cache.tests.BdbjeUnitTestCase
-
- suite() -
Static method in class org.jboss.cache.tests.CacheLoaderTests
-
- suite() -
Static method in class org.jboss.cache.tests.CallbackTest
-
- suite() -
Static method in class org.jboss.cache.tests.DelegatingCacheLoaderTest
-
- suite() -
Static method in class org.jboss.cache.tests.FileCacheLoaderTest
-
- suite() -
Static method in class org.jboss.cache.tests.InterceptorConfigurationTest
-
- suite() -
Static method in class org.jboss.cache.tests.JDBCCacheLoaderTest
-
- suite() -
Static method in class org.jboss.cache.tests.PrepareTxTest
-
- suite() -
Static method in class org.jboss.cache.tests.TxCacheLoaderTest
-
- 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.
- TreeCacheAop - class org.jboss.cache.aop.TreeCacheAop.
- Implementation of the cache using dyanmic aop interceptors.
- TreeCacheAop(String, String, long) -
Constructor for class org.jboss.cache.aop.TreeCacheAop
-
- TreeCacheAop() -
Constructor for class org.jboss.cache.aop.TreeCacheAop
-
- TreeCacheAop(JChannel) -
Constructor for class org.jboss.cache.aop.TreeCacheAop
-
- TreeCacheAopMBean - interface org.jboss.cache.aop.TreeCacheAopMBean.
- MBean interface.
- TreeCacheAopView - class org.jboss.cache.aop.TreeCacheAopView.
- Graphical view of a ReplicatedTree (using the MVC paradigm).
- TreeCacheAopView(TreeCacheAop) -
Constructor for class org.jboss.cache.aop.TreeCacheAopView
-
- TreeCacheInvocationHandler - class org.jboss.cache.TreeCacheInvocationHandler.
- TreeCacheInvocationHandler is a ServerInvocationHandler that will forward requests to the
MBeanServer and return the results from the MBeanServer.
- TreeCacheInvocationHandler() -
Constructor for class org.jboss.cache.TreeCacheInvocationHandler
-
- TreeCacheListener - interface org.jboss.cache.TreeCacheListener.
- Callbacks for various events regarding TreeCache.
- TreeCacheMBean - interface org.jboss.cache.TreeCacheMBean.
- MBean interface.
- TreeCacheProxy - class org.jboss.cache.TreeCacheProxy.
- Simple Remoting-based proxy that can be downloaded (via JNDI) into the client's address space.
- TreeCacheProxy(String, ObjectName) -
Constructor for class org.jboss.cache.TreeCacheProxy
-
- 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.
- TxCacheLoaderTest - class org.jboss.cache.tests.TxCacheLoaderTest.
- Created by IntelliJ IDEA.
- TxCacheLoaderTest() -
Constructor for class org.jboss.cache.tests.TxCacheLoaderTest
-
- 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.
- tearDown() -
Method in class org.jboss.cache.tests.BdbjeUnitTestCase
- Release all resources and ignore exceptions, to shutdown gracefully
when an assertion fires.
- tearDown() -
Method in class org.jboss.cache.tests.CacheLoaderTests
-
- tearDown() -
Method in class org.jboss.cache.tests.CallbackTest
-
- tearDown() -
Method in class org.jboss.cache.tests.DelegatingCacheLoaderTest
-
- tearDown() -
Method in class org.jboss.cache.tests.InterceptorConfigurationTest
-
- tearDown() -
Method in class org.jboss.cache.tests.PrepareTxTest
-
- tearDown() -
Method in class org.jboss.cache.tests.TxCacheLoaderTest
-
- testBareConfig() -
Method in class org.jboss.cache.tests.InterceptorConfigurationTest
-
- testBasicExceptions() -
Method in class org.jboss.cache.tests.BdbjeUnitTestCase
- Test exception cases and create/destroy/create/destroy sequence.
- testBasicOperations() -
Method in class org.jboss.cache.tests.BdbjeUnitTestCase
- Tests basic operations without a transaction.
- testBasicOperations() -
Method in class org.jboss.cache.tests.CacheLoaderTests
- Tests basic operations without a transaction.
- testBasicOperationsTransactional() -
Method in class org.jboss.cache.tests.BdbjeUnitTestCase
- Tests basic operations with a transaction.
- testBasicOperationsTransactional() -
Method in class org.jboss.cache.tests.CacheLoaderTests
- Tests basic operations with a transaction.
- testCacheLoading2() -
Method in class org.jboss.cache.tests.CacheLoaderTests
-
- testCacheModificationInAfterCompletionPhase() -
Method in class org.jboss.cache.tests.PrepareTxTest
- Tests cache modification inside the afterCompletion() callback.
- testCacheModificationInBeforeCompletionPhase() -
Method in class org.jboss.cache.tests.PrepareTxTest
- Tests cache modification inside the afterCompletion() callback.
- testDatabaseName() -
Method in class org.jboss.cache.tests.BdbjeUnitTestCase
- Test non-default database name.
- testDatabaseName() -
Method in class org.jboss.cache.tests.CacheLoaderTests
- Test non-default database name.
- testEvictionWithCacheLoader() -
Method in class org.jboss.cache.tests.CacheLoaderTests
-
- testEvictionWithCacheLoader2() -
Method in class org.jboss.cache.tests.CacheLoaderTests
-
- testEvictionWithGetChildrenNames() -
Method in class org.jboss.cache.tests.CacheLoaderTests
-
- testExists() -
Method in class org.jboss.cache.tests.CacheLoaderTests
-
- testGetChildren() -
Method in class org.jboss.cache.tests.CacheLoaderTests
-
- testGetChildren2() -
Method in class org.jboss.cache.tests.CacheLoaderTests
-
- testGetChildren3() -
Method in class org.jboss.cache.tests.CacheLoaderTests
-
- testGetChildren4() -
Method in class org.jboss.cache.tests.CacheLoaderTests
-
- testGetChildrenNames() -
Method in class org.jboss.cache.tests.BdbjeUnitTestCase
- Tests the getChildrenNames() method.
- testGetChildrenNames() -
Method in class org.jboss.cache.tests.CacheLoaderTests
- Tests the getChildrenNames() method.
- testLoadAndStore() -
Method in class org.jboss.cache.tests.BdbjeUnitTestCase
- Test load/store state.
- testLoadAndStore() -
Method in class org.jboss.cache.tests.CacheLoaderTests
- Test load/store state.
- testLocalCallbackWithException() -
Method in class org.jboss.cache.tests.CallbackTest
-
- testLocalCallbackWithTransaction() -
Method in class org.jboss.cache.tests.CallbackTest
-
- testLocalCallbackWithoutTransaction() -
Method in class org.jboss.cache.tests.CallbackTest
-
- testModifications() -
Method in class org.jboss.cache.tests.BdbjeUnitTestCase
- Tests basic operations without a transaction.
- testModifications() -
Method in class org.jboss.cache.tests.CacheLoaderTests
- Tests basic operations without a transaction.
- testModificationsTransactional() -
Method in class org.jboss.cache.tests.BdbjeUnitTestCase
- Tests basic operations with a transaction.
- testModificationsTransactional() -
Method in class org.jboss.cache.tests.CacheLoaderTests
- Tests basic operations with a transaction.
- testMultiLevelTree() -
Method in class org.jboss.cache.tests.BdbjeUnitTestCase
- Tests creating implicit intermediate nodes when a leaf node is created,
and tests removing subtrees.
- testMultiLevelTree() -
Method in class org.jboss.cache.tests.CacheLoaderTests
- Tests creating implicit intermediate nodes when a leaf node is created,
and tests removing subtrees.
- testNullKeysAndValues() -
Method in class org.jboss.cache.tests.BdbjeUnitTestCase
- Tests that null keys and values work as for a standard Java Map.
- testNullKeysAndValues() -
Method in class org.jboss.cache.tests.CacheLoaderTests
- Tests that null keys and values work as for a standard Java Map.
- testOnePhaseTransaction() -
Method in class org.jboss.cache.tests.BdbjeUnitTestCase
- Tests a one-phase transaction.
- testOnePhaseTransaction() -
Method in class org.jboss.cache.tests.CacheLoaderTests
- Tests a one-phase transaction.
- testPopulate() -
Method in class org.jboss.cache.tests.CacheLoaderTests
- Just adds some data that wil be later retrieved.
- testPreloading() -
Method in class org.jboss.cache.tests.CacheLoaderTests
-
- testPrint() -
Method in class org.jboss.cache.tests.CacheLoaderTests
-
- testPut() -
Method in class org.jboss.cache.tests.CacheLoaderTests
-
- testPutAfterTxCommit() -
Method in class org.jboss.cache.tests.TxCacheLoaderTest
-
- testPutAfterTxRollback() -
Method in class org.jboss.cache.tests.TxCacheLoaderTest
-
- testRemove() -
Method in class org.jboss.cache.tests.CacheLoaderTests
-
- testRemoveData() -
Method in class org.jboss.cache.tests.CacheLoaderTests
-
- testRemoveData2() -
Method in class org.jboss.cache.tests.CacheLoaderTests
-
- testRemoveData3() -
Method in class org.jboss.cache.tests.CacheLoaderTests
-
- testRemoveKey() -
Method in class org.jboss.cache.tests.CacheLoaderTests
-
- testRemoveKey2() -
Method in class org.jboss.cache.tests.CacheLoaderTests
-
- testRemoveKey3() -
Method in class org.jboss.cache.tests.CacheLoaderTests
-
- testRemoveRoot() -
Method in class org.jboss.cache.tests.CacheLoaderTests
-
- testSerialization() -
Method in class org.jboss.cache.tests.CacheLoaderTests
-
- testSharedCacheLoaderConfig() -
Method in class org.jboss.cache.tests.InterceptorConfigurationTest
-
- testSyncReplicationWith2Caches() -
Method in class org.jboss.cache.tests.CallbackTest
-
- testTransactionExceptions() -
Method in class org.jboss.cache.tests.BdbjeUnitTestCase
- Tests a non-transactional prepare.
- testTransactionRollback() -
Method in class org.jboss.cache.tests.BdbjeUnitTestCase
- Tests rollback of a two-phase transaction.
- testTransactionRollback() -
Method in class org.jboss.cache.tests.CacheLoaderTests
- Tests rollback of a two-phase transaction.
- testTwoPhaseTransaction() -
Method in class org.jboss.cache.tests.BdbjeUnitTestCase
- Tests a two-phase transaction.
- testTwoPhaseTransaction() -
Method in class org.jboss.cache.tests.CacheLoaderTests
- Tests a two-phase transaction.
- testTxAndRepl() -
Method in class org.jboss.cache.tests.InterceptorConfigurationTest
-
- testTxConfig() -
Method in class org.jboss.cache.tests.InterceptorConfigurationTest
-
- testTxPrepareAndRollback() -
Method in class org.jboss.cache.tests.TxCacheLoaderTest
-
- testTxPutCommit() -
Method in class org.jboss.cache.tests.CacheLoaderTests
-
- testTxPutCommit() -
Method in class org.jboss.cache.tests.TxCacheLoaderTest
-
- testTxPutRollback() -
Method in class org.jboss.cache.tests.CacheLoaderTests
-
- testUnsharedCacheLoaderConfig() -
Method in class org.jboss.cache.tests.InterceptorConfigurationTest
-
- tm -
Variable in class org.jboss.cache.TreeCache
- Used to get the Transaction associated with the current thread
- tm_lookup -
Variable in class org.jboss.cache.TreeCache
- Method to acquire a TransactionManager.
- tm_lookup_class -
Variable in class org.jboss.cache.TreeCache
- Class of the implementation of TransactionManagerLookup
- toArray() -
Method in class org.jboss.cache.aop.CachedListInterceptor
-
- toArray(Object[]) -
Method in class org.jboss.cache.aop.CachedListInterceptor
-
- toArray() -
Method in class org.jboss.cache.aop.CachedSetInterceptor
-
- toArray(Object[]) -
Method in class org.jboss.cache.aop.CachedSetInterceptor
-
- 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.aop.CachedListInterceptor
-
- toString() -
Method in class org.jboss.cache.aop.CachedMapInterceptor
-
- toString() -
Method in class org.jboss.cache.aop.CachedSetInterceptor
-
- toString() -
Method in class org.jboss.cache.aop.CachedType
-
- 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
-
- toString() -
Method in class org.jboss.cache.tests.SamplePojo
-
- 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
- type -
Variable in class org.jboss.cache.aop.CachedAttribute
-
- type -
Variable in class org.jboss.cache.aop.CachedType
-
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
-
- values() -
Method in class org.jboss.cache.aop.CachedMap
-
- values() -
Method in class org.jboss.cache.aop.CachedMapInterceptor
-
- 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
-
- visitChildrenRecursively(Region, Fqn) -
Method in class org.jboss.cache.eviction.AopLRUPolicy
-
W
- WAIT_TIME -
Static variable in class org.jboss.cache.eviction.Region
-
- WriteReplaceable - interface org.jboss.cache.aop.WriteReplaceable.
-
- WriteReplacer - class org.jboss.cache.aop.WriteReplacer.
-
- WriteReplacer(Object) -
Constructor for class org.jboss.cache.aop.WriteReplacer
-
- 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
-
- writeReplace() -
Method in interface org.jboss.cache.aop.WriteReplaceable
-
- writeReplace() -
Method in class org.jboss.cache.aop.WriteReplacer
-
- 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
-
- _put(GlobalTransaction, Fqn, Object, Object, boolean) -
Method in class org.jboss.cache.aop.TreeCacheAop
- Override the base class to provide some aop specific behaviors.
- _put(GlobalTransaction, Fqn, Object, Object, boolean) -
Method in interface org.jboss.cache.aop.TreeCacheAopMBean
-
- _putObject(Fqn, Object) -
Method in class org.jboss.cache.aop.TreeCacheAop
-
- _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
-
- _removeObject(Fqn, boolean) -
Method in class org.jboss.cache.aop.TreeCacheAop
-
- _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.