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

A

AbstractCacheLoader - Class in org.jboss.cache.loader
A convenience abstract implementation of a CacheLoader.
AbstractCacheLoader() - Constructor for class org.jboss.cache.loader.AbstractCacheLoader
 
AbstractDataCommand - Class in org.jboss.cache.commands.read
An abstract class providing basic functionality of all DataCommands.
AbstractDataCommand() - Constructor for class org.jboss.cache.commands.read.AbstractDataCommand
 
AbstractDelegatingCacheLoader - Class in org.jboss.cache.loader
AbstractDelegatingCacheLoader provides standard functionality for a cache loader that simply delegates each operation defined in the cache loader interface to the underlying cache loader, basically acting as a proxy to the real cache loader.
AbstractDelegatingCacheLoader(CacheLoader) - Constructor for class org.jboss.cache.loader.AbstractDelegatingCacheLoader
 
AbstractInvocationDelegate - Class in org.jboss.cache.invocation
The JBoss Cache hand-wired interceptor stack.
AbstractInvocationDelegate() - Constructor for class org.jboss.cache.invocation.AbstractInvocationDelegate
 
AbstractLockManager - Class in org.jboss.cache.lock
Common lock manager functionality
AbstractLockManager() - Constructor for class org.jboss.cache.lock.AbstractLockManager
 
AbstractMarshaller - Class in org.jboss.cache.marshall
Abstract AbstractMarshaller for JBoss Cache.
AbstractMarshaller() - Constructor for class org.jboss.cache.marshall.AbstractMarshaller
 
AbstractNode<K,V> - Class in org.jboss.cache
Base class for UnversionedNode.
AbstractNode() - Constructor for class org.jboss.cache.AbstractNode
 
AbstractNode.NodeFlags - Enum in org.jboss.cache
These flags were originally stored as booleans on the UnversionedNode class.
AbstractNodeFactory<K,V> - Class in org.jboss.cache
Generates new nodes based on the CacheSPI configuration.
AbstractNodeFactory() - Constructor for class org.jboss.cache.AbstractNodeFactory
 
AbstractSharedLockContainer<E> - Class in org.jboss.cache.util.concurrent.locks
A container for locks.
AbstractSharedLockContainer() - Constructor for class org.jboss.cache.util.concurrent.locks.AbstractSharedLockContainer
 
AbstractTransactionCommand - Class in org.jboss.cache.commands.tx
Base class for transaction boundary commands that deal with global transactions
AbstractTransactionCommand() - Constructor for class org.jboss.cache.commands.tx.AbstractTransactionCommand
 
AbstractTransactionContext - Class in org.jboss.cache.transaction
An abstract transaction context
AbstractTransactionContext(Transaction) - Constructor for class org.jboss.cache.transaction.AbstractTransactionContext
 
AbstractVersionedDataCommand - Class in org.jboss.cache.commands.write
Base version of DataCommand which handles common behaviour
AbstractVersionedDataCommand() - Constructor for class org.jboss.cache.commands.write.AbstractVersionedDataCommand
 
AbstractVisitor - Class in org.jboss.cache.commands
An abstract implementation of a Visitor that delegates all visit calls to a default handler which can be overridden.
AbstractVisitor() - Constructor for class org.jboss.cache.commands.AbstractVisitor
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.jboss.cache.commands.legacy.write.CreateNodeCommand
Deprecated.  
acceptVisitor(InvocationContext, Visitor) - Method in class org.jboss.cache.commands.read.ExistsCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.jboss.cache.commands.read.GetChildrenNamesCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.jboss.cache.commands.read.GetDataMapCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.jboss.cache.commands.read.GetKeysCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.jboss.cache.commands.read.GetKeyValueCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.jboss.cache.commands.read.GetNodeCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.jboss.cache.commands.read.GravitateDataCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.jboss.cache.commands.tx.CommitCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.jboss.cache.commands.tx.OptimisticPrepareCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.jboss.cache.commands.tx.PrepareCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.jboss.cache.commands.tx.RollbackCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in interface org.jboss.cache.commands.VisitableCommand
Accept a visitor, and return the result of accepting this visitor.
acceptVisitor(InvocationContext, Visitor) - Method in class org.jboss.cache.commands.write.ClearDataCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.jboss.cache.commands.write.EvictCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.jboss.cache.commands.write.InvalidateCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.jboss.cache.commands.write.MoveCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.jboss.cache.commands.write.PutDataMapCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.jboss.cache.commands.write.PutForExternalReadCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.jboss.cache.commands.write.PutKeyValueCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.jboss.cache.commands.write.RemoveKeyCommand
 
acceptVisitor(InvocationContext, Visitor) - Method in class org.jboss.cache.commands.write.RemoveNodeCommand
 
acquire(Object, long, LockType) - Method in class org.jboss.cache.lock.IdentityLock
Deprecated.  
acquire(Object, long, LockType) - Method in interface org.jboss.cache.lock.NodeLock
Deprecated.  
acquireAll(Object, long, LockType) - Method in class org.jboss.cache.lock.IdentityLock
Deprecated.  
acquireAll(Object, long, LockType, boolean) - Method in class org.jboss.cache.lock.IdentityLock
Deprecated.  
acquireAll(Object, long, LockType) - Method in interface org.jboss.cache.lock.NodeLock
Deprecated. Recursively acquire locks for this node and all subnodes, including internal Fqns such as buddy backup subtrees.
acquireAll(Object, long, LockType, boolean) - Method in interface org.jboss.cache.lock.NodeLock
Deprecated. Same as the overloaded NodeLock.acquire(Object, long, LockType) except that you can optionally specify that internal Fqns - such as buddy backup subtrees - can be excluded when acquiring locks.
acquireAllLocks(List<Fqn>, boolean) - Method in class org.jboss.cache.lock.StripedLock
Acquires locks on all fqns passed in.
acquireLock(Fqn, boolean) - Method in class org.jboss.cache.lock.StripedLock
Blocks until a lock is acquired.
acquireLock(E) - Method in class org.jboss.cache.util.concurrent.locks.AbstractSharedLockContainer
 
acquireLock(E, long, TimeUnit) - Method in class org.jboss.cache.util.concurrent.locks.AbstractSharedLockContainer
 
acquireLock(E) - Method in interface org.jboss.cache.util.concurrent.locks.LockContainer
 
acquireLock(E, long, TimeUnit) - Method in interface org.jboss.cache.util.concurrent.locks.LockContainer
 
acquireLock(E) - Method in class org.jboss.cache.util.concurrent.locks.PerElementLockContainer
 
acquireLock(E, long, TimeUnit) - Method in class org.jboss.cache.util.concurrent.locks.PerElementLockContainer
 
acquireLocksForStateTransfer(NodeSPI, long, boolean) - Method in class org.jboss.cache.statetransfer.LegacyStateTransferManager
Deprecated.  
acquireReadLock(Object, long) - Method in class org.jboss.cache.lock.IdentityLock
Deprecated. Acquire a read lock with a timeout period of timeout milliseconds.
acquireReadLock(Object, long) - Method in interface org.jboss.cache.lock.NodeLock
Deprecated. Acquires a read lock with a timeout period of timeout milliseconds.
acquireWriteLock(Object, long) - Method in class org.jboss.cache.lock.IdentityLock
Deprecated. Acquire a write lock with a timeout of timeout milliseconds.
acquireWriteLock(Object, long) - Method in interface org.jboss.cache.lock.NodeLock
Deprecated. Acquires a write lock with a timeout of timeout milliseconds.
activate() - Method in interface org.jboss.cache.Region
Activates this region for replication.
activate() - Method in class org.jboss.cache.RegionImpl
 
activate(Fqn) - Method in interface org.jboss.cache.RegionManager
Activates unmarshalling of replication messages for the region rooted in the given Fqn.
activate(Fqn) - Method in class org.jboss.cache.RegionManagerImpl
 
activate() - Method in class org.jboss.cache.transaction.TransactionLog
 
activateIfEmpty() - Method in interface org.jboss.cache.Region
Activates this region for replication, but if the Fqn that represents this region already exists and either contains data or children, no state transfers take place.
activateIfEmpty() - Method in class org.jboss.cache.RegionImpl
 
activateIfEmpty(Fqn) - Method in interface org.jboss.cache.RegionManager
Attempts to activate a given region rooted at a given Fqn, similar to RegionManager.activate(org.jboss.cache.Fqn) except that if the fqn is currently already in use (probably already been activated) this method is a no-op.
activateIfEmpty(Fqn) - Method in class org.jboss.cache.RegionManagerImpl
 
ActivationInterceptor - Class in org.jboss.cache.interceptors
Loads nodes that don't exist at the time of the call into memory from the CacheLoader.
ActivationInterceptor() - Constructor for class org.jboss.cache.interceptors.ActivationInterceptor
 
activeStatusChanged(boolean) - Method in class org.jboss.cache.loader.SingletonStoreCacheLoader
Method called when the node either becomes the coordinator or stops being the coordinator.
activeWriter_ - Variable in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
 
add(ReplicateCommand) - Method in class org.jboss.cache.cluster.ReplicationQueue
Adds a new method call.
add(int) - Method in class org.jboss.cache.util.BitEncodedIntegerSet
Adds an integer to the set.
add(E) - Method in class org.jboss.cache.util.concurrent.ConcurrentHashSet
 
add(E) - Method in class org.jboss.cache.util.ImmutableListCopy
 
addAfterInterceptor(CommandInterceptor, Class<? extends CommandInterceptor>) - Method in class org.jboss.cache.interceptors.InterceptorChain
Adds a new interceptor in list after an interceptor of a given type.
addAll(BitEncodedIntegerSet) - Method in class org.jboss.cache.util.BitEncodedIntegerSet
Adds all elements of another BitEncodedIntegerSet to the current set.
addAll(Collection<? extends E>) - Method in class org.jboss.cache.util.concurrent.ConcurrentHashSet
 
addAll(Collection<? extends E>) - Method in class org.jboss.cache.util.ImmutableListCopy
 
addAll(int, Collection<? extends E>) - Method in class org.jboss.cache.util.ImmutableListCopy
 
addAllLocks(List) - Method in class org.jboss.cache.InvocationContext
Adds a List of locks to the currently maintained collection of locks acquired.
addAllLocks(List) - Method in class org.jboss.cache.transaction.AbstractTransactionContext
 
addAllLocks(List) - Method in interface org.jboss.cache.transaction.TransactionContext
Adds a List of locks to the currently maintained collection of locks acquired.
addBeforeInterceptor(CommandInterceptor, Class<? extends CommandInterceptor>) - Method in class org.jboss.cache.interceptors.InterceptorChain
Adds a new interceptor in list after an interceptor of a given type.
addBuddies(Collection<Address>) - Method in class org.jboss.cache.buddyreplication.BuddyGroup
 
addCacheListener(Object) - Method in interface org.jboss.cache.Cache
Adds a CacheListener-annotated object to the entire cache.
addCacheListener(Object) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
addCacheListener(Object) - Method in interface org.jboss.cache.notifications.Notifier
Adds a cache listener to the list of cache listeners registered.
addCacheListener(Object) - Method in class org.jboss.cache.notifications.NotifierImpl
 
addCacheLoader(CacheLoader, CacheLoaderConfig.IndividualCacheLoaderConfig) - Method in class org.jboss.cache.loader.ChainingCacheLoader
Adds a cache loader to the chain (always added at the end of the chain)
addChild(Object, InternalNode<K, V>) - Method in class org.jboss.cache.AbstractNode
 
addChild(InternalNode<K, V>) - Method in class org.jboss.cache.AbstractNode
 
addChild(InternalNode<K, V>, boolean) - Method in class org.jboss.cache.AbstractNode
 
addChild(Object, InternalNode<K, V>) - Method in interface org.jboss.cache.InternalNode
 
addChild(InternalNode<K, V>) - Method in interface org.jboss.cache.InternalNode
 
addChild(InternalNode<K, V>, boolean) - Method in interface org.jboss.cache.InternalNode
Same as above, except that if safe is true, any Fqn ancestry checking is skipped.
addChild(Object, Node<K, V>) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
addChild(Fqn) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
addChild(Object, InternalNode<K, V>) - Method in class org.jboss.cache.mvcc.NodeReference
 
addChild(InternalNode<K, V>) - Method in class org.jboss.cache.mvcc.NodeReference
 
addChild(InternalNode<K, V>, boolean) - Method in class org.jboss.cache.mvcc.NodeReference
 
addChild(Fqn) - Method in interface org.jboss.cache.Node
Adds a child node with the given Fqn under the current node.
addChild(Object, Node<K, V>) - Method in interface org.jboss.cache.NodeSPI
Adds or replaces a child by name.
addChild(WorkspaceNode<K, V>) - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated. Adds a given WorkspaceNode to the current node's child map
addChild(WorkspaceNode<K, V>) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
addChild(Object, InternalNode<K, V>) - Method in class org.jboss.cache.UnversionedNode
 
addChild(InternalNode<K, V>) - Method in class org.jboss.cache.UnversionedNode
 
addChild(InternalNode<K, V>, boolean) - Method in class org.jboss.cache.UnversionedNode
 
addChildConfig(ConfigurationComponent) - Method in class org.jboss.cache.config.ConfigurationComponent
 
addChildConfigs(Collection<? extends ConfigurationComponent>) - Method in class org.jboss.cache.config.ConfigurationComponent
 
addChildDirect(Object, Node<K, V>) - Method in class org.jboss.cache.AbstractNode
 
addChildDirect(NodeSPI<K, V>) - Method in class org.jboss.cache.AbstractNode
 
addChildDirect(Fqn) - Method in class org.jboss.cache.AbstractNode
 
addChildDirect(Fqn, boolean) - Method in class org.jboss.cache.AbstractNode
 
addChildDirect(Object, boolean) - Method in class org.jboss.cache.AbstractNode
 
addChildDirect(Object, Node<K, V>) - Method in interface org.jboss.cache.InternalNode
Deprecated. 
addChildDirect(NodeSPI<K, V>) - Method in interface org.jboss.cache.InternalNode
Deprecated. 
addChildDirect(Fqn) - Method in interface org.jboss.cache.InternalNode
Deprecated. 
addChildDirect(Fqn, boolean) - Method in interface org.jboss.cache.InternalNode
Deprecated. 
addChildDirect(Object, boolean) - Method in interface org.jboss.cache.InternalNode
Deprecated. 
addChildDirect(Fqn) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
addChildDirect(Fqn, boolean) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
addChildDirect(Object, boolean) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
addChildDirect(NodeSPI<K, V>) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
addChildDirect(Fqn) - Method in class org.jboss.cache.mvcc.NodeReference
 
addChildDirect(Fqn, boolean) - Method in class org.jboss.cache.mvcc.NodeReference
 
addChildDirect(Object, boolean) - Method in class org.jboss.cache.mvcc.NodeReference
 
addChildDirect(Object, Node<K, V>) - Method in class org.jboss.cache.mvcc.NodeReference
 
addChildDirect(NodeSPI<K, V>) - Method in class org.jboss.cache.mvcc.NodeReference
 
addChildDirect(Fqn) - Method in interface org.jboss.cache.NodeSPI
Adds a child directly to a Node.
addChildDirect(Fqn, boolean) - Method in interface org.jboss.cache.NodeSPI
Same as NodeSPI.addChildDirect(Fqn) except that it optionally allows you to suppress notification events for the creation of this node.
addChildDirect(Object, boolean) - Method in interface org.jboss.cache.NodeSPI
Same as NodeSPI.addChildDirect(Fqn, boolean) except that it just takes a child name
addChildDirect(NodeSPI<K, V>) - Method in interface org.jboss.cache.NodeSPI
Directly adds the node passed in to the children map of the current node.
addChildDirect(Fqn) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
addChildDirect(NodeSPI<K, V>) - Method in class org.jboss.cache.PessimisticUnversionedNode
Deprecated.  
addChildDirect(Fqn, boolean) - Method in class org.jboss.cache.PessimisticUnversionedNode
Deprecated.  
addChildDirect(Object, boolean) - Method in class org.jboss.cache.PessimisticUnversionedNode
Deprecated.  
addChildDirect(Object, Node<K, V>) - Method in class org.jboss.cache.PessimisticUnversionedNode
Deprecated.  
addChildDirect(Fqn) - Method in class org.jboss.cache.PessimisticUnversionedNode
Deprecated.  
addComponentDependencies(ComponentRegistry.Component) - Method in class org.jboss.cache.factories.ComponentRegistry
Adds component dependencies for a given component, by populating ComponentRegistry.Component.injectionMethods.
addDummyNodeCreatedByCacheLoader(Fqn) - Method in class org.jboss.cache.transaction.AbstractTransactionContext
 
addDummyNodeCreatedByCacheLoader(Fqn) - Method in interface org.jboss.cache.transaction.TransactionContext
Adds an Fqn to the list of uninitialized nodes created by the cache loader.
addedEntries - Variable in class org.jboss.cache.util.Util.MapModifications
 
addErroneousAttribute(String) - Method in exception org.jboss.cache.config.ConfigurationException
 
addEvictionRegionConfig(EvictionRegionConfig) - Method in class org.jboss.cache.config.EvictionConfig
 
addFqnLoaded(Fqn) - Method in class org.jboss.cache.InvocationContext
Adds an Fqn to the set of Fqns loaded by the cache loader interceptor.
addIndividualCacheLoaderConfig(CacheLoaderConfig.IndividualCacheLoaderConfig) - Method in class org.jboss.cache.config.CacheLoaderConfig
 
addInterceptor(CommandInterceptor, int) - Method in interface org.jboss.cache.Cache
Adds a custom interceptor to the interceptor chain, at specified position, where the first interceptor in the chain is at position 0 and the last one at getInterceptorChain().size() - 1.
addInterceptor(CommandInterceptor, Class<? extends CommandInterceptor>) - Method in interface org.jboss.cache.Cache
Adds a custom interceptor to the interceptor chain, after an instance of the specified interceptor type.
addInterceptor(CommandInterceptor, int) - Method in class org.jboss.cache.interceptors.InterceptorChain
Inserts the given interceptor at the specified position in the chain (o based indexing).
addInterceptor(CommandInterceptor, int) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
addInterceptor(CommandInterceptor, Class<? extends CommandInterceptor>) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
addLocalModification(WriteCommand) - Method in class org.jboss.cache.transaction.AbstractTransactionContext
 
addLocalModification(WriteCommand) - Method in class org.jboss.cache.transaction.PessimisticTransactionContext
Deprecated.  
addLocalModification(WriteCommand) - Method in interface org.jboss.cache.transaction.TransactionContext
Adds a modification to the local modification list.
addLock(Object) - Method in class org.jboss.cache.InvocationContext
Adds a lock to the currently maintained collection of locks acquired.
addLock(Object) - Method in class org.jboss.cache.transaction.AbstractTransactionContext
 
addLock(Object) - Method in interface org.jboss.cache.transaction.TransactionContext
Adds a lock to the currently maintained collection of locks acquired.
addModification(WriteCommand) - Method in class org.jboss.cache.transaction.AbstractTransactionContext
 
addModification(WriteCommand) - Method in class org.jboss.cache.transaction.PessimisticTransactionContext
Deprecated.  
addModification(WriteCommand) - Method in interface org.jboss.cache.transaction.TransactionContext
Adds a modification to the modification list.
addNode(WorkspaceNode<K, V>) - Method in interface org.jboss.cache.optimistic.TransactionWorkspace
Deprecated. Is thread safe so you dont need to deal with synchronising access to this method.
addNode(WorkspaceNode<K, V>) - Method in class org.jboss.cache.optimistic.TransactionWorkspaceImpl
Deprecated.  
addNodeEntry(NodeEntry) - Method in class org.jboss.cache.eviction.ElementSizeQueue
 
addNodeEntry(NodeEntry) - Method in interface org.jboss.cache.eviction.EvictionQueue
Add a NodeEntry to the queue.
addNodeEntry(NodeEntry) - Method in class org.jboss.cache.eviction.FIFOQueue
 
addNodeEntry(NodeEntry) - Method in class org.jboss.cache.eviction.LFUQueue
 
addNodeEntry(NodeEntry) - Method in class org.jboss.cache.eviction.LRUQueue
 
addNodeEntry(NodeEntry) - Method in class org.jboss.cache.eviction.MRUQueue
 
addNodeEntry(NodeEntry) - Method in class org.jboss.cache.eviction.NullEvictionQueue
No-op
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
addReader(Object) - Method in class org.jboss.cache.lock.LockMap
Adding a reader owner.
addRemovedNode(Fqn) - Method in class org.jboss.cache.transaction.AbstractTransactionContext
 
addRemovedNode(Fqn) - Method in interface org.jboss.cache.transaction.TransactionContext
Adds the node that has been removed in the scope of the current transaction.
addToEnvironment(String, Object) - Method in class org.jboss.cache.transaction.DummyContext
Adds a new environment property to the environment of this context.
AdjListJDBCCacheLoader - Class in org.jboss.cache.loader
Adjacency List Model is the model of persisting trees in which each children holds a reference to its parent.
AdjListJDBCCacheLoader() - Constructor for class org.jboss.cache.loader.AdjListJDBCCacheLoader
 
AdjListJDBCCacheLoaderConfig - Class in org.jboss.cache.loader
AdjListJDBCCacheLoaderConfig
AdjListJDBCCacheLoaderConfig() - Constructor for class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
afterCompletion(int) - Method in class org.jboss.cache.interceptors.OrderedSynchronizationHandler
 
afterExecutingCommand(ReplicableCommand) - Method in interface org.jboss.cache.marshall.ReplicationObserver
 
algorithm - Variable in class org.jboss.cache.eviction.LRUPolicy
Deprecated.  
allowInvocations() - Method in enum org.jboss.cache.CacheStatus
 
allowReader() - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
Override this method to change to reader preference *
allowTombstones - Variable in class org.jboss.cache.eviction.BaseEvictionAlgorithm
 
AnnounceBuddyPoolNameCommand - Class in org.jboss.cache.commands.remote
Announces a buddy pool name to the cluster.
AnnounceBuddyPoolNameCommand() - Constructor for class org.jboss.cache.commands.remote.AnnounceBuddyPoolNameCommand
 
AnnounceBuddyPoolNameCommand(Address, String) - Constructor for class org.jboss.cache.commands.remote.AnnounceBuddyPoolNameCommand
 
appendIntereceptor(CommandInterceptor) - Method in class org.jboss.cache.interceptors.InterceptorChain
Appends at the end.
applyDefaults(EvictionRegionConfig) - Method in class org.jboss.cache.config.EvictionConfig
Applies defaults to a config passed in
asList() - Method in class org.jboss.cache.interceptors.InterceptorChain
Returns an unmofiable list with all the interceptors in sequence.
asMap(Cache<K, V>) - Static method in class org.jboss.cache.util.Caches
Returns a Map from the root node.
asMap(Node<K, V>) - Static method in class org.jboss.cache.util.Caches
Returns a Map, where map keys are named children of the given Node, and values are kept under a single key for this node.
asPartitionedMap(Node<K, V>) - Static method in class org.jboss.cache.util.Caches
Returns a Map, where map entries are partitioned into children nodes, within a cache node.
asPartitionedMap(Node<K, V>, Caches.ChildSelector<K>) - Static method in class org.jboss.cache.util.Caches
Returns a Map, where map entries are partitioned into children, within a cache node, by key hash code.
asPartitionedMap(Cache<K, V>) - Static method in class org.jboss.cache.util.Caches
Returns a Map, where map entries are partitioned into child nodes, within the cache root, by key hash code.
assertIsConstructed() - Method in class org.jboss.cache.invocation.AbstractInvocationDelegate
 
assertIsTransformable(String) - Static method in class org.jboss.cache.config.EvictionConfig
Deprecated. 
assertNotLegacyElement(Element) - Method in class org.jboss.cache.config.parsing.XmlParserBase
 
assertTransactionValid(InvocationContext) - Static method in class org.jboss.cache.transaction.TransactionTable
Tests whether the caller is in a valid transaction.
assertTxIsStillValid(Transaction) - Method in class org.jboss.cache.interceptors.TxInterceptor
 
assertTypeConstructable(Class, Class...) - Method in class org.jboss.cache.factories.ComponentFactory
 
assertValid() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
AssignToBuddyGroupCommand - Class in org.jboss.cache.commands.remote
Assigns a buddy to a group.
AssignToBuddyGroupCommand(BuddyGroup, Map<Fqn, byte[]>) - Constructor for class org.jboss.cache.commands.remote.AssignToBuddyGroupCommand
 
AssignToBuddyGroupCommand() - Constructor for class org.jboss.cache.commands.remote.AssignToBuddyGroupCommand
 
assignToRegion(Fqn, CacheSPI<?, ?>, EvictionAlgorithmConfig, Configuration) - Method in class org.jboss.cache.eviction.BaseEvictionAlgorithm
 
assignToRegion(Fqn, CacheSPI<?, ?>, EvictionAlgorithmConfig, Configuration) - Method in interface org.jboss.cache.eviction.EvictionAlgorithm
Assigns the algorithm instance to a specific region.
assignToRegion(Fqn, CacheSPI<?, ?>, EvictionAlgorithmConfig, Configuration) - Method in class org.jboss.cache.eviction.NullEvictionAlgorithm
 
asSimpleMap(Node<K, V>) - Static method in class org.jboss.cache.util.Caches
Returns a Map, where map data is put and returned directly from a single Node.
asSimpleSet(Node<K, V>) - Static method in class org.jboss.cache.util.Caches
Returns a Set, where set entries are data entries of the given Node.
AsyncCacheLoader - Class in org.jboss.cache.loader
The AsyncCacheLoader is a delegating cache loader that extends AbstractDelegatingCacheLoader overriding methods to that should not just delegate the operation to the underlying cache loader.
AsyncCacheLoader() - Constructor for class org.jboss.cache.loader.AsyncCacheLoader
 
AsyncCacheLoader(CacheLoader) - Constructor for class org.jboss.cache.loader.AsyncCacheLoader
 
AsyncCacheLoaderConfig - Class in org.jboss.cache.loader
 
AsyncCacheLoaderConfig() - Constructor for class org.jboss.cache.loader.AsyncCacheLoaderConfig
Default constructor.
attachGtxAndPassUpChain(InvocationContext, VisitableCommand) - Method in class org.jboss.cache.interceptors.TxInterceptor
 
ATTR - Static variable in class org.jboss.cache.config.parsing.XmlConfigHelper
The <attribute> tag which forms the bulk of JBoss Cache configuration elements
ATTR - Static variable in class org.jboss.cache.config.parsing.XmlConfigurationParser2x
Deprecated.  
await() - Method in class org.jboss.cache.util.concurrent.ReclosableLatch
 
await(long, TimeUnit) - Method in class org.jboss.cache.util.concurrent.ReclosableLatch
 
awaitForPushToFinish(Future, int, TimeUnit) - Method in class org.jboss.cache.loader.SingletonStoreCacheLoader
Method that waits for the in-memory to cache loader state to finish.
awaitTermination(long, TimeUnit) - Method in class org.jboss.cache.util.concurrent.WithinThreadExecutor
 

B

backup - Variable in class org.jboss.cache.mvcc.ReadCommittedNode
 
BASE_PREFIX - Static variable in class org.jboss.cache.jmx.JmxUtil
Deprecated.  
BaseEvictionAlgorithm - Class in org.jboss.cache.eviction
Abstract Event Processing Eviction Algorithm.
BaseEvictionAlgorithm() - Constructor for class org.jboss.cache.eviction.BaseEvictionAlgorithm
 
BaseEvictionPolicy - Class in org.jboss.cache.eviction
Deprecated. see EvictionActionPolicy
BaseEvictionPolicy() - Constructor for class org.jboss.cache.eviction.BaseEvictionPolicy
Deprecated.  
BaseRpcInterceptor - Class in org.jboss.cache.interceptors
Acts as a base for all RPC calls - subclassed by ReplicationInterceptor and OptimisticReplicationInterceptor.
BaseRpcInterceptor() - Constructor for class org.jboss.cache.interceptors.BaseRpcInterceptor
 
BaseSortedEvictionAlgorithm - Class in org.jboss.cache.eviction
An abstract SortedEvictionAlgorithm.
BaseSortedEvictionAlgorithm() - Constructor for class org.jboss.cache.eviction.BaseSortedEvictionAlgorithm
 
BaseTransactionalContextInterceptor - Class in org.jboss.cache.interceptors
Class providing some base functionality around manipulating transactions and global transactions withing invocation contexts.
BaseTransactionalContextInterceptor() - Constructor for class org.jboss.cache.interceptors.BaseTransactionalContextInterceptor
 
BatchContainer - Class in org.jboss.cache.batch
A container for holding thread locals for batching, to be used with the Cache.startBatch() and Cache.endBatch(boolean) calls.
BatchContainer() - Constructor for class org.jboss.cache.batch.BatchContainer
 
BatchingInterceptor - Class in org.jboss.cache.interceptors
Interceptor that captures batched calls and attaches contexts.
BatchingInterceptor() - Constructor for class org.jboss.cache.interceptors.BatchingInterceptor
 
BatchModeTransactionManager - Class in org.jboss.cache.transaction
Not really a transaction manager in the truest sense of the word.
BatchModeTransactionManager() - Constructor for class org.jboss.cache.transaction.BatchModeTransactionManager
 
BatchModeTransactionManagerLookup - Class in org.jboss.cache.transaction
Deprecated. Use batching API on Cache instead.
BatchModeTransactionManagerLookup() - Constructor for class org.jboss.cache.transaction.BatchModeTransactionManagerLookup
Deprecated.  
BdbjeCacheLoader - Class in org.jboss.cache.loader.bdbje
A persistent CacheLoader based on Berkeley DB Java Edition.
BdbjeCacheLoader() - Constructor for class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
 
BdbjeCacheLoaderConfig - Class in org.jboss.cache.loader.bdbje
 
BdbjeCacheLoaderConfig() - Constructor for class org.jboss.cache.loader.bdbje.BdbjeCacheLoaderConfig
 
BeanUtils - Class in org.jboss.cache.util
Simple JavaBean manipulation helper methods
BeanUtils() - Constructor for class org.jboss.cache.util.BeanUtils
 
beforeCompletion() - Method in class org.jboss.cache.interceptors.OrderedSynchronizationHandler
 
begin() - Method in class org.jboss.cache.transaction.DummyBaseTransactionManager
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.
BitEncodedIntegerSet - Class in org.jboss.cache.util
A Set that encodes integers as bits in a long.
BitEncodedIntegerSet() - Constructor for class org.jboss.cache.util.BitEncodedIntegerSet
 
block() - Method in class org.jboss.cache.RPCManagerImpl.FlushTracker
 
block() - Method in class org.jboss.cache.RPCManagerImpl.MembershipListenerAdaptor
Indicates that a channel has received a BLOCK event from FLUSH protocol.
BootstrapFactory - Class in org.jboss.cache.factories
Factory for setting up bootstrap components
BootstrapFactory(CacheSPI, Configuration, ComponentRegistry) - Constructor for class org.jboss.cache.factories.BootstrapFactory
 
BoundedExecutors - Class in org.jboss.cache.util.concurrent
Similar to JDK Executors except that the factory methods here allow you to specify the size of the blocking queue that backs the executor.
BoundedExecutors() - Constructor for class org.jboss.cache.util.concurrent.BoundedExecutors
 
breakTransactionLock(Fqn, LockManager, GlobalTransaction, boolean, TransactionTable, TransactionManager) - Static method in class org.jboss.cache.lock.LockUtil
 
broadcast(Event) - Method in class org.jboss.cache.jmx.CacheNotificationListener
 
broadcastCommit(GlobalTransaction, InvocationContext) - Method in class org.jboss.cache.interceptors.OptimisticReplicationInterceptor
Deprecated.  
broadcastPrepare(OptimisticPrepareCommand, GlobalTransaction, InvocationContext) - Method in class org.jboss.cache.interceptors.OptimisticReplicationInterceptor
Deprecated.  
broadcastRollback(GlobalTransaction, InvocationContext) - Method in class org.jboss.cache.interceptors.OptimisticReplicationInterceptor
Deprecated.  
BUDDY_BACKUP_SUBTREE - Static variable in class org.jboss.cache.buddyreplication.BuddyFqnTransformer
 
BUDDY_BACKUP_SUBTREE - Static variable in class org.jboss.cache.buddyreplication.BuddyManager
Constants representng the buddy backup subtree
BUDDY_BACKUP_SUBTREE_FQN - Static variable in class org.jboss.cache.buddyreplication.BuddyFqnTransformer
 
BUDDY_BACKUP_SUBTREE_FQN - Static variable in class org.jboss.cache.buddyreplication.BuddyManager
 
BuddyElementParser - Class in org.jboss.cache.config.parsing.element
Utility class for parsing 'buddy' element in the .xml configuration file.
BuddyElementParser() - Constructor for class org.jboss.cache.config.parsing.element.BuddyElementParser
 
BuddyElementParser(String) - Constructor for class org.jboss.cache.config.parsing.element.BuddyElementParser
 
BuddyFqnTransformer - Class in org.jboss.cache.buddyreplication
Knows how to transform between fqn and buddy-formated fqns.
BuddyFqnTransformer() - Constructor for class org.jboss.cache.buddyreplication.BuddyFqnTransformer
 
buddyFqnTransformer - Variable in class org.jboss.cache.commands.CommandsFactoryImpl
 
buddyFqnTransformer - Variable in class org.jboss.cache.loader.AbstractCacheLoader
 
buddyFqnTransformer - Variable in class org.jboss.cache.RegionManagerImpl
 
BuddyGroup - Class in org.jboss.cache.buddyreplication
Value object that represents a buddy group
BuddyGroup() - Constructor for class org.jboss.cache.buddyreplication.BuddyGroup
 
BuddyGroup(String, Address) - Constructor for class org.jboss.cache.buddyreplication.BuddyGroup
 
BuddyGroupChanged - Annotation Type in org.jboss.cache.notifications.annotation
This annotation should be used on methods that need to be notified when a buddy group changes.
BuddyGroupChangedEvent - Interface in org.jboss.cache.notifications.event
This event is passed in to any method annotated with BuddyGroupChanged.
BuddyLocator - Interface in org.jboss.cache.buddyreplication
Buddy Locators help the BuddyManager select buddies for its buddy group.
BuddyManager - Class in org.jboss.cache.buddyreplication
Class that manages buddy replication groups.
BuddyManager() - Constructor for class org.jboss.cache.buddyreplication.BuddyManager
 
BuddyManager(BuddyReplicationConfig) - Constructor for class org.jboss.cache.buddyreplication.BuddyManager
 
buddyManager - Variable in class org.jboss.cache.commands.CommandsFactoryImpl
 
BuddyManager.ViewChangeListener - Class in org.jboss.cache.buddyreplication
 
BuddyManager.ViewChangeListener() - Constructor for class org.jboss.cache.buddyreplication.BuddyManager.ViewChangeListener
 
BuddyManagerFactory - Class in org.jboss.cache.factories
Buddy manager factory
BuddyManagerFactory() - Constructor for class org.jboss.cache.factories.BuddyManagerFactory
 
BuddyNotInitException - Exception in org.jboss.cache.buddyreplication
Exception to depict that a buddy has not been initialised to participate in any comms
BuddyNotInitException() - Constructor for exception org.jboss.cache.buddyreplication.BuddyNotInitException
 
BuddyNotInitException(String) - Constructor for exception org.jboss.cache.buddyreplication.BuddyNotInitException
 
BuddyNotInitException(String, Throwable) - Constructor for exception org.jboss.cache.buddyreplication.BuddyNotInitException
 
BuddyRegionAwareEvictionInterceptor - Class in org.jboss.cache.interceptors
A subclass of EvictionInterceptor that is aware of and able to deal with buddy regions.
BuddyRegionAwareEvictionInterceptor() - Constructor for class org.jboss.cache.interceptors.BuddyRegionAwareEvictionInterceptor
 
BuddyReplicationConfig - Class in org.jboss.cache.config
 
BuddyReplicationConfig() - Constructor for class org.jboss.cache.config.BuddyReplicationConfig
 
BuddyReplicationConfig.BuddyLocatorConfig - Class in org.jboss.cache.config
 
BuddyReplicationConfig.BuddyLocatorConfig() - Constructor for class org.jboss.cache.config.BuddyReplicationConfig.BuddyLocatorConfig
 
buildAnnounceBuddyPoolNameCommand(Address, String) - Method in interface org.jboss.cache.commands.CommandsFactory
 
buildAnnounceBuddyPoolNameCommand(Address, String) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
buildAssignToBuddyGroupCommand(BuddyGroup, Map<Fqn, byte[]>) - Method in interface org.jboss.cache.commands.CommandsFactory
 
buildAssignToBuddyGroupCommand(BuddyGroup, Map<Fqn, byte[]>) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
buildClearDataCommand(GlobalTransaction, Fqn) - Method in interface org.jboss.cache.commands.CommandsFactory
 
buildClearDataCommand(GlobalTransaction, Fqn) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
buildClearDataCommand(GlobalTransaction, Fqn) - Method in class org.jboss.cache.commands.PessimisticCommandsFactoryImpl
Deprecated.  
buildClusteredGetCommand(Boolean, DataCommand) - Method in interface org.jboss.cache.commands.CommandsFactory
 
buildClusteredGetCommand(Boolean, DataCommand) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
buildCommitCommand(GlobalTransaction) - Method in interface org.jboss.cache.commands.CommandsFactory
 
buildCommitCommand(GlobalTransaction) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
buildCreateNodeCommand(Fqn) - Method in interface org.jboss.cache.commands.CommandsFactory
 
buildCreateNodeCommand(Fqn) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
buildCreateNodeCommand(Fqn) - Method in class org.jboss.cache.commands.OptimisticCommandsFactoryImpl
Deprecated.  
buildDataGravitationCleanupCommand(Fqn, Fqn) - Method in interface org.jboss.cache.commands.CommandsFactory
 
buildDataGravitationCleanupCommand(Fqn, Fqn) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
buildEvictFqnCommand(Fqn) - Method in interface org.jboss.cache.commands.CommandsFactory
 
buildEvictFqnCommand(Fqn) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
buildEvictFqnCommand(Fqn) - Method in class org.jboss.cache.commands.OptimisticCommandsFactoryImpl
Deprecated.  
buildExistsNodeCommand(Fqn) - Method in interface org.jboss.cache.commands.CommandsFactory
 
buildExistsNodeCommand(Fqn) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
buildGetChildrenNamesCommand(Fqn) - Method in interface org.jboss.cache.commands.CommandsFactory
 
buildGetChildrenNamesCommand(Fqn) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
buildGetChildrenNamesCommand(Fqn) - Method in class org.jboss.cache.commands.PessimisticCommandsFactoryImpl
Deprecated.  
buildGetDataMapCommand(Fqn) - Method in interface org.jboss.cache.commands.CommandsFactory
 
buildGetDataMapCommand(Fqn) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
buildGetKeysCommand(Fqn) - Method in interface org.jboss.cache.commands.CommandsFactory
 
buildGetKeysCommand(Fqn) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
buildGetKeyValueCommand(Fqn, Object, boolean) - Method in interface org.jboss.cache.commands.CommandsFactory
 
buildGetKeyValueCommand(Fqn, Object, boolean) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
buildGetNodeCommand(Fqn) - Method in interface org.jboss.cache.commands.CommandsFactory
 
buildGetNodeCommand(Fqn) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
buildGravitateDataCommand(Fqn, Boolean) - Method in interface org.jboss.cache.commands.CommandsFactory
 
buildGravitateDataCommand(Fqn, Boolean) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
buildGravitateDataCommand(Fqn, Boolean) - Method in class org.jboss.cache.commands.OptimisticCommandsFactoryImpl
Deprecated.  
buildInterceptorChain() - Method in class org.jboss.cache.factories.InterceptorChainFactory
 
buildInvalidateCommand(Fqn) - Method in interface org.jboss.cache.commands.CommandsFactory
 
buildInvalidateCommand(Fqn) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
buildInvalidateCommand(Fqn) - Method in class org.jboss.cache.commands.OptimisticCommandsFactoryImpl
Deprecated.  
buildInvalidateCommand(Fqn) - Method in class org.jboss.cache.commands.PessimisticCommandsFactoryImpl
Deprecated.  
buildMoveCommand(Fqn, Fqn) - Method in interface org.jboss.cache.commands.CommandsFactory
 
buildMoveCommand(Fqn, Fqn) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
buildMoveCommand(Fqn, Fqn) - Method in class org.jboss.cache.commands.PessimisticCommandsFactoryImpl
Deprecated.  
buildNodeData(List<NodeData>, NodeSPI, boolean) - Method in interface org.jboss.cache.DataContainer
Prepares a list of NodeData objects for a specified node and all its children.
buildNodeData(List<NodeData>, NodeSPI, boolean) - Method in class org.jboss.cache.DataContainerImpl
 
buildOptimisticPrepareCommand(GlobalTransaction, List<WriteCommand>, Address, boolean) - Method in interface org.jboss.cache.commands.CommandsFactory
 
buildOptimisticPrepareCommand(GlobalTransaction, List<WriteCommand>, Address, boolean) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
buildPrepareCommand(GlobalTransaction, WriteCommand, boolean) - Method in interface org.jboss.cache.commands.CommandsFactory
 
buildPrepareCommand(GlobalTransaction, List<WriteCommand>, Address, boolean) - Method in interface org.jboss.cache.commands.CommandsFactory
 
buildPrepareCommand(GlobalTransaction, WriteCommand, boolean) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
buildPrepareCommand(GlobalTransaction, List<WriteCommand>, Address, boolean) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
buildPrepareCommand(GlobalTransaction, List, boolean) - Method in class org.jboss.cache.interceptors.OptimisticTxInterceptor
Deprecated.  
buildPrepareCommand(GlobalTransaction, List, boolean) - Method in class org.jboss.cache.interceptors.TxInterceptor
 
buildPutDataMapCommand(GlobalTransaction, Fqn, Map) - Method in interface org.jboss.cache.commands.CommandsFactory
 
buildPutDataMapCommand(GlobalTransaction, Fqn, Map) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
buildPutDataMapCommand(GlobalTransaction, Fqn, Map) - Method in class org.jboss.cache.commands.PessimisticCommandsFactoryImpl
Deprecated.  
buildPutForExternalReadCommand(GlobalTransaction, Fqn, Object, Object) - Method in interface org.jboss.cache.commands.CommandsFactory
 
buildPutForExternalReadCommand(GlobalTransaction, Fqn, Object, Object) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
buildPutForExternalReadCommand(GlobalTransaction, Fqn, Object, Object) - Method in class org.jboss.cache.commands.PessimisticCommandsFactoryImpl
Deprecated.  
buildPutKeyValueCommand(GlobalTransaction, Fqn, Object, Object) - Method in interface org.jboss.cache.commands.CommandsFactory
 
buildPutKeyValueCommand(GlobalTransaction, Fqn, Object, Object) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
buildPutKeyValueCommand(GlobalTransaction, Fqn, Object, Object) - Method in class org.jboss.cache.commands.PessimisticCommandsFactoryImpl
Deprecated.  
buildRemoveFromBuddyGroupCommand(String) - Method in interface org.jboss.cache.commands.CommandsFactory
 
buildRemoveFromBuddyGroupCommand(String) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
buildRemoveKeyCommand(GlobalTransaction, Fqn, Object) - Method in interface org.jboss.cache.commands.CommandsFactory
 
buildRemoveKeyCommand(GlobalTransaction, Fqn, Object) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
buildRemoveKeyCommand(GlobalTransaction, Fqn, Object) - Method in class org.jboss.cache.commands.PessimisticCommandsFactoryImpl
Deprecated.  
buildRemoveNodeCommand(GlobalTransaction, Fqn) - Method in interface org.jboss.cache.commands.CommandsFactory
 
buildRemoveNodeCommand(GlobalTransaction, Fqn) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
buildRemoveNodeCommand(GlobalTransaction, Fqn) - Method in class org.jboss.cache.commands.PessimisticCommandsFactoryImpl
Deprecated.  
buildReplicateCommand(ReplicableCommand) - Method in interface org.jboss.cache.commands.CommandsFactory
 
buildReplicateCommand(List<ReplicableCommand>) - Method in interface org.jboss.cache.commands.CommandsFactory
 
buildReplicateCommand(ReplicableCommand) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
buildReplicateCommand(List<ReplicableCommand>) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
buildRollbackCommand(GlobalTransaction) - Method in interface org.jboss.cache.commands.CommandsFactory
 
buildRollbackCommand(GlobalTransaction) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
buildStateTransferControlCommand(boolean) - Method in interface org.jboss.cache.commands.CommandsFactory
 
buildStateTransferControlCommand(boolean) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
ByteBuffer - Class in org.jboss.cache.io
A subclass of a JGroups Buffer
ByteBuffer(byte[], int, int) - Constructor for class org.jboss.cache.io.ByteBuffer
 

C

C3p0ConnectionFactory - Class in org.jboss.cache.loader
Standalone connection factory based on c3p0 connection pooling library
C3p0ConnectionFactory() - Constructor for class org.jboss.cache.loader.C3p0ConnectionFactory
 
cache - Variable in class org.jboss.cache.AbstractNodeFactory
 
Cache<K,V> - Interface in org.jboss.cache
Interface for a Cache where data mappings are grouped and stored in a tree data structure consisting of Nodes.
cache - Variable in class org.jboss.cache.eviction.BaseEvictionAlgorithm
 
cache - Variable in class org.jboss.cache.interceptors.Interceptor
Deprecated.  
cache - Variable in class org.jboss.cache.loader.AbstractCacheLoader
 
cache - Variable in class org.jboss.cache.statetransfer.DefaultStateTransferManager
 
cache - Variable in class org.jboss.cache.UnversionedNode
 
cache_ - Variable in class org.jboss.cache.eviction.BaseEvictionPolicy
Deprecated.  
CACHE_TYPE_KEY - Static variable in class org.jboss.cache.jmx.JmxUtil
Deprecated.  
CacheBlocked - Annotation Type in org.jboss.cache.notifications.annotation
This annotation should be used on methods that need to be notified when a JGroups BLOCK event occurs.
CacheBlockedEvent - Interface in org.jboss.cache.notifications.event
This event is passed in to any method annotated with CacheBlocked.
CacheConfigsXmlParser - Class in org.jboss.cache.config.parsing
Parser able to parse a series of cache configurations stored in an XML document with the following structure:
CacheConfigsXmlParser() - Constructor for class org.jboss.cache.config.parsing.CacheConfigsXmlParser
 
CacheConfigsXmlParser - Class in org.jboss.cache.factories
Deprecated. here for compatibility reasons. Use the class with the same name in the org.jboss.cache.config.parsing package.
CacheConfigsXmlParser() - Constructor for class org.jboss.cache.factories.CacheConfigsXmlParser
Deprecated.  
CacheException - Exception in org.jboss.cache
Thrown when operations on Cache or Node fail unexpectedly.
CacheException() - Constructor for exception org.jboss.cache.CacheException
 
CacheException(Throwable) - Constructor for exception org.jboss.cache.CacheException
 
CacheException(String) - Constructor for exception org.jboss.cache.CacheException
 
CacheException(String, Throwable) - Constructor for exception org.jboss.cache.CacheException
 
CacheFactory<K,V> - Interface in org.jboss.cache
This factory constructs a cache from a given or default configuration set.
CacheInvocationDelegate<K,V> - Class in org.jboss.cache.invocation
The delegate that users (and ChainedInterceptor authors) interact with when they create a cache by using a cache factory.
CacheInvocationDelegate() - Constructor for class org.jboss.cache.invocation.CacheInvocationDelegate
 
CacheJmxWrapper<K,V> - Class in org.jboss.cache.jmx
Deprecated. use JmxRegistrationManager. This class will not be supported from 3.0 on.
CacheJmxWrapper() - Constructor for class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
CacheJmxWrapper(Cache<K, V>) - Constructor for class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
CacheJmxWrapperMBean<K,V> - Interface in org.jboss.cache.jmx
Deprecated. use JmxRegistrationManager
CacheListener - Annotation Type in org.jboss.cache.notifications.annotation
Class-level annotation used to annotate an object as being a valid cache listener.
CacheLoader - Interface in org.jboss.cache.loader
A CacheLoader implementation persists and load keys to and from secondary storage, such as a database or filesystem.
CacheLoaderAop - Interface in org.jboss.cache.loader
Responsible for storing and retrieving objects to/from secondary storage.
CacheLoaderConfig - Class in org.jboss.cache.config
Holds the configuration of the cache loader chain.
CacheLoaderConfig() - Constructor for class org.jboss.cache.config.CacheLoaderConfig
 
CacheLoaderConfig.IndividualCacheLoaderConfig - Class in org.jboss.cache.config
Configuration object that holds the confguration of an individual cache loader.
CacheLoaderConfig.IndividualCacheLoaderConfig() - Constructor for class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
 
CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig - Class in org.jboss.cache.config
Configuration for a SingletonStoreCacheLoader
CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig() - Constructor for class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig
 
CacheLoaderInterceptor - Class in org.jboss.cache.interceptors
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
 
CacheLoaderManager - Class in org.jboss.cache.loader
Manages all cache loader functionality.
CacheLoaderManager() - Constructor for class org.jboss.cache.loader.CacheLoaderManager
 
CacheManager - Interface in org.jboss.cache
Factory and registry for JBoss Cache instances configured using named configurations.
CacheManagerImpl - Class in org.jboss.cache
Basic implementation of CacheManager.
CacheManagerImpl() - Constructor for class org.jboss.cache.CacheManagerImpl
Create a new CacheRegistryImpl.
CacheManagerImpl(ConfigurationRegistry, ChannelFactory) - Constructor for class org.jboss.cache.CacheManagerImpl
Create a new CacheRegistryImpl using the provided ConfigurationRegistry and ChannelFactory.
CacheManagerImpl(String, ChannelFactory) - Constructor for class org.jboss.cache.CacheManagerImpl
Create a new CacheRegistryImpl using the provided ChannelFactory and using the provided file name to create an XmlParsingConfigurationRegistry.
CacheMarshaller200 - Class in org.jboss.cache.marshall
An enhanced marshaller for RPC calls between CacheImpl instances.
CacheMarshaller200() - Constructor for class org.jboss.cache.marshall.CacheMarshaller200
 
CacheMarshaller210 - Class in org.jboss.cache.marshall
An evolution of CacheMarshaller200, created to fix JBCACHE-1211.
CacheMarshaller210() - Constructor for class org.jboss.cache.marshall.CacheMarshaller210
 
CacheMarshaller300 - Class in org.jboss.cache.marshall
Adds special treatment of arrays over and above the superclass.
CacheMarshaller300() - Constructor for class org.jboss.cache.marshall.CacheMarshaller300
 
CacheMgmtInterceptor - Class in org.jboss.cache.interceptors
Captures cache management statistics
CacheMgmtInterceptor() - Constructor for class org.jboss.cache.interceptors.CacheMgmtInterceptor
 
CacheNotificationBroadcaster - Interface in org.jboss.cache.jmx
 
CacheNotificationListener - Class in org.jboss.cache.jmx
A CacheListener that creates JMX notifications from listener events.
CachePrinter - Class in org.jboss.cache.util
Helper that prints the contents of a Cache to a string.
CachePrinter() - Constructor for class org.jboss.cache.util.CachePrinter
 
Caches - Class in org.jboss.cache.util
Adaptors for Cache classes, such as Node.
Caches.ChildSelector<T> - Interface in org.jboss.cache.util
Returns a segment (child node name) to use based on the characteristics of a key.
Caches.HashKeySelector<T> - Class in org.jboss.cache.util
Class that returns a child name to use based on the hash code of a key.
Caches.HashKeySelector(int) - Constructor for class org.jboss.cache.util.Caches.HashKeySelector
Constructs with N segments, where N must be a power of 2.
CacheSPI<K,V> - Interface in org.jboss.cache
A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
cacheSpi - Variable in class org.jboss.cache.commands.CommandsFactoryImpl
 
cacheStarted(Event) - Method in class org.jboss.cache.loader.SingletonStoreCacheLoader.SingletonStoreListener
Cache started, check whether the node is the coordinator and set the singleton store cache loader's active status.
CacheStarted - Annotation Type in org.jboss.cache.notifications.annotation
This annotation should be used on methods that need to be notified when a cache is started.
CacheStartedEvent - Interface in org.jboss.cache.notifications.event
This event is passed in to any method annotated with CacheStarted.
CacheStatus - Enum in org.jboss.cache
Various states that an object that has a four stage lifecycle (i.e.
cacheStatusCheck(InvocationContext) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
cacheStopped(Event) - Method in class org.jboss.cache.loader.SingletonStoreCacheLoader.SingletonStoreListener
 
CacheStopped - Annotation Type in org.jboss.cache.notifications.annotation
This annotation should be used on methods that need to be notified when a cache is stopped.
CacheStoppedEvent - Interface in org.jboss.cache.notifications.event
This event is passed in to any method annotated with CacheStopped.
CacheStoreInterceptor - Class in org.jboss.cache.interceptors
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
 
CacheStoreInterceptor.StoreModificationsBuilder - Class in org.jboss.cache.interceptors
 
CacheStoreInterceptor.StoreModificationsBuilder(boolean) - Constructor for class org.jboss.cache.interceptors.CacheStoreInterceptor.StoreModificationsBuilder
 
CacheUnblocked - Annotation Type in org.jboss.cache.notifications.annotation
This annotation should be used on methods that need to be notified when a JGroups UNBLOCK event occurs.
CacheUnblockedEvent - Interface in org.jboss.cache.notifications.event
This event is passed in to any method annotated with CacheUnblocked.
calculateHashCode() - Method in class org.jboss.cache.Fqn
Calculates a hash code by summing the hash code of all elements.
calculateHashCode() - Method in class org.jboss.cache.StringFqn
 
calculateNumberOfSegments(int) - Method in class org.jboss.cache.util.concurrent.locks.AbstractSharedLockContainer
 
CallInterceptor - Class in org.jboss.cache.interceptors
Always at the end of the chain, directly in front of the cache.
CallInterceptor() - Constructor for class org.jboss.cache.interceptors.CallInterceptor
 
callRemoteMethods(Vector<Address>, ReplicableCommand, int, long, RspFilter, boolean) - Method in interface org.jboss.cache.RPCManager
Invokes an RPC call on other caches in the cluster.
callRemoteMethods(Vector<Address>, ReplicableCommand, int, long, boolean) - Method in interface org.jboss.cache.RPCManager
Invokes an RPC call on other caches in the cluster.
callRemoteMethods(Vector<Address>, ReplicableCommand, boolean, long, boolean) - Method in interface org.jboss.cache.RPCManager
Invokes an RPC call on other caches in the cluster.
callRemoteMethods(Vector<Address>, ReplicableCommand, int, long, boolean) - Method in class org.jboss.cache.RPCManagerImpl
 
callRemoteMethods(Vector<Address>, ReplicableCommand, boolean, long, boolean) - Method in class org.jboss.cache.RPCManagerImpl
 
callRemoteMethods(Vector<Address>, ReplicableCommand, int, long, RspFilter, boolean) - Method in class org.jboss.cache.RPCManagerImpl
 
cancelledWaitingReader() - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
 
cancelledWaitingWriter() - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
 
canIgnoreEvent(EvictionEvent.Type) - Method in class org.jboss.cache.eviction.BaseEvictionAlgorithm
 
canIgnoreEvent(Fqn, EvictionEventType) - Method in class org.jboss.cache.eviction.BaseEvictionPolicy
Deprecated.  
canIgnoreEvent(EvictionEvent.Type) - Method in interface org.jboss.cache.eviction.EvictionAlgorithm
Tests whether the algorithm would ignore certain event types on certain Fqns.
canIgnoreEvent(Fqn, EvictionEventType) - Method in interface org.jboss.cache.eviction.EvictionPolicy
Deprecated. This method will be invoked prior to an event being processed for a node with the specified Fqn.
canIgnoreEvent(EvictionEvent.Type) - Method in class org.jboss.cache.eviction.ExpirationAlgorithm
 
canIgnoreEvent(Fqn, EvictionEventType) - Method in class org.jboss.cache.eviction.ExpirationPolicy
Deprecated. Returns true if it's a visit node event.
canIgnoreEvent(EvictionEvent.Type) - Method in class org.jboss.cache.eviction.NullEvictionAlgorithm
 
canIgnoreEvent(Fqn, EvictionEventType) - Method in class org.jboss.cache.eviction.NullEvictionPolicy
Deprecated. Returns true
cf - Variable in class org.jboss.cache.loader.AdjListJDBCCacheLoader
 
ChainingCacheLoader - Class in org.jboss.cache.loader
This decorator is used whenever more than one cache loader is configured.
ChainingCacheLoader() - Constructor for class org.jboss.cache.loader.ChainingCacheLoader
 
changeLock() - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
 
ChannelMessageListener - Class in org.jboss.cache.remoting.jgroups
JGroups MessageListener
ChannelMessageListener() - Constructor for class org.jboss.cache.remoting.jgroups.ChannelMessageListener
 
checkLoaders() - Method in class org.jboss.cache.statetransfer.LegacyStateTransferManager
Deprecated.  
checkNonNull(Object, String) - Method in class org.jboss.cache.loader.jdbm.JdbmCacheLoader
Throws an exception if the parameter is null.
checkNotOpen() - Method in class org.jboss.cache.loader.jdbm.JdbmCacheLoader
Throws an exception if the environment is not open.
checkoutConnection() - Method in class org.jboss.cache.loader.C3p0ConnectionFactory
 
checkResponses(List) - Method in class org.jboss.cache.interceptors.BaseRpcInterceptor
Checks whether any of the responses are exceptions.
checkStatisticsUsed() - Method in class org.jboss.cache.interceptors.base.JmxStatsCommandInterceptor
 
childName(T) - Method in interface org.jboss.cache.util.Caches.ChildSelector
Returns a child node name for a key.
childName(int) - Method in class org.jboss.cache.util.Caches.HashKeySelector
Returns the node name for this segment.
childName(T) - Method in class org.jboss.cache.util.Caches.HashKeySelector
Returns the node name for this key.
children - Variable in class org.jboss.cache.AbstractNode
 
className - Variable in class org.jboss.cache.config.PluggableConfigurationComponent
 
cleanup() - Method in class org.jboss.cache.transaction.DummyTransactionManagerLookup
 
cleanupStaleLocks(InvocationContext) - Method in class org.jboss.cache.interceptors.OptimisticTxInterceptor
Deprecated.  
cleanupStaleLocks(InvocationContext) - Method in class org.jboss.cache.interceptors.TxInterceptor
 
clear() - Method in class org.jboss.cache.eviction.ElementSizeQueue
 
clear() - Method in interface org.jboss.cache.eviction.EvictionQueue
Clear the queue.
clear() - Method in class org.jboss.cache.eviction.FIFOQueue
 
clear() - Method in class org.jboss.cache.eviction.LFUQueue
 
clear() - Method in class org.jboss.cache.eviction.LRUQueue
 
clear() - Method in class org.jboss.cache.eviction.MRUQueue
 
clear() - Method in class org.jboss.cache.eviction.NullEvictionQueue
No-op
clear() - Method in interface org.jboss.cache.InternalNode
 
clear() - Method in class org.jboss.cache.lock.ThreadLocalMap
 
clear() - Method in class org.jboss.cache.marshall.MarshalledValueMap
 
clear() - Method in class org.jboss.cache.mvcc.NodeReference
 
clear() - Method in class org.jboss.cache.UnversionedNode
 
clear() - Method in class org.jboss.cache.util.BitEncodedIntegerSet
Clears the set
clear() - Method in class org.jboss.cache.util.concurrent.ConcurrentHashSet
 
clear() - Method in class org.jboss.cache.util.concurrent.SelfInitializingConcurrentHashMap
 
clear() - Method in class org.jboss.cache.util.DeltaMap
 
clear() - Method in class org.jboss.cache.util.FastCopyHashMap
 
clearData(String) - Method in interface org.jboss.cache.Cache
Convenience method that takes in a String represenation of the Fqn.
clearData(Fqn) - Method in interface org.jboss.cache.Cache
Removes the keys and properties from a named node.
clearData(String) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
Removes the keys and properties from a node.
clearData(Fqn) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
Removes the keys and properties from a named node.
clearData() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
clearData() - Method in interface org.jboss.cache.Node
Removes all mappings from the node's data map.
clearData() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated.  
clearData() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
ClearDataCommand - Class in org.jboss.cache.commands.write
Implements functionality defined by Cache.clearData(String)}
ClearDataCommand(GlobalTransaction, Fqn) - Constructor for class org.jboss.cache.commands.write.ClearDataCommand
 
ClearDataCommand() - Constructor for class org.jboss.cache.commands.write.ClearDataCommand
 
clearDataDirect() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
clearDataDirect() - Method in interface org.jboss.cache.NodeSPI
Functionally the same as Node.clearData() except that it operates directly on the node and bypasses the interceptor chain.
clearLocks() - Method in class org.jboss.cache.InvocationContext
Clears all locks from the currently maintained collection of locks acquired.
clearLocks() - Method in class org.jboss.cache.transaction.AbstractTransactionContext
 
clearLocks() - Method in interface org.jboss.cache.transaction.TransactionContext
Clears all locks from the currently maintained collection of locks acquired.
clearLookedUpNodes() - Method in class org.jboss.cache.invocation.LegacyInvocationContext
Deprecated.  
clearLookedUpNodes() - Method in class org.jboss.cache.invocation.MVCCInvocationContext
Clears the registry of looked up nodes.
clearLookedUpNodes() - Method in class org.jboss.cache.InvocationContext
Clears the registry of looked up nodes.
clearLookedUpNodes() - Method in class org.jboss.cache.transaction.MVCCTransactionContext
Clears the registry of looked up nodes.
clearNodes() - Method in interface org.jboss.cache.optimistic.TransactionWorkspace
Deprecated. Empties the collection of nodes held by this workspace.
clearNodes() - Method in class org.jboss.cache.optimistic.TransactionWorkspaceImpl
Deprecated.  
clone() - Method in class org.jboss.cache.buddyreplication.NextMemberBuddyLocatorConfig
 
clone() - Method in class org.jboss.cache.config.BuddyReplicationConfig.BuddyLocatorConfig
 
clone() - Method in class org.jboss.cache.config.BuddyReplicationConfig
 
clone() - Method in class org.jboss.cache.config.CacheLoaderConfig
 
clone() - Method in class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
 
clone() - Method in class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig
 
clone() - Method in interface org.jboss.cache.config.CloneableConfigurationComponent
 
clone() - Method in class org.jboss.cache.config.Configuration
 
clone() - Method in class org.jboss.cache.config.ConfigurationComponent
 
clone() - Method in class org.jboss.cache.config.CustomInterceptorConfig
 
clone() - Method in interface org.jboss.cache.config.EvictionAlgorithmConfig
 
clone() - Method in class org.jboss.cache.config.EvictionConfig
 
clone() - Method in class org.jboss.cache.config.EvictionRegionConfig
 
clone() - Method in class org.jboss.cache.config.Option
Deprecated. this method may disappear in future, please use copy() instead.
clone() - Method in class org.jboss.cache.config.PluggableConfigurationComponent
 
clone() - Method in class org.jboss.cache.config.RuntimeConfig
 
clone() - Method in class org.jboss.cache.eviction.ElementSizeAlgorithmConfig
 
clone() - Method in class org.jboss.cache.eviction.ElementSizeConfiguration
Deprecated.  
clone() - Method in class org.jboss.cache.eviction.EvictionAlgorithmConfigBase
 
clone() - Method in class org.jboss.cache.eviction.ExpirationAlgorithmConfig
 
clone() - Method in class org.jboss.cache.eviction.ExpirationConfiguration
Deprecated.  
clone() - Method in class org.jboss.cache.eviction.FIFOAlgorithmConfig
 
clone() - Method in class org.jboss.cache.eviction.FIFOConfiguration
Deprecated.  
clone() - Method in class org.jboss.cache.eviction.LFUAlgorithmConfig
 
clone() - Method in class org.jboss.cache.eviction.LFUConfiguration
Deprecated.  
clone() - Method in class org.jboss.cache.eviction.LRUAlgorithmConfig
 
clone() - Method in class org.jboss.cache.eviction.LRUConfiguration
Deprecated.  
clone() - Method in class org.jboss.cache.eviction.MRUAlgorithmConfig
 
clone() - Method in class org.jboss.cache.eviction.MRUConfiguration
Deprecated.  
clone() - Method in class org.jboss.cache.eviction.NullEvictionAlgorithmConfig
 
clone() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
clone() - Method in class org.jboss.cache.loader.AsyncCacheLoaderConfig
 
clone() - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoaderConfig
 
clone() - Method in class org.jboss.cache.loader.ClusteredCacheLoaderConfig
 
clone() - Method in class org.jboss.cache.loader.FileCacheLoaderConfig
 
clone() - Method in class org.jboss.cache.loader.jdbm.JdbmCacheLoaderConfig
 
clone() - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoaderConfig
 
clone() - Method in class org.jboss.cache.loader.s3.S3LoaderConfig
 
clone() - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoaderConfig
 
clone() - Method in interface org.jboss.cache.Region
Deprecated.  
clone() - Method in class org.jboss.cache.RegionImpl
Deprecated. 
clone() - Method in class org.jboss.cache.util.FastCopyHashMap
 
CloneableConfigurationComponent - Interface in org.jboss.cache.config
Interface for all configurable components
close(Connection) - Method in interface org.jboss.cache.loader.ConnectionFactory
 
close(Connection) - Method in class org.jboss.cache.loader.ManagedConnectionFactory
 
close() - Method in class org.jboss.cache.transaction.DummyContext
Closes this context.
close() - Method in class org.jboss.cache.util.concurrent.ReclosableLatch
 
CLUSTER_KEY - Static variable in class org.jboss.cache.jmx.JmxUtil
Deprecated.  
ClusteredCacheLoader - Class in org.jboss.cache.loader
A cache loader that consults other members in the cluster for values.
ClusteredCacheLoader() - Constructor for class org.jboss.cache.loader.ClusteredCacheLoader
 
ClusteredCacheLoader.ResponseValidityFilter - Class in org.jboss.cache.loader
 
ClusteredCacheLoader.ResponseValidityFilter(List<Address>, Address) - Constructor for class org.jboss.cache.loader.ClusteredCacheLoader.ResponseValidityFilter
 
ClusteredCacheLoaderConfig - Class in org.jboss.cache.loader
 
ClusteredCacheLoaderConfig() - Constructor for class org.jboss.cache.loader.ClusteredCacheLoaderConfig
 
ClusteredGetCommand - Class in org.jboss.cache.commands.remote
Issues a clustered get call, for use primarily by the ClusteredCacheLoader.
ClusteredGetCommand(boolean, DataCommand) - Constructor for class org.jboss.cache.commands.remote.ClusteredGetCommand
 
ClusteredGetCommand() - Constructor for class org.jboss.cache.commands.remote.ClusteredGetCommand
 
codename - Static variable in class org.jboss.cache.Version
 
command - Variable in class org.jboss.cache.marshall.RegionalizedMethodCall
 
CommandAwareRpcDispatcher - Class in org.jboss.cache.marshall
A JGroups RPC dispatcher that knows how to deal with ReplicableCommands.
CommandAwareRpcDispatcher() - Constructor for class org.jboss.cache.marshall.CommandAwareRpcDispatcher
 
CommandAwareRpcDispatcher(Channel, MessageListener, MembershipListener, Object, InvocationContextContainer, InterceptorChain, ComponentRegistry, RPCManager) - Constructor for class org.jboss.cache.marshall.CommandAwareRpcDispatcher
 
CommandInterceptor - Class in org.jboss.cache.interceptors.base
This is the base class for all interceptors to extend, and implements the Visitor interface allowing it to intercept invocations on VisitableCommands.
CommandInterceptor() - Constructor for class org.jboss.cache.interceptors.base.CommandInterceptor
 
commandsFactory - Variable in class org.jboss.cache.AbstractNodeFactory
 
CommandsFactory - Interface in org.jboss.cache.commands
Factory for all types of cache commands.
commandsFactory - Variable in class org.jboss.cache.interceptors.TxInterceptor
 
commandsFactory - Variable in class org.jboss.cache.marshall.CacheMarshaller200
 
CommandsFactoryImpl - Class in org.jboss.cache.commands
This is the implementation to use for most commands and most locking schemes.
CommandsFactoryImpl() - Constructor for class org.jboss.cache.commands.CommandsFactoryImpl
 
CommandsMetaFactory - Class in org.jboss.cache.factories
COnstructs commands factory
CommandsMetaFactory() - Constructor for class org.jboss.cache.factories.CommandsMetaFactory
 
commit(Object) - Method in class org.jboss.cache.loader.AbstractCacheLoader
 
commit(Object) - Method in class org.jboss.cache.loader.AbstractDelegatingCacheLoader
 
commit(Object) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoader
Commits a transaction.
commit(Object) - Method in class org.jboss.cache.loader.AsyncCacheLoader
TODO this is the same as the AbstractCacheLoader.
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(Object) - Method in interface org.jboss.cache.loader.CacheLoader
Commits the transaction.
commit(Object) - Method in class org.jboss.cache.loader.ChainingCacheLoader
Commit the transaction.
commit(Object) - Method in class org.jboss.cache.loader.ClusteredCacheLoader
Does nothing.
commit(Object) - Method in interface org.jboss.cache.loader.ConnectionFactory
 
commit(Object) - Method in class org.jboss.cache.loader.ManagedConnectionFactory
 
commit(Object) - Method in class org.jboss.cache.loader.ReadOnlyDelegatingCacheLoader
 
commit(Object) - Method in class org.jboss.cache.loader.SingletonStoreCacheLoader
Calls the underlying cache loader's operation if the current node is the coordinator.
commit() - Method in class org.jboss.cache.transaction.DummyBaseTransactionManager
Commit the transaction associated with the calling thread.
commit() - Method in class org.jboss.cache.transaction.DummyTransaction
Attempt to commit this transaction.
commit() - Method in class org.jboss.cache.transaction.DummyUserTransaction
Attempt to commit this transaction.
commit() - Method in class org.jboss.cache.util.DeltaMap
Commits the changes to the original map.
CommitCommand - Class in org.jboss.cache.commands.tx
Represents a commit() call, the 2nd part of a 2-phase commit.
CommitCommand(GlobalTransaction) - Constructor for class org.jboss.cache.commands.tx.CommitCommand
 
CommitCommand() - Constructor for class org.jboss.cache.commands.tx.CommitCommand
 
commitUpdate(InvocationContext, DataContainer) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
commitUpdate(InvocationContext, DataContainer) - Method in class org.jboss.cache.mvcc.ReadCommittedNode
 
commitUpdate(InvocationContext, DataContainer) - Method in interface org.jboss.cache.NodeSPI
Commits any updates made on this node to the underlying data structure, making it visible to all other transactions.
compact(boolean, boolean) - Method in class org.jboss.cache.marshall.MarshalledValue
Compacts the references held by this class to a single reference.
compare(NodeEntry, NodeEntry) - Method in class org.jboss.cache.eviction.ElementSizeQueue.MaxElementComparator
 
compare(NodeEntry, NodeEntry) - Method in class org.jboss.cache.eviction.LFUQueue.LFUComparator
 
compare(Fqn, Fqn) - Method in class org.jboss.cache.FqnComparator
Returns -1 if the first comes before; 0 if they are the same; 1 if the second Fqn comes before.
compareTo(Fqn<?>) - Method in class org.jboss.cache.Fqn
Compares this Fqn to another using FqnComparator.
compareTo(Region) - Method in class org.jboss.cache.RegionImpl
 
compareTo(byte[]) - Static method in class org.jboss.cache.Version
 
Compat - Annotation Type in org.jboss.cache.annotations
A marker annotation to mark that a class, method or field is experimental and as such.
ComponentFactory - Class in org.jboss.cache.factories
Factory that creates components used internally within JBoss Cache, and also wires dependencies into the components.
ComponentFactory(ComponentRegistry, Configuration) - Constructor for class org.jboss.cache.factories.ComponentFactory
Constructs a new ComponentFactory.
ComponentFactory() - Constructor for class org.jboss.cache.factories.ComponentFactory
Constructs a new ComponentFactory.
componentRegistry - Variable in class org.jboss.cache.AbstractNodeFactory
 
componentRegistry - Variable in class org.jboss.cache.factories.ComponentFactory
 
ComponentRegistry - Class in org.jboss.cache.factories
A registry where components which have been created are stored.
ComponentRegistry(Configuration, CacheSPI) - Constructor for class org.jboss.cache.factories.ComponentRegistry
Creates an instance of the component registry.
componentRegistry - Variable in class org.jboss.cache.invocation.AbstractInvocationDelegate
 
componentRegistry - Variable in class org.jboss.cache.marshall.CommandAwareRpcDispatcher
 
ComponentRegistry.Component - Class in org.jboss.cache.factories
A wrapper representing a component in the registry
ComponentRegistry.Component() - Constructor for class org.jboss.cache.factories.ComponentRegistry.Component
 
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.
ConcurrentHashSet<E> - Class in org.jboss.cache.util.concurrent
A simple Set implementation backed by a ConcurrentHashMap to deal with the fact that the JDK does not have a proper concurrent Set implementation that uses efficient lock striping.
ConcurrentHashSet() - Constructor for class org.jboss.cache.util.concurrent.ConcurrentHashSet
 
ConcurrentHashSet(int) - Constructor for class org.jboss.cache.util.concurrent.ConcurrentHashSet
 
ConcurrentHashSet(int, float, int) - Constructor for class org.jboss.cache.util.concurrent.ConcurrentHashSet
Params passed in to the underlying CHM.
CONFIG_ATTR - Static variable in class org.jboss.cache.config.parsing.XmlConfigHelper
The <config> tag may be embedded in the contents of an <attribute>, to specify more complex configuration for certain parameters.
CONFIG_NAME - Static variable in class org.jboss.cache.config.parsing.CacheConfigsXmlParser
Name of the attribute in a cache-config element that specifies the name of the configuration.
CONFIG_ROOT - Static variable in class org.jboss.cache.config.parsing.CacheConfigsXmlParser
Name of the element that represents an individual cache configuration in a cache configs XML document.
ConfigFilesConvertor - Class in org.jboss.cache.config.parsing
Class used for converting a config file from from 2.x version to 3.x verison.
ConfigFilesConvertor() - Constructor for class org.jboss.cache.config.parsing.ConfigFilesConvertor
 
configuration - Variable in class org.jboss.cache.AbstractNodeFactory
 
configuration - Variable in class org.jboss.cache.commands.CommandsFactoryImpl
 
Configuration - Class in org.jboss.cache.config
Encapsulates the configuration of a Cache.
Configuration() - Constructor for class org.jboss.cache.config.Configuration
 
configuration - Variable in class org.jboss.cache.eviction.BaseEvictionAlgorithm
 
configuration - Variable in class org.jboss.cache.factories.ComponentFactory
 
configuration - Variable in class org.jboss.cache.interceptors.base.CommandInterceptor
 
configuration - Variable in class org.jboss.cache.invocation.AbstractInvocationDelegate
 
configuration - Variable in class org.jboss.cache.lock.AbstractLockManager
 
configuration - Variable in class org.jboss.cache.marshall.AbstractMarshaller
 
configuration - Variable in class org.jboss.cache.RegionManagerImpl
 
configuration - Variable in class org.jboss.cache.statetransfer.DefaultStateTransferManager
 
Configuration.CacheMode - Enum in org.jboss.cache.config
Cache replication mode.
Configuration.NodeLockingScheme - Enum in org.jboss.cache.config
Cache node locking scheme.
Configuration.ShutdownHookBehavior - Enum in org.jboss.cache.config
Behavior of the JVM shutdown hook registered by the cache
ConfigurationComponent - Class in org.jboss.cache.config
Base superclass of Cache configuration classes that expose some properties that can be changed after the cache is started.
ConfigurationComponent() - Constructor for class org.jboss.cache.config.ConfigurationComponent
 
ConfigurationException - Exception in org.jboss.cache.config
An exception that represents an error in the configuration.
ConfigurationException(Exception) - Constructor for exception org.jboss.cache.config.ConfigurationException
 
ConfigurationException(String) - Constructor for exception org.jboss.cache.config.ConfigurationException
 
ConfigurationException(String, String) - Constructor for exception org.jboss.cache.config.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception org.jboss.cache.config.ConfigurationException
 
ConfigurationRegistry - Interface in org.jboss.cache.config
A registry for Configurations.
ConnectionFactory - Interface in org.jboss.cache.loader
ConnectionFactory interface defining the operations to be defined by connection providers
connectionFactoryClass - Variable in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
ConsoleListener - Class in org.jboss.cache
This class provides a non-graphical view of JBossCache replication events for a replicated cache.
ConsoleListener(CacheSPI) - Constructor for class org.jboss.cache.ConsoleListener
Constructor.
ConsoleListener(CacheSPI, boolean, boolean) - Constructor for class org.jboss.cache.ConsoleListener
Constructor.
construct(Class<T>) - Method in class org.jboss.cache.DefaultCacheFactory
 
construct(Class<T>) - Method in class org.jboss.cache.factories.BootstrapFactory
 
construct(Class<T>) - Method in class org.jboss.cache.factories.BuddyManagerFactory
 
construct(Class<T>) - Method in class org.jboss.cache.factories.CommandsMetaFactory
 
construct(Class<T>) - Method in class org.jboss.cache.factories.ComponentFactory
Constructs a component.
construct(Class<T>) - Method in class org.jboss.cache.factories.ContextMetaFactory
 
construct(Class<T>) - Method in class org.jboss.cache.factories.EmptyConstructorFactory
 
construct(Class<T>) - Method in class org.jboss.cache.factories.InterceptorChainFactory
 
construct(Class<T>) - Method in class org.jboss.cache.factories.LockManagerFactory
 
construct(Class<T>) - Method in class org.jboss.cache.factories.NodeMetaFactory
 
construct(Class<T>) - Method in class org.jboss.cache.factories.RegionManagerFactory
 
construct(Class<T>) - Method in class org.jboss.cache.factories.ReplicationQueueFactory
 
construct(Class<T>) - Method in class org.jboss.cache.factories.RuntimeConfigAwareFactory
 
construct(Class<T>) - Method in class org.jboss.cache.factories.StateTransferFactory
 
construct(Class<T>) - Method in class org.jboss.cache.factories.StateTransferManagerFactory
 
construct(Class<T>) - Method in class org.jboss.cache.factories.TransactionLogFactory
 
construct(Class<T>) - Method in class org.jboss.cache.factories.TransactionManagerFactory
 
constructCache() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
constructCreateTableDDL() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
constructDeleteAllSql() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
constructDeleteNodeSql() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
constructDeleteNodeSql() - Method in class org.jboss.cache.loader.JDBCCacheLoaderConfig
 
constructDropTableDDL() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
constructExistsSql() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
constructInsertNodeSql() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
constructSelectChildNamesSql() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
constructSelectNodeSql() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
constructUpdateNodeSql() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
contains(int) - Method in class org.jboss.cache.util.BitEncodedIntegerSet
Tests whether the set contains an integer
contains(Object) - Method in class org.jboss.cache.util.concurrent.ConcurrentHashSet
 
contains(Object) - Method in class org.jboss.cache.util.ImmutableListCopy
 
containsAll(Collection<?>) - Method in class org.jboss.cache.util.concurrent.ConcurrentHashSet
 
containsCommandType(Class<? extends ReplicableCommand>) - Method in class org.jboss.cache.commands.remote.ReplicateCommand
 
containsInstance(CommandInterceptor) - Method in class org.jboss.cache.interceptors.InterceptorChain
Checks whether the chain contains the supplied interceptor instance.
containsKey(K) - Method in interface org.jboss.cache.InternalNode
 
containsKey(Object) - Method in class org.jboss.cache.lock.ThreadLocalMap
 
containsKey(Object) - Method in class org.jboss.cache.marshall.MarshalledValueMap
 
containsKey(K) - Method in class org.jboss.cache.mvcc.NodeReference
 
containsKey(K) - Method in class org.jboss.cache.UnversionedNode
 
containsKey(Object) - Method in class org.jboss.cache.util.concurrent.SelfInitializingConcurrentHashMap
 
containsKey(Object) - Method in class org.jboss.cache.util.DeltaMap
 
containsKey(Object) - Method in class org.jboss.cache.util.FastCopyHashMap
 
containsKeyDirect(K) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
containsKeyDirect(K) - Method in interface org.jboss.cache.NodeSPI
Returns true if a mapping exists for this key.
containsModificationType(Class<? extends ReplicableCommand>) - Method in class org.jboss.cache.commands.tx.PrepareCommand
 
containsNodeEntry(NodeEntry) - Method in class org.jboss.cache.eviction.ElementSizeQueue
 
containsNodeEntry(NodeEntry) - Method in interface org.jboss.cache.eviction.EvictionQueue
Check if queue contains the given NodeEntry.
containsNodeEntry(NodeEntry) - Method in class org.jboss.cache.eviction.FIFOQueue
 
containsNodeEntry(NodeEntry) - Method in class org.jboss.cache.eviction.LFUQueue
 
containsNodeEntry(NodeEntry) - Method in class org.jboss.cache.eviction.LRUQueue
 
containsNodeEntry(NodeEntry) - Method in class org.jboss.cache.eviction.MRUQueue
 
containsNodeEntry(NodeEntry) - Method in class org.jboss.cache.eviction.NullEvictionQueue
Returns false
containsPutForExternalRead - Variable in class org.jboss.cache.interceptors.InvalidationInterceptor.InvalidationFilterVisitor
 
containsValue(Object) - Method in class org.jboss.cache.lock.ThreadLocalMap
 
containsValue(Object) - Method in class org.jboss.cache.marshall.MarshalledValueMap
 
containsValue(Object) - Method in class org.jboss.cache.util.concurrent.SelfInitializingConcurrentHashMap
 
containsValue(Object) - Method in class org.jboss.cache.util.FastCopyHashMap
 
ContextFactory - Interface in org.jboss.cache.factories.context
This is the factory responsible for creating InvocationContexts and TransactionContexts for requests, based on the configuration used.
ContextMetaFactory - Class in org.jboss.cache.factories
Responsible for creating the appropriate ContextFactory based on configuration used.
ContextMetaFactory() - Constructor for class org.jboss.cache.factories.ContextMetaFactory
 
copy() - Method in class org.jboss.cache.commands.remote.ReplicateCommand
Creates a copy of this command, amking a deep copy of any collections but everything else copied shallow.
copy() - Method in class org.jboss.cache.commands.tx.OptimisticPrepareCommand
A shallow copy of all fields except collections.
copy() - Method in class org.jboss.cache.commands.tx.PrepareCommand
 
copy() - Method in class org.jboss.cache.config.Option
 
copy(Fqn) - Method in class org.jboss.cache.eviction.EvictionEvent
Copies this evicted event node to create a new one with the same values, except with a new Fqn root.
copy() - Method in interface org.jboss.cache.InternalNode
Creates a new instance of the same type and copies internal state.
copy() - Method in class org.jboss.cache.invocation.LegacyInvocationContext
Deprecated.  
copy() - Method in class org.jboss.cache.invocation.MVCCInvocationContext
 
copy() - Method in class org.jboss.cache.InvocationContext
This is a "copy-factory-method" that should be used whenever a clone of this class is needed.
copy() - Method in class org.jboss.cache.mvcc.NodeReference
 
copy() - Method in class org.jboss.cache.PessimisticUnversionedNode
Deprecated.  
copy(Fqn) - Method in interface org.jboss.cache.Region
copies the region - including eviction queue events - to a new Region instance, attached to a new Fqn root.
copy(Fqn) - Method in class org.jboss.cache.RegionImpl
 
copy() - Method in class org.jboss.cache.UnversionedNode
 
copy() - Method in class org.jboss.cache.VersionedNode
Deprecated.  
copyDataMap(Map<? extends K, ? extends V>) - Method in class org.jboss.cache.UnversionedNode
 
copyInternals(UnversionedNode) - Method in class org.jboss.cache.UnversionedNode
 
copyInvocationScopeOptionsToTxScope(InvocationContext) - Method in class org.jboss.cache.interceptors.BaseTransactionalContextInterceptor
 
coreNamespace - Variable in class org.jboss.cache.config.parsing.XmlParserBase
 
create() - Method in interface org.jboss.cache.Cache
Lifecycle method that initializes configuration state, the root node, etc.
create() - Method in class org.jboss.cache.factories.ComponentRegistry
Creates the components needed by a cache instance and sets the cache status to CacheStatus.CREATED when it is done.
create() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
create() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
create() - Method in interface org.jboss.cache.jmx.CacheJmxWrapperMBean
Deprecated.  
create() - Method in interface org.jboss.cache.Lifecycle
 
create() - Method in class org.jboss.cache.loader.AbstractCacheLoader
 
create() - Method in class org.jboss.cache.loader.AbstractDelegatingCacheLoader
 
create() - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Does nothing since start() does all the work.
create() - Method in class org.jboss.cache.loader.ChainingCacheLoader
Creates individual cache loaders.
create() - Method in class org.jboss.cache.loader.FileCacheLoader
 
create() - Method in class org.jboss.cache.loader.jdbm.JdbmCacheLoader
 
create() - Method in class org.jboss.cache.loader.SingletonStoreCacheLoader
 
create() - Method in class org.jboss.cache.loader.tcp.TcpCacheServer
 
create(Address) - Static method in class org.jboss.cache.transaction.GlobalTransaction
 
create() - Method in interface org.jboss.cache.TreeCacheViewMBean
 
create(Map<K, V>) - Static method in class org.jboss.cache.util.DeltaMap
Creates and returns a DeltaMap for an original map.
create() - Static method in class org.jboss.cache.util.DeltaMap
Creates and returns a DeltaMap for an empty map.
createAllowed() - Method in enum org.jboss.cache.CacheStatus
 
createAndAddMarshalledValue(Object, Set<MarshalledValue>, InvocationContext) - Method in class org.jboss.cache.interceptors.MarshalledValueInterceptor
 
createAndWire(Configuration) - Method in class org.jboss.cache.DefaultCacheFactory
 
createBuddyLocator(BuddyReplicationConfig.BuddyLocatorConfig) - Method in class org.jboss.cache.buddyreplication.BuddyManager
 
createCache() - Method in interface org.jboss.cache.CacheFactory
Creates and starts a Cache instance using default configuration settings.
createCache(boolean) - Method in interface org.jboss.cache.CacheFactory
Creates and optionally starts a Cache instance using default configuration settings.
createCache(String) - Method in interface org.jboss.cache.CacheFactory
Creates and starts a Cache instance.
createCache(String, boolean) - Method in interface org.jboss.cache.CacheFactory
Creates Cache instance, and optionally starts it.
createCache(Configuration) - Method in interface org.jboss.cache.CacheFactory
Creates a Cache instance based on a Configuration passed in.
createCache(Configuration, boolean) - Method in interface org.jboss.cache.CacheFactory
Creates Cache instance, and optionally starts it, based on a Configuration passed in.
createCache(InputStream) - Method in interface org.jboss.cache.CacheFactory
Creates a Cache instance based on an InputStream passed in, which should be a stream to a valid XML configuration file.
createCache(InputStream, boolean) - Method in interface org.jboss.cache.CacheFactory
Creates a Cache instance based on an InputStream passed in, which should be a stream to a valid XML configuration file.
createCache(Configuration) - Method in class org.jboss.cache.CacheManagerImpl
Extension point for subclasses, where we actually use a CacheFactory to create a cache.
createCache() - Method in class org.jboss.cache.DefaultCacheFactory
 
createCache(boolean) - Method in class org.jboss.cache.DefaultCacheFactory
 
createCache(String) - Method in class org.jboss.cache.DefaultCacheFactory
 
createCache(String, boolean) - Method in class org.jboss.cache.DefaultCacheFactory
 
createCache(Configuration) - Method in class org.jboss.cache.DefaultCacheFactory
This implementation clones the configuration passed in before using it.
createCache(Configuration, boolean) - Method in class org.jboss.cache.DefaultCacheFactory
This implementation clones the configuration passed in before using it.
createCache(InputStream) - Method in class org.jboss.cache.DefaultCacheFactory
 
createCache(InputStream, boolean) - Method in class org.jboss.cache.DefaultCacheFactory
 
createChild(Object, NodeSPI<K, V>, CacheSPI<K, V>, DataVersion) - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated. Creates a child node.
createChild(Object, NodeSPI<K, V>, CacheSPI<K, V>, DataVersion) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
createChildNode(Fqn, InternalNode<K, V>, InvocationContext, boolean) - Method in class org.jboss.cache.AbstractNodeFactory
 
createChildNode(Fqn, InternalNode<K, V>, InvocationContext, boolean) - Method in class org.jboss.cache.mvcc.MVCCNodeFactory
 
createChildNode(Fqn, InternalNode<K, V>, InvocationContext, boolean) - Method in interface org.jboss.cache.NodeFactory
Creates a new node, and optionally attaches the node to its parent.
CREATED - Static variable in interface org.jboss.cache.jmx.CacheJmxWrapperMBean
Deprecated. The lifecycle method create has completed
createDefaultBuddyLocator() - Method in class org.jboss.cache.buddyreplication.BuddyManager
 
createDefaultEvictionRegionConfig() - Method in class org.jboss.cache.config.EvictionConfig
Deprecated. the default region is now created when this instance is constructed. Use EvictionConfig.getDefaultEvictionRegionConfig() instead.
createInternalNode(Fqn) - Method in class org.jboss.cache.AbstractNodeFactory
 
createInternalNode(Object, Fqn, NodeSPI<K, V>, Map<K, V>) - Method in class org.jboss.cache.AbstractNodeFactory
 
createInternalNode(Fqn) - Method in class org.jboss.cache.mvcc.MVCCNodeFactory
 
createInternalNode(Fqn) - Method in interface org.jboss.cache.NodeFactory
Creates an internal node.
createInternalNode(Object, Fqn, NodeSPI<K, V>, Map<K, V>) - Method in class org.jboss.cache.optimistic.OptimisticNodeFactory
Deprecated.  
createInternalNode(Object, Fqn, NodeSPI<K, V>, Map<K, V>) - Method in class org.jboss.cache.PessimisticNodeFactory
Deprecated.  
createInvocationContext() - Method in interface org.jboss.cache.factories.context.ContextFactory
 
createInvocationContext() - Method in class org.jboss.cache.factories.context.MVCCContextFactory
 
createInvocationContext() - Method in class org.jboss.cache.factories.context.PessimisticContextFactory
Deprecated.  
createLocalTx() - Method in class org.jboss.cache.interceptors.TxInterceptor
Creates and starts a local tx
createNode(Fqn, NodeSPI<K, V>, Map<K, V>) - Method in class org.jboss.cache.AbstractNodeFactory
 
createNode(Object, NodeSPI<K, V>, Map<K, V>) - Method in class org.jboss.cache.AbstractNodeFactory
 
createNode(Fqn, NodeSPI<K, V>) - Method in class org.jboss.cache.AbstractNodeFactory
 
createNode(Object, NodeSPI<K, V>) - Method in class org.jboss.cache.AbstractNodeFactory
 
createNode(Fqn, NodeSPI<K, V>, Map<K, V>) - Method in class org.jboss.cache.mvcc.MVCCNodeFactory
 
createNode(Fqn, NodeSPI<K, V>) - Method in class org.jboss.cache.mvcc.MVCCNodeFactory
 
createNode(Object, NodeSPI<K, V>, Map<K, V>) - Method in class org.jboss.cache.mvcc.MVCCNodeFactory
 
createNode(Object, NodeSPI<K, V>) - Method in class org.jboss.cache.mvcc.MVCCNodeFactory
 
createNode(Fqn, NodeSPI<K, V>, Map<K, V>) - Method in interface org.jboss.cache.NodeFactory
Creates a new node and populates its attributes.
createNode(Object, NodeSPI<K, V>, Map<K, V>) - Method in interface org.jboss.cache.NodeFactory
Creates a new node and populates its attributes.
createNode(Fqn, NodeSPI<K, V>) - Method in interface org.jboss.cache.NodeFactory
Creates a new, empty node.
createNode(Object, NodeSPI<K, V>) - Method in interface org.jboss.cache.NodeFactory
Creates a new, empty node.
CreateNodeCommand - Class in org.jboss.cache.commands.legacy.write
Deprecated. will be removed when pessimistic locking is removed.
CreateNodeCommand(Fqn) - Constructor for class org.jboss.cache.commands.legacy.write.CreateNodeCommand
Deprecated.  
CreateNodeCommand() - Constructor for class org.jboss.cache.commands.legacy.write.CreateNodeCommand
Deprecated.  
createNodes(Fqn) - Method in interface org.jboss.cache.DataContainer
Traverses the tree to the given Fqn, creating nodes if needed.
createNodes(Fqn) - Method in class org.jboss.cache.DataContainerImpl
 
createPushStateTask() - Method in class org.jboss.cache.loader.SingletonStoreCacheLoader
Factory method for the creation of a Callable task in charge of pushing in-memory state to cache loader.
createRootNode() - Method in class org.jboss.cache.AbstractNodeFactory
 
createRootNode() - Method in class org.jboss.cache.DataContainerImpl
 
createRootNode() - Method in class org.jboss.cache.mvcc.MVCCNodeFactory
 
createRootNode() - Method in interface org.jboss.cache.NodeFactory
 
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.
createTable - Variable in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
createTableDDL - Variable in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
createTombstone(InvocationContext) - Method in class org.jboss.cache.commands.legacy.write.VersionedInvalidateCommand
Deprecated.  
createTransactionContext(Transaction) - Method in interface org.jboss.cache.factories.context.ContextFactory
 
createTransactionContext(Transaction) - Method in class org.jboss.cache.factories.context.MVCCContextFactory
 
createTransactionContext(Transaction) - Method in class org.jboss.cache.factories.context.OptimisticContextFactory
Deprecated.  
createTransactionContext(Transaction) - Method in class org.jboss.cache.factories.context.PessimisticContextFactory
Deprecated.  
createWrappedNode(NodeSPI<K, V>, TransactionWorkspace) - Method in class org.jboss.cache.AbstractNodeFactory
 
createWrappedNode(InternalNode<K, V>, InternalNode<K, V>) - Method in class org.jboss.cache.AbstractNodeFactory
 
createWrappedNode(InternalNode<K, V>, InternalNode<K, V>) - Method in class org.jboss.cache.mvcc.MVCCNodeFactory
Creates an MVCC wrapped node - either a ReadCommittedNode or its subclass, a RepeatableReadNode based on cache configuration.
createWrappedNode(InternalNode<K, V>, InternalNode<K, V>) - Method in interface org.jboss.cache.NodeFactory
 
createWrappedNode(NodeSPI<K, V>, TransactionWorkspace) - Method in interface org.jboss.cache.NodeFactory
 
createWrappedNode(NodeSPI<K, V>, TransactionWorkspace) - Method in class org.jboss.cache.optimistic.OptimisticNodeFactory
Deprecated.  
createWrappedNodeForRemoval(Fqn, InternalNode<K, V>, InternalNode<K, V>) - Method in class org.jboss.cache.AbstractNodeFactory
 
createWrappedNodeForRemoval(Fqn, InternalNode<K, V>, InternalNode<K, V>) - Method in class org.jboss.cache.mvcc.MVCCNodeFactory
 
createWrappedNodeForRemoval(Fqn, InternalNode<K, V>, InternalNode<K, V>) - Method in interface org.jboss.cache.NodeFactory
 
currentRequestor() - Method in class org.jboss.cache.util.concurrent.locks.OwnableReentrantLock
 
CustomInterceptorConfig - Class in org.jboss.cache.config
Holds information about the custom interceptors defined in the configuration file.
CustomInterceptorConfig(CommandInterceptor, boolean, boolean, int, String, String) - Constructor for class org.jboss.cache.config.CustomInterceptorConfig
Builds a custom interceptor.
CustomInterceptorConfig(CommandInterceptor) - Constructor for class org.jboss.cache.config.CustomInterceptorConfig
Constructs an interceptor config based on the supplied interceptor instance.
CustomInterceptorsElementParser - Class in org.jboss.cache.config.parsing.element
Utility class for parsing 'buddy' element in the .xml configuration file.
CustomInterceptorsElementParser() - Constructor for class org.jboss.cache.config.parsing.element.CustomInterceptorsElementParser
 
CustomInterceptorsElementParser(String) - Constructor for class org.jboss.cache.config.parsing.element.CustomInterceptorsElementParser
 

D

data - Variable in class org.jboss.cache.commands.write.PutDataMapCommand
 
DATA - Static variable in class org.jboss.cache.loader.FileCacheLoader
CacheImpl data file.
data - Variable in class org.jboss.cache.UnversionedNode
Map of general data keys to values.
DataCommand - Interface in org.jboss.cache.commands
Commands of this type manipulate data in the cache.
dataContainer - Variable in class org.jboss.cache.AbstractNodeFactory
 
dataContainer - Variable in class org.jboss.cache.commands.CommandsFactoryImpl
 
dataContainer - Variable in class org.jboss.cache.commands.read.AbstractDataCommand
 
DataContainer - Interface in org.jboss.cache
This class defines the functionality needed for node manipulation.
dataContainer - Variable in class org.jboss.cache.interceptors.CacheLoaderInterceptor
 
dataContainer - Variable in class org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor
Deprecated.  
dataContainer - Variable in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
DataContainerImpl - Class in org.jboss.cache
A container for the root node in the cache, which also provides helpers for efficiently accessing nodes, walking trees, etc.
DataContainerImpl() - Constructor for class org.jboss.cache.DataContainerImpl
 
DataGravitationCleanupCommand - Class in org.jboss.cache.commands.remote
Data gravitation cleanup handler.
DataGravitationCleanupCommand(Fqn, Fqn) - Constructor for class org.jboss.cache.commands.remote.DataGravitationCleanupCommand
 
DataGravitationCleanupCommand() - Constructor for class org.jboss.cache.commands.remote.DataGravitationCleanupCommand
 
DataGravitatorInterceptor - Class in org.jboss.cache.interceptors
MVCC specific version of the LegacyDataGravitatorInterceptor
DataGravitatorInterceptor() - Constructor for class org.jboss.cache.interceptors.DataGravitatorInterceptor
 
dataSize() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
dataSize() - Method in interface org.jboss.cache.Node
 
dataSize() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
datasourceName - Variable in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
dataVersion - Variable in class org.jboss.cache.commands.write.AbstractVersionedDataCommand
 
DataVersion - Interface in org.jboss.cache.optimistic
Deprecated. this is to support a deprecated locking scheme (Optimistic Locking). Will be removed when Optimistic Locking support is removed.
DataVersioningException - Exception in org.jboss.cache.optimistic
Denotes exceptions to do with data versioning in optimistic locking
DataVersioningException() - Constructor for exception org.jboss.cache.optimistic.DataVersioningException
 
DataVersioningException(String) - Constructor for exception org.jboss.cache.optimistic.DataVersioningException
 
DataVersioningException(String, Throwable) - Constructor for exception org.jboss.cache.optimistic.DataVersioningException
 
deactivate() - Method in interface org.jboss.cache.Region
Deactivates this region from being replicated.
deactivate() - Method in class org.jboss.cache.RegionImpl
 
deactivate(Fqn) - Method in interface org.jboss.cache.RegionManager
Disables unmarshalling of replication messages for the region rooted in the given Fqn.
deactivate(Fqn) - Method in class org.jboss.cache.RegionManagerImpl
 
deactivate() - Method in class org.jboss.cache.transaction.TransactionLog
 
DeadlockException - Exception in org.jboss.cache.lock
Used when a lock acquisition would cause a deadlock.
DeadlockException(String) - Constructor for exception org.jboss.cache.lock.DeadlockException
Constructor for DeadlockException.
DeadlockException(String, Throwable) - Constructor for exception org.jboss.cache.lock.DeadlockException
 
decodeVersion(short) - Static method in class org.jboss.cache.Version
 
DEFAULT_DOUBLING_SIZE - Static variable in class org.jboss.cache.io.ExposedByteArrayOutputStream
Default buffer size after which if more buffer capacity is needed the buffer will grow by 25% rather than 100%
DEFAULT_REGION - Static variable in class org.jboss.cache.RegionManagerImpl
The default region used in XML configuration files when defining eviction policies.
DEFAULT_REPLICATION_VERSION - Static variable in class org.jboss.cache.config.Configuration
Default replication version, from Version.getVersionShort().
DefaultCacheFactory<K,V> - Class in org.jboss.cache
Default implementation of the CacheFactory interface.
DefaultCacheFactory() - Constructor for class org.jboss.cache.DefaultCacheFactory
 
defaultClassLoader - Variable in class org.jboss.cache.marshall.AbstractMarshaller
 
DefaultDataVersion - Class in org.jboss.cache.optimistic
Deprecated. this is to support a deprecated locking scheme (Optimistic Locking). Will be removed when Optimistic Locking support is removed.
DefaultDataVersion() - Constructor for class org.jboss.cache.optimistic.DefaultDataVersion
Deprecated. Constructs with version 0.
DefaultDataVersion(long) - Constructor for class org.jboss.cache.optimistic.DefaultDataVersion
Deprecated. Constructs with a version number.
DefaultEvictionActionPolicy - Class in org.jboss.cache.eviction
Default eviction action policy that calls Cache.evict(org.jboss.cache.Fqn) to evict a node.
DefaultEvictionActionPolicy() - Constructor for class org.jboss.cache.eviction.DefaultEvictionActionPolicy
 
DefaultFactoryFor - Annotation Type in org.jboss.cache.factories.annotations
An annotation that is used internally, for defining a DEFAULT factory to be used when constructing components.
defaultInactive - Variable in class org.jboss.cache.marshall.AbstractMarshaller
 
DefaultStateTransferGenerator - Class in org.jboss.cache.statetransfer
 
DefaultStateTransferGenerator() - Constructor for class org.jboss.cache.statetransfer.DefaultStateTransferGenerator
 
DefaultStateTransferIntegrator - Class in org.jboss.cache.statetransfer
 
DefaultStateTransferIntegrator() - Constructor for class org.jboss.cache.statetransfer.DefaultStateTransferIntegrator
 
DefaultStateTransferManager - Class in org.jboss.cache.statetransfer
The default state transfer manager to be used when using MVCC locking.
DefaultStateTransferManager() - Constructor for class org.jboss.cache.statetransfer.DefaultStateTransferManager
 
defaultSynchronous - Variable in class org.jboss.cache.interceptors.BaseRpcInterceptor
 
delegate - Variable in class org.jboss.cache.UnversionedNode
 
deleteAllSql - Variable in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
deleteNodeSql - Variable in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
delimitStream(ObjectOutputStream) - Method in class org.jboss.cache.statetransfer.DefaultStateTransferGenerator
Places a delimiter marker on the stream
delimitStream(ObjectOutputStream) - Method in class org.jboss.cache.statetransfer.LegacyStateTransferGenerator
Deprecated. Places a delimiter marker on the stream
delistResource(XAResource, int) - Method in class org.jboss.cache.transaction.DummyTransaction
Delist an XA resource from this transaction.
DeltaMap<K,V> - Class in org.jboss.cache.util
Wraps an existing map, which is not modified, reflecting modifications in an internal modification set.
deserialize() - Method in class org.jboss.cache.marshall.MarshalledValue
 
destroy() - Method in interface org.jboss.cache.Cache
Lifecycle method that destroys the cache and removes any interceptors/configuration elements.
Destroy - Annotation Type in org.jboss.cache.factories.annotations
Method level annotation that indicates a (no-param) method to be called on a component registered in the ComponentRegistry when the cache is destroyed.
destroy() - Method in class org.jboss.cache.factories.ComponentRegistry
Destroys the cache and frees up any resources.
destroy() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
destroy() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
destroy() - Method in interface org.jboss.cache.jmx.CacheJmxWrapperMBean
Deprecated.  
destroy() - Method in interface org.jboss.cache.Lifecycle
 
destroy() - Method in class org.jboss.cache.loader.AbstractCacheLoader
 
destroy() - Method in class org.jboss.cache.loader.AbstractDelegatingCacheLoader
 
destroy() - Method in class org.jboss.cache.loader.ChainingCacheLoader
 
destroy() - Method in class org.jboss.cache.loader.tcp.TcpCacheServer
 
destroy() - Method in class org.jboss.cache.RegionManagerImpl
 
destroy() - Static method in class org.jboss.cache.transaction.BatchModeTransactionManager
 
destroy() - Static method in class org.jboss.cache.transaction.DummyTransactionManager
 
destroy() - Method in interface org.jboss.cache.TreeCacheViewMBean
 
destroyAllowed() - Method in enum org.jboss.cache.CacheStatus
 
DESTROYED - Static variable in interface org.jboss.cache.jmx.CacheJmxWrapperMBean
Deprecated. The lifecycle method destroy has completed
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.
diffNodeData(Map<Object, Object>, Map<Object, Object>) - Static method in class org.jboss.cache.util.Util
Calculates the diffs between data maps passed in to NodeModifiedEvent.getData() before and after modification.
DIR_SUFFIX - Static variable in class org.jboss.cache.loader.FileCacheLoader
CacheImpl directory suffix.
disconnect() - Method in interface org.jboss.cache.RPCManager
Disconnects and closes the underlying JGroups channel.
disconnect() - Method in class org.jboss.cache.RPCManagerImpl
 
doAfterCall(InvocationContext, VisitableCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
Callback that is invoked after every handleXXX() method defined above.
doAfterCall(InvocationContext, VisitableCommand) - Method in class org.jboss.cache.interceptors.MVCCLockingInterceptor
 
doAfterCall(InvocationContext, VisitableCommand) - Method in class org.jboss.cache.interceptors.PessimisticLockInterceptor
Deprecated.  
doBeforeCall(InvocationContext, VisitableCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
doBeforeCall(InvocationContext, VisitableCommand) - Method in class org.jboss.cache.interceptors.MVCCLockingInterceptor
 
doCopy(InvocationContext) - Method in class org.jboss.cache.InvocationContext
 
DOCUMENT_ROOT - Static variable in class org.jboss.cache.config.parsing.CacheConfigsXmlParser
Name of the root element in a cache configs XML document
doMarshall(Fqn, Object) - Method in class org.jboss.cache.loader.AbstractCacheLoader
 
doMarshall(Fqn, Object) - Method in class org.jboss.cache.loader.FileCacheLoader
 
doUnmarshall(Fqn, Object) - Method in class org.jboss.cache.loader.AbstractCacheLoader
 
doUnmarshall(Fqn, Object) - Method in class org.jboss.cache.loader.FileCacheLoader
 
downgradeDataMapIfNeeded() - Method in class org.jboss.cache.UnversionedNode
 
driverClass - Variable in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
driverName - Variable in class org.jboss.cache.loader.AdjListJDBCCacheLoader
 
dropTable - Variable in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
dropTableDDL - Variable in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
dummy_ - Static variable in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
 
DummyBaseTransactionManager - Class in org.jboss.cache.transaction
 
DummyBaseTransactionManager() - Constructor for class org.jboss.cache.transaction.DummyBaseTransactionManager
 
DummyContext - Class in org.jboss.cache.transaction
 
DummyContext() - Constructor for class org.jboss.cache.transaction.DummyContext
 
DummyContextFactory - Class in org.jboss.cache.transaction
 
DummyContextFactory() - Constructor for class org.jboss.cache.transaction.DummyContextFactory
 
DummyTransaction - Class in org.jboss.cache.transaction
 
DummyTransaction(DummyBaseTransactionManager) - Constructor for class org.jboss.cache.transaction.DummyTransaction
 
DummyTransactionManager - Class in org.jboss.cache.transaction
Simple transaction manager implementation that maintains transaction state in memory only.
DummyTransactionManager() - Constructor for class org.jboss.cache.transaction.DummyTransactionManager
 
DummyTransactionManagerLookup - Class in org.jboss.cache.transaction
Returns an instance of DummyTransactionManager.
DummyTransactionManagerLookup() - Constructor for class org.jboss.cache.transaction.DummyTransactionManagerLookup
 
DummyUserTransaction - Class in org.jboss.cache.transaction
 
DummyUserTransaction(DummyTransactionManager) - Constructor for class org.jboss.cache.transaction.DummyUserTransaction
 
dump() - Method in class org.jboss.cache.loader.jdbm.JdbmCacheLoader
Dumps the tree to debug.
dump(Object) - Method in class org.jboss.cache.loader.jdbm.JdbmCacheLoader
Dumps the tree past the key to debug.
dumpRegions() - Method in interface org.jboss.cache.RegionManager
Returns a string containing debug information on every region.
dumpRegions() - Method in class org.jboss.cache.RegionManagerImpl
 
dumpStatistics() - Method in class org.jboss.cache.interceptors.ActivationInterceptor
 
dumpStatistics() - Method in class org.jboss.cache.interceptors.base.JmxStatsCommandInterceptor
Returns a map of statistics.
dumpStatistics() - Method in class org.jboss.cache.interceptors.CacheLoaderInterceptor
 
dumpStatistics() - Method in class org.jboss.cache.interceptors.CacheMgmtInterceptor
 
dumpStatistics() - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor
 
dumpStatistics() - Method in class org.jboss.cache.interceptors.InvalidationInterceptor
 
dumpStatistics() - Method in class org.jboss.cache.interceptors.LegacyActivationInterceptor
Deprecated.  
dumpStatistics() - Method in class org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor
Deprecated.  
dumpStatistics() - Method in class org.jboss.cache.interceptors.PassivationInterceptor
 
dumpStatistics() - Method in class org.jboss.cache.interceptors.TxInterceptor
 
dumpStatistics() - Method in interface org.jboss.cache.jmx.JmxStatisticsExposer
Returns a map of the cache interceptor's statistics Map is keyed on statistic names (which are Strings) and values are Objects.
Dynamic - Annotation Type in org.jboss.cache.config
Annotation that marks fields in Configuration as being modifiable even after the cache has started.

E

elements - Variable in class org.jboss.cache.Fqn
 
ElementSizeAlgorithm - Class in org.jboss.cache.eviction
 
ElementSizeAlgorithm() - Constructor for class org.jboss.cache.eviction.ElementSizeAlgorithm
 
ElementSizeAlgorithmConfig - Class in org.jboss.cache.eviction
Configuration for ElementSizeAlgorithm.
ElementSizeAlgorithmConfig() - Constructor for class org.jboss.cache.eviction.ElementSizeAlgorithmConfig
 
ElementSizeAlgorithmConfig(int, int) - Constructor for class org.jboss.cache.eviction.ElementSizeAlgorithmConfig
 
ElementSizeConfiguration - Class in org.jboss.cache.eviction
Deprecated. see ElementSizeAlgorithmConfig
ElementSizeConfiguration() - Constructor for class org.jboss.cache.eviction.ElementSizeConfiguration
Deprecated.  
ElementSizePolicy - Class in org.jboss.cache.eviction
Deprecated. see ElementSizeAlgorithm
ElementSizePolicy() - Constructor for class org.jboss.cache.eviction.ElementSizePolicy
Deprecated.  
ElementSizeQueue - Class in org.jboss.cache.eviction
 
ElementSizeQueue() - Constructor for class org.jboss.cache.eviction.ElementSizeQueue
 
ElementSizeQueue.MaxElementComparator - Class in org.jboss.cache.eviction
Comparator class for Max Elements.
ElementSizeQueue.MaxElementComparator() - Constructor for class org.jboss.cache.eviction.ElementSizeQueue.MaxElementComparator
 
EmptyConstructorFactory - Class in org.jboss.cache.factories
Simple factory that just uses reflection and an empty constructor of the component type.
EmptyConstructorFactory() - Constructor for class org.jboss.cache.factories.EmptyConstructorFactory
 
emptyRecycleQueue() - Method in class org.jboss.cache.eviction.BaseEvictionAlgorithm
Empty the Recycle Queue.
encodeVersion(int, int, int) - Static method in class org.jboss.cache.Version
 
endBatch(boolean) - Method in class org.jboss.cache.batch.BatchContainer
 
endBatch(boolean) - Method in interface org.jboss.cache.Cache
Ends an existing ongoing batch.
endBatch(boolean) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
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.
enforceNodeLoading() - Method in class org.jboss.cache.commands.write.InvalidateCommand
//TODO: 2.2.0: rather than using CacheSPI this should use peek().
enlistResource(XAResource) - Method in class org.jboss.cache.transaction.DummyTransaction
Enlist an XA resource with this transaction.
entrySet() - Method in class org.jboss.cache.lock.ThreadLocalMap
 
entrySet() - Method in class org.jboss.cache.marshall.MarshalledValueMap
 
entrySet() - Method in class org.jboss.cache.util.concurrent.SelfInitializingConcurrentHashMap
 
entrySet() - Method in class org.jboss.cache.util.DeltaMap
 
entrySet() - Method in class org.jboss.cache.util.FastCopyHashMap
 
equals(Object) - Method in class org.jboss.cache.AbstractNode
 
equals(Object) - Method in class org.jboss.cache.buddyreplication.GravitateResult
 
equals(Object) - Method in class org.jboss.cache.buddyreplication.NextMemberBuddyLocatorConfig
 
equals(Object) - Method in class org.jboss.cache.commands.read.AbstractDataCommand
 
equals(Object) - Method in class org.jboss.cache.commands.read.GetKeyValueCommand
 
equals(Object) - Method in class org.jboss.cache.commands.read.GravitateDataCommand
 
equals(Object) - Method in class org.jboss.cache.commands.remote.AnnounceBuddyPoolNameCommand
 
equals(Object) - Method in class org.jboss.cache.commands.remote.AssignToBuddyGroupCommand
 
equals(Object) - Method in class org.jboss.cache.commands.remote.ClusteredGetCommand
 
equals(Object) - Method in class org.jboss.cache.commands.remote.DataGravitationCleanupCommand
 
equals(Object) - Method in class org.jboss.cache.commands.remote.RemoveFromBuddyGroupCommand
 
equals(Object) - Method in class org.jboss.cache.commands.remote.ReplicateCommand
 
equals(Object) - Method in class org.jboss.cache.commands.tx.AbstractTransactionCommand
 
equals(Object) - Method in class org.jboss.cache.commands.tx.PrepareCommand
 
equals(Object) - Method in class org.jboss.cache.commands.write.AbstractVersionedDataCommand
 
equals(Object) - Method in class org.jboss.cache.commands.write.ClearDataCommand
 
equals(Object) - Method in class org.jboss.cache.commands.write.MoveCommand
 
equals(Object) - Method in class org.jboss.cache.commands.write.PutDataMapCommand
 
equals(Object) - Method in class org.jboss.cache.commands.write.PutKeyValueCommand
 
equals(Object) - Method in class org.jboss.cache.commands.write.RemoveKeyCommand
 
equals(Object) - Method in class org.jboss.cache.commands.write.RemoveNodeCommand
 
equals(Object) - Method in class org.jboss.cache.config.BuddyReplicationConfig
 
equals(Object) - Method in class org.jboss.cache.config.CacheLoaderConfig
 
equals(Object) - Method in class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
 
equals(Object) - Method in class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig
 
equals(Object) - Method in class org.jboss.cache.config.Configuration
 
equals(Object) - Method in class org.jboss.cache.config.CustomInterceptorConfig
 
equals(Object) - Method in class org.jboss.cache.config.EvictionConfig
 
equals(Object) - Method in class org.jboss.cache.config.EvictionRegionConfig
 
equals(Object) - Method in class org.jboss.cache.config.Option
 
equals(Object) - Method in class org.jboss.cache.config.PluggableConfigurationComponent
 
equals(Object) - Method in class org.jboss.cache.config.RuntimeConfig
 
equals(Object) - Method in class org.jboss.cache.eviction.ElementSizeAlgorithmConfig
 
equals(Object) - Method in class org.jboss.cache.eviction.ElementSizeConfiguration
Deprecated.  
equals(Object) - Method in class org.jboss.cache.eviction.EvictionAlgorithmConfigBase
 
equals(Object) - Method in class org.jboss.cache.eviction.EvictionPolicyConfigBase
Deprecated.  
equals(Object) - Method in class org.jboss.cache.eviction.ExpirationAlgorithmConfig
 
equals(Object) - Method in class org.jboss.cache.eviction.FIFOAlgorithmConfig
 
equals(Object) - Method in class org.jboss.cache.eviction.FIFOConfiguration
Deprecated.  
equals(Object) - Method in class org.jboss.cache.eviction.LFUAlgorithmConfig
 
equals(Object) - Method in class org.jboss.cache.eviction.LFUConfiguration
Deprecated.  
equals(Object) - Method in class org.jboss.cache.eviction.LRUAlgorithmConfig
 
equals(Object) - Method in class org.jboss.cache.eviction.LRUConfiguration
Deprecated.  
equals(Object) - Method in class org.jboss.cache.eviction.MRUAlgorithmConfig
 
equals(Object) - Method in class org.jboss.cache.eviction.MRUConfiguration
Deprecated.  
equals(Object) - Method in class org.jboss.cache.eviction.NodeEntry
 
equals(Object) - Method in class org.jboss.cache.Fqn
Returns true if obj is a Fqn with the same elements.
equals(Object) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
equals(Object) - Method in class org.jboss.cache.InvocationContext
 
equals(Object) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
equals(Object) - Method in class org.jboss.cache.loader.AsyncCacheLoaderConfig
 
equals(Object) - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoaderConfig
 
equals(Object) - Method in class org.jboss.cache.loader.ClusteredCacheLoaderConfig
 
equals(Object) - Method in class org.jboss.cache.loader.FileCacheLoaderConfig
 
equals(Object) - Method in class org.jboss.cache.loader.jdbm.JdbmCacheLoaderConfig
 
equals(Object) - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoaderConfig
 
equals(Object) - Method in class org.jboss.cache.loader.s3.S3LoaderConfig
 
equals(Object) - Method in class org.jboss.cache.loader.SingletonStoreDefaultConfig
 
equals(Object) - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoaderConfig
 
equals(Object) - Method in class org.jboss.cache.marshall.MarshalledValue
 
equals(Object) - Method in class org.jboss.cache.marshall.MarshalledValueMap
 
equals(Object) - Method in class org.jboss.cache.marshall.NodeData
 
equals(Object) - Method in class org.jboss.cache.mvcc.NodeReference
 
equals(Object) - Method in class org.jboss.cache.notifications.event.EventImpl
 
equals(Object) - Method in class org.jboss.cache.optimistic.DefaultDataVersion
Deprecated.  
equals(Object) - Method in class org.jboss.cache.RegionImpl
 
equals(Object) - Method in class org.jboss.cache.StringFqn
 
equals(Object) - Method in class org.jboss.cache.transaction.GlobalTransaction
 
equals(Object) - Method in class org.jboss.cache.util.BitEncodedIntegerSet
 
equals(Object) - Method in class org.jboss.cache.util.concurrent.SelfInitializingConcurrentHashMap
 
equals(Object) - Method in class org.jboss.cache.util.FastCopyHashMap.SimpleEntry
 
equals(Object) - Method in class org.jboss.cache.util.Util.MapModifications
 
equalsExcludingProperties(Object) - Method in class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
 
erase - Variable in class org.jboss.cache.commands.write.PutDataMapCommand
 
ERASE_METHOD_ID - Static variable in class org.jboss.cache.commands.write.PutDataMapCommand
 
ERASE_VERSIONED_METHOD_ID - Static variable in class org.jboss.cache.commands.write.PutDataMapCommand
 
escapeBackslashes(String) - Static method in class org.jboss.cache.config.parsing.XmlConfigHelper
Escapes backslashes ('\') with additional backslashes in a given String, returning a new, escaped String.
Event - Interface in org.jboss.cache.notifications.event
An interface that defines common characteristics of events
Event.Type - Enum in org.jboss.cache.notifications.event
 
EVENT_QUEUE_SIZE_DEFAULT - Static variable in class org.jboss.cache.config.EvictionConfig
 
EventImpl - Class in org.jboss.cache.notifications.event
Basic implementation of an event that covers all event types.
EventImpl(boolean, Cache, NodeModifiedEvent.ModificationType, Map, Fqn, Transaction, boolean, Fqn, boolean, View, Event.Type) - Constructor for class org.jboss.cache.notifications.event.EventImpl
 
EventImpl() - Constructor for class org.jboss.cache.notifications.event.EventImpl
 
evict(Fqn, boolean) - Method in interface org.jboss.cache.Cache
Eviction call that evicts the specified Node from memory.
evict(Fqn) - Method in interface org.jboss.cache.Cache
Eviction call that evicts the specified Node from memory.
evict(Fqn, boolean) - Method in interface org.jboss.cache.DataContainer
Evicts the given node.
evict(Fqn) - Method in interface org.jboss.cache.DataContainer
Following scenarios define how eviction works.
evict(Fqn, boolean) - Method in class org.jboss.cache.DataContainerImpl
 
evict(Fqn) - Method in class org.jboss.cache.DataContainerImpl
 
evict(NodeEntry) - Method in class org.jboss.cache.eviction.BaseEvictionAlgorithm
 
evict(Fqn) - Method in class org.jboss.cache.eviction.BaseEvictionPolicy
Deprecated. Evict the node under given Fqn from cache.
evict(Fqn) - Method in class org.jboss.cache.eviction.DefaultEvictionActionPolicy
 
evict(Fqn) - Method in interface org.jboss.cache.eviction.EvictionActionPolicy
Performs an eviction on a given node.
evict(Fqn) - Method in interface org.jboss.cache.eviction.EvictionPolicy
Deprecated. Evict a node form the underlying cache.
evict(NodeEntry) - Method in class org.jboss.cache.eviction.LRUAlgorithm
 
evict(Fqn) - Method in class org.jboss.cache.eviction.NullEvictionPolicy
Deprecated. No-op
evict(Fqn) - Method in class org.jboss.cache.eviction.RemoveOnEvictActionPolicy
 
evict(Fqn, boolean) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
evict(Fqn) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
evictCacheNode(Fqn) - Method in class org.jboss.cache.eviction.BaseEvictionAlgorithm
Evict a node from cache.
EvictCommand - Class in org.jboss.cache.commands.write
Implements functionality defined by Cache.evict(org.jboss.cache.Fqn)
EvictCommand(Fqn) - Constructor for class org.jboss.cache.commands.write.EvictCommand
 
EvictCommand() - Constructor for class org.jboss.cache.commands.write.EvictCommand
 
EvictedEventNode - Class in org.jboss.cache.eviction
Deprecated. please use EvictionEvent instead.
EvictedEventNode(Fqn, EvictionEvent.Type, int) - Constructor for class org.jboss.cache.eviction.EvictedEventNode
Deprecated.  
EvictedEventNode(EvictionEvent) - Constructor for class org.jboss.cache.eviction.EvictedEventNode
Deprecated.  
EVICTION_ACTION_POLICY_CLASS_DEFAULT - Static variable in class org.jboss.cache.config.EvictionConfig
 
evictionActionPolicy - Variable in class org.jboss.cache.eviction.BaseEvictionAlgorithm
 
EvictionActionPolicy - Interface in org.jboss.cache.eviction
Performs an eviction on a given Fqn.
EvictionAlgorithm - Interface in org.jboss.cache.eviction
Interface for all eviction algorithms.
evictionAlgorithmClassName - Variable in class org.jboss.cache.eviction.EvictionAlgorithmConfigBase
 
EvictionAlgorithmConfig - Interface in org.jboss.cache.config
An interface used to configure an eviction algorithm.
evictionAlgorithmConfig - Variable in class org.jboss.cache.eviction.BaseEvictionAlgorithm
 
EvictionAlgorithmConfigBase - Class in org.jboss.cache.eviction
A base class used for configuring eviction algorithms.
EvictionAlgorithmConfigBase() - Constructor for class org.jboss.cache.eviction.EvictionAlgorithmConfigBase
Can only be instantiated by a subclass.
EvictionConfig - Class in org.jboss.cache.config
 
EvictionConfig() - Constructor for class org.jboss.cache.config.EvictionConfig
 
EvictionConfig(String) - Constructor for class org.jboss.cache.config.EvictionConfig
Deprecated. Use EvictionConfig.EvictionConfig(EvictionRegionConfig) instead.
EvictionConfig(EvictionRegionConfig) - Constructor for class org.jboss.cache.config.EvictionConfig
 
EvictionConfig(EvictionRegionConfig, int) - Constructor for class org.jboss.cache.config.EvictionConfig
 
EvictionElementParser - Class in org.jboss.cache.config.parsing.element
Knows how to parse the eviction xml element.
EvictionElementParser() - Constructor for class org.jboss.cache.config.parsing.element.EvictionElementParser
 
EvictionElementParser(String) - Constructor for class org.jboss.cache.config.parsing.element.EvictionElementParser
 
EvictionEvent - Class in org.jboss.cache.eviction
An eviction event records activity on nodes in the cache.
EvictionEvent() - Constructor for class org.jboss.cache.eviction.EvictionEvent
 
EvictionEvent(Fqn, EvictionEvent.Type, int) - Constructor for class org.jboss.cache.eviction.EvictionEvent
 
EvictionEvent.Type - Enum in org.jboss.cache.eviction
 
EvictionEventType - Enum in org.jboss.cache.eviction
Deprecated. left here for old interfaces. Use EvictionEvent.Type instead.
EvictionException - Exception in org.jboss.cache.eviction
 
EvictionException() - Constructor for exception org.jboss.cache.eviction.EvictionException
 
EvictionException(String) - Constructor for exception org.jboss.cache.eviction.EvictionException
 
EvictionException(String, Throwable) - Constructor for exception org.jboss.cache.eviction.EvictionException
 
EvictionInterceptor - Class in org.jboss.cache.interceptors
Eviction Interceptor.
EvictionInterceptor() - Constructor for class org.jboss.cache.interceptors.EvictionInterceptor
 
EvictionPolicy - Interface in org.jboss.cache.eviction
Deprecated. please use EvictionActionPolicy instead.
EvictionPolicyConfig - Interface in org.jboss.cache.config
Deprecated. see EvictionAlgorithmConfig
EvictionPolicyConfigBase - Class in org.jboss.cache.eviction
Deprecated. See EvictionAlgorithmConfigBase.
EvictionPolicyConfigBase() - Constructor for class org.jboss.cache.eviction.EvictionPolicyConfigBase
Deprecated. Can only be instantiated by a subclass.
evictionQueue - Variable in class org.jboss.cache.eviction.BaseEvictionAlgorithm
Contains NodeEntry instances.
EvictionQueue - Interface in org.jboss.cache.eviction
Eviction Queue interface defines a contract for the Eviction Queue implementations used by EvictionPolicies.
EvictionQueueList - Class in org.jboss.cache.eviction
 
EvictionRegionConfig - Class in org.jboss.cache.config
It is imperative that a region Fqn is set, either via one of the constructors or using EvictionRegionConfig.setRegionFqn(org.jboss.cache.Fqn).
EvictionRegionConfig() - Constructor for class org.jboss.cache.config.EvictionRegionConfig
 
EvictionRegionConfig(Fqn, EvictionPolicyConfig) - Constructor for class org.jboss.cache.config.EvictionRegionConfig
Deprecated. use EvictionRegionConfig.EvictionRegionConfig(org.jboss.cache.Fqn, EvictionAlgorithmConfig) instead.
EvictionRegionConfig(Fqn, EvictionAlgorithmConfig) - Constructor for class org.jboss.cache.config.EvictionRegionConfig
 
EvictionRegionConfig(Fqn, EvictionAlgorithmConfig, int) - Constructor for class org.jboss.cache.config.EvictionRegionConfig
 
EvictionRegionConfig(Fqn) - Constructor for class org.jboss.cache.config.EvictionRegionConfig
 
EvictionTimerTask - Class in org.jboss.cache.eviction
Timer threads to do periodic node clean up by running the eviction policy.
EvictionTimerTask() - Constructor for class org.jboss.cache.eviction.EvictionTimerTask
 
EvictionTimerTask.Task - Class in org.jboss.cache.eviction
 
EvictionTimerTask.Task() - Constructor for class org.jboss.cache.eviction.EvictionTimerTask.Task
 
evictNode(Fqn, InvocationContext, NodeSPI) - Method in class org.jboss.cache.commands.legacy.write.LegacyEvictCommand
Deprecated.  
evictNode(Fqn, InvocationContext, NodeSPI) - Method in class org.jboss.cache.commands.write.EvictCommand
 
excludeKeys(Map<K, V>, Set<K>) - Static method in class org.jboss.cache.util.DeltaMap
Creates and returns a DeltaMap for an original map, excluding some key mappings.
excludeKeys(Map<K, V>, K...) - Static method in class org.jboss.cache.util.DeltaMap
Creates and returns a DeltaMap for an original map, excluding some key mappings.
execute(Runnable) - Method in class org.jboss.cache.util.concurrent.WithinThreadExecutor
 
executeCommand(ReplicableCommand, Message) - Method in class org.jboss.cache.marshall.CommandAwareRpcDispatcher
 
existModifications() - Method in class org.jboss.cache.commands.tx.PrepareCommand
 
exists(Fqn) - Method in interface org.jboss.cache.CacheSPI
Helper method that does a peek and ensures that the result of the peek is not null.
exists(String) - Method in interface org.jboss.cache.CacheSPI
A convenience method that takes a String representation of an Fqn.
exists(Fqn) - Method in interface org.jboss.cache.DataContainer
Tests if an Fqn exists and is valid and not deleted.
exists(Fqn) - Method in class org.jboss.cache.DataContainerImpl
 
exists(String) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
exists(Fqn) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
exists(Fqn) - Method in class org.jboss.cache.loader.AbstractDelegatingCacheLoader
 
exists(Fqn) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoader
Checks that there is a row for the fqn in the database.
exists(Fqn) - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Returns whether the given node exists.
exists(Fqn) - Method in interface org.jboss.cache.loader.CacheLoader
Returns true if the CacheLoader has a node with a Fqn.
exists(Fqn) - Method in class org.jboss.cache.loader.ChainingCacheLoader
Checks whether the CacheLoader has a node with Fqn
exists(Fqn) - Method in class org.jboss.cache.loader.ClusteredCacheLoader
 
exists(Fqn) - Method in class org.jboss.cache.loader.FileCacheLoader
 
exists(Fqn) - Method in class org.jboss.cache.loader.jdbm.JdbmCacheLoader
Returns whether the given node exists.
exists(Fqn) - Method in class org.jboss.cache.loader.jdbm.JdbmCacheLoader2
 
exists(Fqn) - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoader
 
exists(Fqn) - Method in class org.jboss.cache.loader.s3.S3CacheLoader
Returns whether the given node exists.
EXISTS - Static variable in interface org.jboss.cache.loader.tcp.TcpCacheOperations
 
exists(Fqn) - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoader
 
existsAttribute(String) - Method in class org.jboss.cache.config.parsing.XmlParserBase
 
ExistsCommand - Class in org.jboss.cache.commands.read
Checks whether a given node exists in current in-memory state of the cache.
ExistsCommand(Fqn) - Constructor for class org.jboss.cache.commands.read.ExistsCommand
 
ExistsCommand() - Constructor for class org.jboss.cache.commands.read.ExistsCommand
 
existsSql - Variable in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
Experimental - Annotation Type in org.jboss.cache.annotations
A marker annotation to mark that a class, method or field is experimental and as such, should be used with extreme care as it may not be completely implemented, may not work at all, and/or may be prone to incompatible changes in future releases.
EXPIRATION_KEY - Static variable in class org.jboss.cache.eviction.ExpirationAlgorithmConfig
Default key name for indicating expiration time.
EXPIRATION_KEY - Static variable in class org.jboss.cache.eviction.ExpirationConfiguration
Deprecated. Default key name for indicating expiration time.
ExpirationAlgorithm - Class in org.jboss.cache.eviction
Eviction algorithm that uses a key in the Node data that indicates the time the node should be evicted.
ExpirationAlgorithm() - Constructor for class org.jboss.cache.eviction.ExpirationAlgorithm
Constructs a new algorithm with a policy.
ExpirationAlgorithmConfig - Class in org.jboss.cache.eviction
Configuration for indicating the Node key for setting a specific eviction time.
ExpirationAlgorithmConfig() - Constructor for class org.jboss.cache.eviction.ExpirationAlgorithmConfig
 
ExpirationConfiguration - Class in org.jboss.cache.eviction
Deprecated. see ExpirationAlgorithmConfig
ExpirationConfiguration() - Constructor for class org.jboss.cache.eviction.ExpirationConfiguration
Deprecated.  
ExpirationPolicy - Class in org.jboss.cache.eviction
Deprecated. see ExpirationAlgorithm
ExpirationPolicy() - Constructor for class org.jboss.cache.eviction.ExpirationPolicy
Deprecated.  
ExposedByteArrayOutputStream - Class in org.jboss.cache.io
Extends ByteArrayOutputStream, but exposes the internal buffer.
ExposedByteArrayOutputStream() - Constructor for class org.jboss.cache.io.ExposedByteArrayOutputStream
 
ExposedByteArrayOutputStream(int) - Constructor for class org.jboss.cache.io.ExposedByteArrayOutputStream
 
ExposedByteArrayOutputStream(int, int) - Constructor for class org.jboss.cache.io.ExposedByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
ExtendedResponse - Class in org.jboss.cache.marshall
A response with extended information
ExtendedResponse(Object) - Constructor for class org.jboss.cache.marshall.ExtendedResponse
 
extractAttributes(Element) - Static method in class org.jboss.cache.config.parsing.XmlConfigHelper
 
extractFqn(ReplicableCommand) - Method in class org.jboss.cache.marshall.AbstractMarshaller
 
extractProperties(Element) - Static method in class org.jboss.cache.config.parsing.XmlConfigHelper
 

F

FAILED - Static variable in interface org.jboss.cache.jmx.CacheJmxWrapperMBean
Deprecated. There has been an error during some operation
FastCopyHashMap<K,V> - Class in org.jboss.cache.util
A HashMap that is optimized for fast shallow copies.
FastCopyHashMap(int, float) - Constructor for class org.jboss.cache.util.FastCopyHashMap
 
FastCopyHashMap(Map<? extends K, ? extends V>) - Constructor for class org.jboss.cache.util.FastCopyHashMap
 
FastCopyHashMap(int) - Constructor for class org.jboss.cache.util.FastCopyHashMap
 
FastCopyHashMap() - Constructor for class org.jboss.cache.util.FastCopyHashMap
 
FastCopyHashMap.SimpleEntry<K,V> - Class in org.jboss.cache.util
 
fetchPartialState(List<Address>, Fqn, Fqn) - Method in interface org.jboss.cache.RPCManager
Retrieves partial state from remote instances.
fetchPartialState(List<Address>, Fqn) - Method in interface org.jboss.cache.RPCManager
Retrieves partial state from remote instances.
fetchPartialState(List<Address>, Fqn, Fqn) - Method in class org.jboss.cache.RPCManagerImpl
 
fetchPartialState(List<Address>, Fqn) - Method in class org.jboss.cache.RPCManagerImpl
 
FIFOAlgorithm - Class in org.jboss.cache.eviction
First-in-first-out algorithm used to evict nodes.
FIFOAlgorithm() - Constructor for class org.jboss.cache.eviction.FIFOAlgorithm
 
FIFOAlgorithmConfig - Class in org.jboss.cache.eviction
Configuration for FIFOAlgorithm.
FIFOAlgorithmConfig() - Constructor for class org.jboss.cache.eviction.FIFOAlgorithmConfig
 
FIFOAlgorithmConfig(int) - Constructor for class org.jboss.cache.eviction.FIFOAlgorithmConfig
 
FIFOConfiguration - Class in org.jboss.cache.eviction
Deprecated. see FIFOAlgorithmConfig
FIFOConfiguration() - Constructor for class org.jboss.cache.eviction.FIFOConfiguration
Deprecated.  
FIFOPolicy - Class in org.jboss.cache.eviction
Deprecated. see FIFOAlgorithm
FIFOPolicy() - Constructor for class org.jboss.cache.eviction.FIFOPolicy
Deprecated.  
FIFOQueue - Class in org.jboss.cache.eviction
FIFO Eviction Queue implementation for FIFO Policy.
FIFOQueue() - Constructor for class org.jboss.cache.eviction.FIFOQueue
 
FileCacheLoader - Class in org.jboss.cache.loader
Simple file-based CacheLoader implementation.
FileCacheLoader() - Constructor for class org.jboss.cache.loader.FileCacheLoader
 
FileCacheLoaderConfig - Class in org.jboss.cache.loader
 
FileCacheLoaderConfig() - Constructor for class org.jboss.cache.loader.FileCacheLoaderConfig
 
FileLookup - Class in org.jboss.cache.util
Holds the logic of looking up a file, in the following sequence: try to load it with the curent thread's context ClassLoader if fails, the system ClassLoader if fails, try to load it as a file from the disck
FileLookup() - Constructor for class org.jboss.cache.util.FileLookup
 
flags - Variable in class org.jboss.cache.AbstractNode
Flags placed on the node.
flags - Variable in class org.jboss.cache.mvcc.ReadCommittedNode
 
flush() - Method in class org.jboss.cache.cluster.ReplicationQueue
Flushes existing method calls.
formatHtml(String) - Static method in class org.jboss.cache.util.CachePrinter
Formats a given String for display as an HTML snippet.
fqn - Variable in class org.jboss.cache.AbstractNode
 
fqn - Variable in class org.jboss.cache.commands.read.AbstractDataCommand
 
Fqn<E> - Class in org.jboss.cache
A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
Fqn() - Constructor for class org.jboss.cache.Fqn
Public to satisfy Externalization.
Fqn(List<? extends E>) - Constructor for class org.jboss.cache.Fqn
Deprecated. use Fqn.fromList(java.util.List) instead. This constructor will be removed in 3.0.0.
Fqn(E...) - Constructor for class org.jboss.cache.Fqn
Deprecated. use Fqn.fromElements(Object[]) instead. This constructor will be removed in 3.0.0.
Fqn(Fqn<? extends E>, Fqn<? extends E>) - Constructor for class org.jboss.cache.Fqn
Deprecated. use Fqn.fromRelativeFqn(Fqn, Fqn) instead. This constructor will be removed in 3.0.0.
Fqn(Fqn<? extends E>, E...) - Constructor for class org.jboss.cache.Fqn
Deprecated. use Fqn.fromRelativeElements(Fqn, Object[]) instead. This constructor will be removed in 3.0.0.
Fqn(List<? extends E>, boolean) - Constructor for class org.jboss.cache.Fqn
Deprecated. use Fqn.fromList(java.util.List) instead. The boolean "safety" hint is calculated internally. This constructor will be removed in 3.0.0.
Fqn(Fqn<? extends E>, List<? extends E>) - Constructor for class org.jboss.cache.Fqn
 
Fqn2BuddyFqnVisitor - Class in org.jboss.cache.buddyreplication
For each command the fqns are changed such that they are under the current buddy group's backup subtree (e.g., /_buddy_backup_/my_host:7890/) rather than the root (/).
Fqn2BuddyFqnVisitor(String) - Constructor for class org.jboss.cache.buddyreplication.Fqn2BuddyFqnVisitor
 
Fqn2BuddyFqnVisitor(String, CommandsFactory) - Constructor for class org.jboss.cache.buddyreplication.Fqn2BuddyFqnVisitor
 
FQN_PATTERN - Static variable in class org.jboss.cache.loader.FileCacheLoader
For fqn, check '*' '<' '>' '|' '"' '?' and also '\' '/' and ':'
fqnColumn - Variable in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
FqnComparator - Class in org.jboss.cache
Compares the order of two FQN.
FqnComparator() - Constructor for class org.jboss.cache.FqnComparator
 
FqnLockManager - Class in org.jboss.cache.lock
An abstract lock manager that deals with Fqns rather than nodes.
FqnLockManager() - Constructor for class org.jboss.cache.lock.FqnLockManager
 
fqnType - Variable in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
fromElements(T...) - Static method in class org.jboss.cache.Fqn
Retrieves an Fqn that represents the array of elements passed in.
fromExternalStream(ObjectInput) - Static method in class org.jboss.cache.Fqn
Retrieves an Fqn read from an object input stream, typically written to using Fqn.writeExternal(java.io.ObjectOutput).
fromList(List<? extends T>) - Static method in class org.jboss.cache.Fqn
Retrieves an Fqn that represents the list of elements passed in.
fromList(List<? extends T>, boolean) - Static method in class org.jboss.cache.Fqn
Retrieves an Fqn that represents the list of elements passed in.
fromRelativeElements(Fqn<? extends T>, T...) - Static method in class org.jboss.cache.Fqn
Retrieves an Fqn that represents the array of elements passed in, relative to the base Fqn.
fromRelativeFqn(Fqn<? extends T>, Fqn<? extends T>) - Static method in class org.jboss.cache.Fqn
Retrieves an Fqn that represents the absolute Fqn of the relative Fqn passed in.
fromRelativeList(Fqn<? extends T>, List<? extends T>) - Static method in class org.jboss.cache.Fqn
Retrieves an Fqn that represents the List of elements passed in, relative to the base Fqn.
fromStream(int, Object[]) - Method in interface org.jboss.cache.commands.CommandsFactory
Builds a cache command based on the ID passed in and an object array of parameters
fromStream(int, Object[]) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
fromStream(int, Object[]) - Method in class org.jboss.cache.commands.OptimisticCommandsFactoryImpl
Deprecated.  
fromStream(int, Object[]) - Method in class org.jboss.cache.commands.PessimisticCommandsFactoryImpl
Deprecated.  
fromString(String) - Static method in class org.jboss.cache.Fqn
Returns a new Fqn from a string, where the elements are deliminated by one or more separator (Fqn.SEPARATOR) characters.

Example use:

G

generateNodeDataList(InternalNode<?, ?>, List<NodeData>) - Method in class org.jboss.cache.statetransfer.DefaultStateTransferGenerator
 
generateNodeDataList(NodeSPI<?, ?>, List<NodeData>) - Method in class org.jboss.cache.statetransfer.LegacyStateTransferGenerator
Deprecated.  
generateState(ObjectOutputStream, Object, boolean, boolean, boolean) - Method in class org.jboss.cache.statetransfer.DefaultStateTransferGenerator
 
generateState(ObjectOutputStream, Object, boolean, boolean, boolean) - Method in class org.jboss.cache.statetransfer.LegacyStateTransferGenerator
Deprecated.  
generateState(ObjectOutputStream, Object, boolean, boolean, boolean) - Method in interface org.jboss.cache.statetransfer.StateTransferGenerator
 
generator - Variable in class org.jboss.cache.statetransfer.DefaultStateTransferManager
 
GenericTransactionManagerLookup - Class in org.jboss.cache.transaction
A transaction manager lookup class that attempts to locate a TransactionManager.
GenericTransactionManagerLookup() - Constructor for class org.jboss.cache.transaction.GenericTransactionManagerLookup
 
get(Fqn, K) - Method in interface org.jboss.cache.Cache
Convenience method that allows for direct access to the data in a Node.
get(String, K) - Method in interface org.jboss.cache.Cache
Convenience method that takes a string representation of an Fqn.
get(int) - Method in class org.jboss.cache.Fqn
 
get(K) - Method in interface org.jboss.cache.InternalNode
 
get(Fqn, K) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
get(String, K) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
get(K) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
get(Fqn) - Method in class org.jboss.cache.loader.AbstractDelegatingCacheLoader
 
get(Fqn) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoader
Returns a map representing a node.
get(Fqn) - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
get(Fqn) - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Returns a map containing all key-value pairs for the given FQN, or null if the node is not present.
get(Fqn) - Method in interface org.jboss.cache.loader.CacheLoader
Returns all keys and values from the persistent store, given a Fqn
get(Fqn) - Method in class org.jboss.cache.loader.ChainingCacheLoader
Returns all keys and values from the persistent store, given a fully qualified name
get(Fqn) - Method in class org.jboss.cache.loader.ClusteredCacheLoader
 
get(Fqn) - Method in class org.jboss.cache.loader.FileCacheLoader
 
get(Fqn) - Method in class org.jboss.cache.loader.jdbm.JdbmCacheLoader
Returns a map containing all key-value pairs for the given FQN, or null if the node is not present.
get(Fqn) - Method in class org.jboss.cache.loader.jdbm.JdbmCacheLoader2
 
get(Fqn) - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoader
 
get(Fqn) - Method in class org.jboss.cache.loader.s3.S3CacheLoader
Returns a map containing all key-value pairs for the given FQN, or null if the node is not present.
GET - Static variable in interface org.jboss.cache.loader.tcp.TcpCacheOperations
 
get(Fqn) - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoader
 
get(Object) - Method in class org.jboss.cache.lock.ThreadLocalMap
 
get() - Method in class org.jboss.cache.marshall.MarshalledValue
 
get(Object) - Method in class org.jboss.cache.marshall.MarshalledValueMap
 
get(K) - Method in class org.jboss.cache.mvcc.NodeReference
 
get(K) - Method in interface org.jboss.cache.Node
Returns the value to which this node maps the specified key.
get(K) - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated.  
get(K) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
get(Transaction) - Method in class org.jboss.cache.transaction.TransactionTable
Returns the global transaction associated with the local transaction.
get(GlobalTransaction) - Method in class org.jboss.cache.transaction.TransactionTable
Returns the local transaction entry for the global transaction.
get(K) - Method in class org.jboss.cache.UnversionedNode
 
get(Object) - Method in class org.jboss.cache.util.concurrent.SelfInitializingConcurrentHashMap
 
get(Object) - Method in class org.jboss.cache.util.DeltaMap
 
get(Object) - Method in class org.jboss.cache.util.FastCopyHashMap
 
get(int) - Method in class org.jboss.cache.util.ImmutableListCopy
 
get0(Fqn) - Method in class org.jboss.cache.loader.ClusteredCacheLoader
 
GET_CHILDREN_NAMES - Static variable in interface org.jboss.cache.loader.tcp.TcpCacheOperations
 
GET_KEY - Static variable in interface org.jboss.cache.loader.tcp.TcpCacheOperations
 
getAccessKeyId() - Method in class org.jboss.cache.loader.s3.S3LoaderConfig
Returns accessKeyId.
getActivations() - Method in class org.jboss.cache.interceptors.ActivationInterceptor
 
getActivations() - Method in class org.jboss.cache.interceptors.LegacyActivationInterceptor
Deprecated.  
getActualFqn(Fqn) - Method in class org.jboss.cache.buddyreplication.BuddyFqnTransformer
 
getAddress() - Method in class org.jboss.cache.commands.remote.AnnounceBuddyPoolNameCommand
 
getAddress() - Method in class org.jboss.cache.transaction.GlobalTransaction
 
getAfterClass() - Method in class org.jboss.cache.config.CustomInterceptorConfig
 
getAllMethods(Class, Class<? extends Annotation>) - Static method in class org.jboss.cache.util.reflect.ReflectionUtil
Returns a set of Methods that contain the given method annotation.
getAllModifications() - Method in class org.jboss.cache.transaction.PessimisticTransactionContext
Deprecated.  
getAllRegions(Region.Type) - Method in interface org.jboss.cache.RegionManager
Returns an ordered list of all regions.
getAllRegions(Region.Type) - Method in class org.jboss.cache.RegionManagerImpl
 
getAncestor(int) - Method in class org.jboss.cache.Fqn
Obtains an ancestor of the current Fqn.
getAsInputStreamFromClassLoader(String) - Method in class org.jboss.cache.util.FileLookup
 
getAsyncCacheListenerExecutor() - Method in class org.jboss.cache.config.RuntimeConfig
This is only relevant if the async cache listener executor has been set using RuntimeConfig.setAsyncCacheListenerExecutor(java.util.concurrent.ExecutorService).
getAsyncSerializationExecutor() - Method in class org.jboss.cache.config.RuntimeConfig
This is only relevant if the async cache replication executor has been set using RuntimeConfig.setAsyncSerializationExecutor(java.util.concurrent.ExecutorService).
getAttribute(String) - Method in class org.jboss.cache.jmx.ResourceDMBean
 
getAttributes(String[]) - Method in class org.jboss.cache.jmx.ResourceDMBean
 
getAttributes() - Method in class org.jboss.cache.marshall.NodeData
 
getAttributeValue(Element, String, String) - Static method in class org.jboss.cache.config.parsing.XmlConfigHelper
Retrieves the value of a given attribute for the first encountered instance of a tag in an element.
getAttributeValue(Element, String) - Method in class org.jboss.cache.config.parsing.XmlParserBase
Beside querying the element for its attribute value, it will look into the value, if any, and replace the jboss properties(e.g.
getAverageReadTime() - Method in class org.jboss.cache.interceptors.CacheMgmtInterceptor
 
getAverageWriteTime() - Method in class org.jboss.cache.interceptors.CacheMgmtInterceptor
 
getBackup() - Method in class org.jboss.cache.commands.remote.DataGravitationCleanupCommand
 
getBackupDataOwners() - Method in class org.jboss.cache.buddyreplication.BuddyManager
Returns a List identifying the DataOwner for each buddy group for which this node serves as a backup node.
getBackupFqn(Address, Fqn) - Method in class org.jboss.cache.buddyreplication.BuddyFqnTransformer
Utility method that retrieves a buddy backup Fqn given the actual Fqn of some data and the data owner's Address.
getBackupFqn(String, Fqn) - Method in class org.jboss.cache.buddyreplication.BuddyFqnTransformer
Utility method that retrieves a buddy backup Fqn given the actual Fqn of some data and the buddy group name.
getBackupFqn(Fqn, Fqn) - Method in class org.jboss.cache.buddyreplication.BuddyFqnTransformer
Utility method that retrieves a buddy backup Fqn given the actual Fqn of some data and the backup subtree for the buddy group in question
getBackupFqn(Fqn) - Method in class org.jboss.cache.buddyreplication.Fqn2BuddyFqnVisitor
Assumes the backup Fqn if the current instance is the data owner.
getBackupRoot(Address) - Method in class org.jboss.cache.buddyreplication.BuddyFqnTransformer
 
getBackupRootFromFqn(Fqn) - Method in class org.jboss.cache.buddyreplication.BuddyFqnTransformer
Returns the buddy backp root portion of a given Fqn, provided it is a backup Fqn.
getBackupRoots() - Method in class org.jboss.cache.commands.legacy.read.LegacyGravitateDataCommand
Deprecated.  
getBackupRoots() - Method in class org.jboss.cache.commands.read.GravitateDataCommand
 
getBatchSize() - Method in class org.jboss.cache.loader.AsyncCacheLoaderConfig
 
getBatchSize() - Method in class org.jboss.cache.loader.JDBCCacheLoaderConfig
The statement will be flushed after batching batchSize operations.
getBatchTransaction() - Method in class org.jboss.cache.batch.BatchContainer
 
getBeforeClass() - Method in class org.jboss.cache.config.CustomInterceptorConfig
 
getBindAddress() - Method in class org.jboss.cache.loader.tcp.TcpCacheServer
 
getBindAddress() - Method in interface org.jboss.cache.loader.tcp.TcpCacheServerMBean
 
getBoolean(String) - Method in class org.jboss.cache.config.parsing.XmlParserBase
 
getBucket() - Method in class org.jboss.cache.loader.s3.S3LoaderConfig
Returns bucket.
getBuddies() - Method in class org.jboss.cache.buddyreplication.BuddyGroup
 
getBuddiesAsVector() - Method in class org.jboss.cache.buddyreplication.BuddyGroup
Added in 2.2.0 as an optimisation for JGroups which internally uses vectors.
getBuddyAddresses() - Method in class org.jboss.cache.buddyreplication.BuddyManager
Returns a list of buddies for which this instance is Data Owner.
getBuddyAddressesAsVector() - Method in class org.jboss.cache.buddyreplication.BuddyManager
Created as an optimisation for JGroups, which uses vectors.
getBuddyBackupFqn() - Method in class org.jboss.cache.buddyreplication.GravitateResult
 
getBuddyCommunicationTimeout() - Method in class org.jboss.cache.buddyreplication.BuddyManager
 
getBuddyCommunicationTimeout() - Method in class org.jboss.cache.config.BuddyReplicationConfig
 
getBuddyGroup() - Method in class org.jboss.cache.buddyreplication.BuddyManager
 
getBuddyGroup() - Method in class org.jboss.cache.config.RuntimeConfig
 
getBuddyGroup() - Method in interface org.jboss.cache.notifications.event.BuddyGroupChangedEvent
 
getBuddyGroup() - Method in class org.jboss.cache.notifications.event.EventImpl
 
getBuddyGroupsIParticipateIn() - Method in class org.jboss.cache.buddyreplication.BuddyManager
 
getBuddyLocatorClass() - Method in class org.jboss.cache.buddyreplication.NextMemberBuddyLocatorConfig
 
getBuddyLocatorClass() - Method in class org.jboss.cache.config.BuddyReplicationConfig.BuddyLocatorConfig
 
getBuddyLocatorConfig() - Method in class org.jboss.cache.config.BuddyReplicationConfig
 
getBuddyLocatorProperties() - Method in class org.jboss.cache.config.BuddyReplicationConfig.BuddyLocatorConfig
 
getBuddyManager() - Method in interface org.jboss.cache.CacheSPI
Retrieves the current BuddyManager instance associated with the current Cache instance.
getBuddyManager() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getBuddyPoolName() - Method in class org.jboss.cache.buddyreplication.BuddyManager
 
getBuddyPoolName() - Method in class org.jboss.cache.commands.remote.AnnounceBuddyPoolNameCommand
 
getBuddyPoolName() - Method in class org.jboss.cache.config.BuddyReplicationConfig
 
getBuddyReplicationConfig() - Method in class org.jboss.cache.config.Configuration
 
getBuddyReplicationConfig() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getBuddyReplicationConfig() - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Retrieves the buddy replication configuration element
getCache(String, boolean) - Method in interface org.jboss.cache.CacheManager
Get a cache configured according to the given configuration name, optionally instantiating the cache if it hasn't already been instantiated.
getCache(String, boolean) - Method in class org.jboss.cache.CacheManagerImpl
 
getCache() - Method in class org.jboss.cache.eviction.BaseEvictionPolicy
Deprecated.  
getCache() - Method in interface org.jboss.cache.eviction.EvictionPolicy
Deprecated.  
getCache() - Method in class org.jboss.cache.eviction.NullEvictionPolicy
Deprecated.  
getCache() - Method in interface org.jboss.cache.InternalNode
 
getCache() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
getCache() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getCache() - Method in interface org.jboss.cache.jmx.CacheJmxWrapperMBean
Deprecated. Retrieves a reference to the underlying Cache
getCache() - Method in class org.jboss.cache.loader.tcp.TcpCacheServer
 
getCache() - Method in interface org.jboss.cache.loader.tcp.TcpCacheServerMBean
 
getCache() - Method in class org.jboss.cache.mvcc.NodeReference
 
getCache() - Method in interface org.jboss.cache.NodeSPI
Retrieves a reference to the cache in which this Node resides.
getCache() - Method in interface org.jboss.cache.notifications.event.Event
 
getCache() - Method in class org.jboss.cache.notifications.event.EventImpl
 
getCache() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
getCache() - Method in interface org.jboss.cache.RegionManager
 
getCache() - Method in class org.jboss.cache.RegionManagerImpl
 
getCache() - Method in interface org.jboss.cache.TreeCacheViewMBean
 
getCache() - Method in class org.jboss.cache.UnversionedNode
 
getCacheConfiguration() - Method in interface org.jboss.cache.Region
 
getCacheConfiguration() - Method in class org.jboss.cache.RegionImpl
 
getCacheListeners() - Method in interface org.jboss.cache.Cache
Retrieves an immutable List of objects annotated as CacheListeners attached to the cache.
getCacheListeners() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getCacheListeners() - Method in interface org.jboss.cache.notifications.Notifier
 
getCacheListeners() - Method in class org.jboss.cache.notifications.NotifierImpl
 
getCacheLoader() - Method in class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
Provides the ability to get and set a running cache loader, which, if exists, will be used rather than constructing a new one.
getCacheLoader() - Method in class org.jboss.cache.loader.AbstractDelegatingCacheLoader
 
getCacheLoader() - Method in class org.jboss.cache.loader.CacheLoaderManager
Returns the cache loader
getCacheLoaderConfig() - Method in class org.jboss.cache.config.Configuration
 
getCacheLoaderConfig() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getCacheLoaderConfig() - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Retrieves the cache loader configuration element
getCacheLoaderConfig() - Method in class org.jboss.cache.loader.CacheLoaderManager
Returns the configuration element of the cache loaders
getCacheLoaderConfiguration() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getCacheLoaderConfiguration() - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. use LegacyConfiguration.getCacheLoaderConfig()
getCacheLoaderLoads() - Method in class org.jboss.cache.interceptors.CacheLoaderInterceptor
 
getCacheLoaderLoads() - Method in class org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor
Deprecated.  
getCacheLoaderManager() - Method in interface org.jboss.cache.CacheSPI
Retrieves the current CacheCacheLoaderManager instance associated with the current Cache instance.
getCacheLoaderManager() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getCacheLoaderMisses() - Method in class org.jboss.cache.interceptors.CacheLoaderInterceptor
 
getCacheLoaderMisses() - Method in class org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor
Deprecated.  
getCacheLoaders() - Method in class org.jboss.cache.loader.ChainingCacheLoader
Returns a List of individual cache loaders configured.
getCacheLoaderStores() - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor
 
getCacheMode() - Method in class org.jboss.cache.config.Configuration
 
getCacheMode() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getCacheMode() - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Returns the current caching mode.
getCacheModeString() - Method in class org.jboss.cache.config.Configuration
 
getCacheNames() - Method in interface org.jboss.cache.CacheManager
Gets the name of all caches that are registered, i.e.
getCacheNames() - Method in class org.jboss.cache.CacheManagerImpl
 
getCacheNodeIdentity() - Method in class org.jboss.cache.marshall.NodeDataExceptionMarker
 
getCacheObjectName() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getCacheService() - Method in interface org.jboss.cache.TreeCacheViewMBean
 
getCacheStatus() - Method in interface org.jboss.cache.Cache
Gets where the cache currently is its lifecycle transitions.
getCacheStatus() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getCacheStatus() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getCacheStatus() - Method in interface org.jboss.cache.jmx.CacheJmxWrapperMBean
Deprecated. Gets where this object is in its lifecycle transitions.
getCallingFormat() - Method in class org.jboss.cache.loader.s3.S3LoaderConfig
Returns callingFormat.
getCause() - Method in class org.jboss.cache.marshall.NodeDataExceptionMarker
 
getChanged() - Method in class org.jboss.cache.util.DeltaMap
Returns a Map of the entries changed, not including those removed.
getChannel() - Method in class org.jboss.cache.config.RuntimeConfig
Gets the channel the cache is using.
getChannel() - Method in interface org.jboss.cache.RPCManager
Retrieves the Channel
getChannel() - Method in class org.jboss.cache.RPCManagerImpl
 
getChannelFactory() - Method in interface org.jboss.cache.CacheManager
Gets the JGroups ChannelFactory that will be injected into any Configuration that has a multiplexer stack configured.
getChannelFactory() - Method in class org.jboss.cache.CacheManagerImpl
 
getChild(Fqn) - Method in class org.jboss.cache.AbstractNode
 
getChild(Object) - Method in class org.jboss.cache.AbstractNode
 
getChild(Fqn) - Method in interface org.jboss.cache.InternalNode
 
getChild(Object) - Method in interface org.jboss.cache.InternalNode
 
getChild(Fqn) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
getChild(Object) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
getChild(Fqn) - Method in class org.jboss.cache.mvcc.NodeReference
 
getChild(Object) - Method in class org.jboss.cache.mvcc.NodeReference
 
getChild(Fqn) - Method in interface org.jboss.cache.Node
Returns the child node
getChild(Object) - Method in interface org.jboss.cache.Node
 
getChild(Fqn) - Method in class org.jboss.cache.UnversionedNode
 
getChild(Object) - Method in class org.jboss.cache.UnversionedNode
 
getChildDirect(Fqn) - Method in class org.jboss.cache.AbstractNode
 
getChildDirect(Object) - Method in class org.jboss.cache.AbstractNode
 
getChildDirect(Fqn) - Method in interface org.jboss.cache.InternalNode
Deprecated. 
getChildDirect(Object) - Method in interface org.jboss.cache.InternalNode
Deprecated. 
getChildDirect(Object) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
getChildDirect(Fqn) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
getChildDirect(Fqn) - Method in class org.jboss.cache.mvcc.NodeReference
 
getChildDirect(Object) - Method in class org.jboss.cache.mvcc.NodeReference
 
getChildDirect(Object) - Method in interface org.jboss.cache.NodeSPI
Retrives a child directly by name.
getChildDirect(Fqn) - Method in interface org.jboss.cache.NodeSPI
Retrives a child directly by fully qualified name.
getChildDirect(Object) - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated. Overrides Node.getChild(Object) to return a NodeSPI rather than a Node
getChildDirect(Fqn) - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated. Overrides Node.getChild(Fqn) to return a NodeSPI rather than a Node
getChildDirect(Fqn) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
getChildDirect(Fqn) - Method in class org.jboss.cache.PessimisticUnversionedNode
Deprecated.  
getChildDirect(Object) - Method in class org.jboss.cache.PessimisticUnversionedNode
Deprecated.  
getChildren() - Method in class org.jboss.cache.AbstractNode
 
getChildren(boolean) - Method in class org.jboss.cache.AbstractNode
 
getChildren() - Method in interface org.jboss.cache.InternalNode
 
getChildren(boolean) - Method in interface org.jboss.cache.InternalNode
 
getChildren() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
getChildren() - Method in class org.jboss.cache.mvcc.NodeReference
 
getChildren(boolean) - Method in class org.jboss.cache.mvcc.NodeReference
 
getChildren() - Method in interface org.jboss.cache.Node
Returns an immutable set of children nodes.
getChildren() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
getChildren() - Method in class org.jboss.cache.UnversionedNode
 
getChildren(boolean) - Method in class org.jboss.cache.UnversionedNode
 
getChildrenAddedSet() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
getChildrenDirect() - Method in class org.jboss.cache.AbstractNode
 
getChildrenDirect(boolean) - Method in class org.jboss.cache.AbstractNode
 
getChildrenDirect() - Method in interface org.jboss.cache.InternalNode
Deprecated. 
getChildrenDirect(boolean) - Method in interface org.jboss.cache.InternalNode
Deprecated. 
getChildrenDirect() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
getChildrenDirect(boolean) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
getChildrenDirect() - Method in class org.jboss.cache.mvcc.NodeReference
 
getChildrenDirect(boolean) - Method in class org.jboss.cache.mvcc.NodeReference
 
getChildrenDirect() - Method in class org.jboss.cache.mvcc.NullMarkerNodeForRemoval
 
getChildrenDirect() - Method in interface org.jboss.cache.NodeSPI
Functionally the same as Node.getChildren() except that it operates directly on the node and bypasses the interceptor chain.
getChildrenDirect(boolean) - Method in interface org.jboss.cache.NodeSPI
Retrieves children (directly), optionally including any marked as deleted nodes.
getChildrenDirect() - Method in class org.jboss.cache.PessimisticUnversionedNode
Deprecated.  
getChildrenDirect(boolean) - Method in class org.jboss.cache.PessimisticUnversionedNode
Deprecated.  
getChildrenMap() - Method in class org.jboss.cache.AbstractNode
 
getChildrenMap() - Method in interface org.jboss.cache.InternalNode
 
getChildrenMap() - Method in class org.jboss.cache.mvcc.NodeReference
 
getChildrenMap() - Method in class org.jboss.cache.UnversionedNode
 
getChildrenMapDirect() - Method in class org.jboss.cache.AbstractNode
 
getChildrenMapDirect() - Method in interface org.jboss.cache.InternalNode
Deprecated. 
getChildrenMapDirect() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
getChildrenMapDirect() - Method in class org.jboss.cache.mvcc.NodeReference
 
getChildrenMapDirect() - Method in interface org.jboss.cache.NodeSPI
Returns a map to access the raw children.
getChildrenMapDirect() - Method in class org.jboss.cache.PessimisticUnversionedNode
Deprecated.  
getChildrenNames(Fqn) - Method in interface org.jboss.cache.Cache
Returns all children of a given node.
getChildrenNames(String) - Method in interface org.jboss.cache.Cache
Convenience method that takes a String representation of an Fqn.
getChildrenNames() - Method in interface org.jboss.cache.InternalNode
 
getChildrenNames(Fqn) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getChildrenNames(String) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getChildrenNames() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
getChildrenNames(Fqn) - Method in class org.jboss.cache.loader.AbstractDelegatingCacheLoader
 
getChildrenNames(Fqn) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoader
Fetches child node names (not pathes).
getChildrenNames(Fqn) - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Returns an unmodifiable set of relative children names (strings), or returns null if the parent node is not found or if no children are found.
getChildrenNames(Fqn) - Method in interface org.jboss.cache.loader.CacheLoader
Returns a set of children node names.
getChildrenNames(Fqn) - Method in class org.jboss.cache.loader.ChainingCacheLoader
Returns a list of children names, all names are relative.
getChildrenNames(Fqn) - Method in class org.jboss.cache.loader.ClusteredCacheLoader
 
getChildrenNames(Fqn) - Method in class org.jboss.cache.loader.FileCacheLoader
 
getChildrenNames(Fqn) - Method in class org.jboss.cache.loader.jdbm.JdbmCacheLoader
Returns an unmodifiable set of relative children names, or returns null if the parent node is not found or if no children are found.
getChildrenNames(Fqn) - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoader
 
getChildrenNames(Fqn) - Method in class org.jboss.cache.loader.s3.S3CacheLoader
Returns an unmodifiable set of relative children names, or returns null if the parent node is not found or if no children are found.
getChildrenNames(Fqn) - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoader
 
getChildrenNames() - Method in class org.jboss.cache.mvcc.NodeReference
 
getChildrenNames() - Method in interface org.jboss.cache.Node
Returns an immutable set of children node names.
getChildrenNames() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated.  
getChildrenNames() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
getChildrenNames() - Method in class org.jboss.cache.UnversionedNode
 
GetChildrenNamesCommand - Class in org.jboss.cache.commands.read
This command retrieves the names of children for a specific Fqn, as defined by Node.getChildrenNames()

This is the equivalent of the old MethodCallDefinitions.getChildrenNamesMethodLocal method call from 2.1.x.

GetChildrenNamesCommand() - Constructor for class org.jboss.cache.commands.read.GetChildrenNamesCommand
 
GetChildrenNamesCommand(Fqn) - Constructor for class org.jboss.cache.commands.read.GetChildrenNamesCommand
 
getChildrenNamesDirect() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
getChildrenNamesDirect() - Method in class org.jboss.cache.mvcc.NullMarkerNodeForRemoval
 
getChildrenNamesDirect() - Method in interface org.jboss.cache.NodeSPI
Functionally the same as Node.getChildrenNames() except that it operates directly on the node and bypasses the interceptor chain.
getChildrenRemovedSet() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
getClassForName(String) - Static method in class org.jboss.cache.jmx.ResourceDMBean
 
getClassLoader() - Method in interface org.jboss.cache.Region
Returns the configured ClassLoader for this region.
getClassLoader() - Method in class org.jboss.cache.RegionImpl
 
getClassName() - Method in class org.jboss.cache.config.PluggableConfigurationComponent
 
getClusterConfig() - Method in class org.jboss.cache.config.Configuration
 
getClusterConfig() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getClusterConfig() - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Gets the JGroups protocol stack config in W3C DOM Element form.
getClusterName() - Method in interface org.jboss.cache.CacheSPI
 
getClusterName() - Method in class org.jboss.cache.config.Configuration
 
getClusterName() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getClusterName() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getClusterName() - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Get the name of the replication group
getClusterProperties() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getClusterProperties() - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Get the cluster properties (e.g.
getCommand() - Method in class org.jboss.cache.InvocationContext
Deprecated. 
getCommandId() - Method in class org.jboss.cache.commands.legacy.write.CreateNodeCommand
Deprecated.  
getCommandId() - Method in class org.jboss.cache.commands.read.ExistsCommand
 
getCommandId() - Method in class org.jboss.cache.commands.read.GetChildrenNamesCommand
 
getCommandId() - Method in class org.jboss.cache.commands.read.GetDataMapCommand
 
getCommandId() - Method in class org.jboss.cache.commands.read.GetKeysCommand
 
getCommandId() - Method in class org.jboss.cache.commands.read.GetKeyValueCommand
 
getCommandId() - Method in class org.jboss.cache.commands.read.GetNodeCommand
 
getCommandId() - Method in class org.jboss.cache.commands.read.GravitateDataCommand
 
getCommandId() - Method in class org.jboss.cache.commands.remote.AnnounceBuddyPoolNameCommand
 
getCommandId() - Method in class org.jboss.cache.commands.remote.AssignToBuddyGroupCommand
 
getCommandId() - Method in class org.jboss.cache.commands.remote.ClusteredGetCommand
 
getCommandId() - Method in class org.jboss.cache.commands.remote.DataGravitationCleanupCommand
 
getCommandId() - Method in class org.jboss.cache.commands.remote.RemoveFromBuddyGroupCommand
 
getCommandId() - Method in class org.jboss.cache.commands.remote.ReplicateCommand
 
getCommandId() - Method in class org.jboss.cache.commands.remote.StateTransferControlCommand
 
getCommandId() - Method in interface org.jboss.cache.commands.ReplicableCommand
Used by marshallers to convert this command into an id for streaming.
getCommandId() - Method in class org.jboss.cache.commands.tx.CommitCommand
 
getCommandId() - Method in class org.jboss.cache.commands.tx.OptimisticPrepareCommand
 
getCommandId() - Method in class org.jboss.cache.commands.tx.PrepareCommand
 
getCommandId() - Method in class org.jboss.cache.commands.tx.RollbackCommand
 
getCommandId() - Method in class org.jboss.cache.commands.write.ClearDataCommand
 
getCommandId() - Method in class org.jboss.cache.commands.write.EvictCommand
 
getCommandId() - Method in class org.jboss.cache.commands.write.InvalidateCommand
 
getCommandId() - Method in class org.jboss.cache.commands.write.MoveCommand
 
getCommandId() - Method in class org.jboss.cache.commands.write.PutDataMapCommand
 
getCommandId() - Method in class org.jboss.cache.commands.write.PutForExternalReadCommand
 
getCommandId() - Method in class org.jboss.cache.commands.write.PutKeyValueCommand
 
getCommandId() - Method in class org.jboss.cache.commands.write.RemoveKeyCommand
 
getCommandId() - Method in class org.jboss.cache.commands.write.RemoveNodeCommand
 
getCommits() - Method in class org.jboss.cache.interceptors.TxInterceptor
 
getComponent(Class<T>) - Method in class org.jboss.cache.factories.ComponentRegistry
Retrieves a component of a specified type from the registry, or null if it cannot be found.
getComponentRegistry() - Method in interface org.jboss.cache.CacheSPI
Returns the component registry associated with this cache instance.
getComponentRegistry() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getConcurrencyLevel() - Method in class org.jboss.cache.config.Configuration
 
getConcurrencyLevel() - Method in class org.jboss.cache.lock.MVCCLockManager
 
getConfig() - Method in interface org.jboss.cache.buddyreplication.BuddyLocator
Gets the configuration for this BuddyLocator.
getConfig() - Method in class org.jboss.cache.buddyreplication.BuddyManager
 
getConfig() - Method in class org.jboss.cache.buddyreplication.NextMemberBuddyLocator
 
getConfig() - Method in class org.jboss.cache.loader.AbstractDelegatingCacheLoader
 
getConfig() - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
 
getConfig() - Method in interface org.jboss.cache.loader.CacheLoader
Gets the configuration.
getConfig() - Method in class org.jboss.cache.loader.ChainingCacheLoader
 
getConfig() - Method in class org.jboss.cache.loader.ClusteredCacheLoader
 
getConfig() - Method in class org.jboss.cache.loader.FileCacheLoader
 
getConfig() - Method in class org.jboss.cache.loader.JDBCCacheLoader
 
getConfig() - Method in class org.jboss.cache.loader.JDBCCacheLoaderOld
Deprecated.  
getConfig() - Method in class org.jboss.cache.loader.jdbm.JdbmCacheLoader
 
getConfig() - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoader
 
getConfig() - Method in class org.jboss.cache.loader.s3.S3CacheLoader
 
getConfig() - Method in class org.jboss.cache.loader.tcp.TcpCacheServer
 
getConfig() - Method in interface org.jboss.cache.loader.tcp.TcpCacheServerMBean
 
getConfig() - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoader
 
getConfigResource() - Method in class org.jboss.cache.config.XmlParsingConfigurationRegistry
 
getConfiguration() - Method in interface org.jboss.cache.Cache
Retrieves the configuration of this cache.
getConfiguration(String) - Method in interface org.jboss.cache.config.ConfigurationRegistry
Gets a clone of the Configuration registered under the given name.
getConfiguration(String) - Method in class org.jboss.cache.config.XmlParsingConfigurationRegistry
 
getConfiguration() - Method in class org.jboss.cache.factories.ComponentRegistry
Retrieves the configuration component.
getConfiguration() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getConfiguration() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getConfiguration() - Method in interface org.jboss.cache.jmx.CacheJmxWrapperMBean
Deprecated.  
getConfiguration() - Method in interface org.jboss.cache.RegionManager
 
getConfiguration() - Method in class org.jboss.cache.RegionManagerImpl
 
getConfigurationClass() - Method in class org.jboss.cache.eviction.ElementSizeAlgorithm
 
getConfigurationClass() - Method in interface org.jboss.cache.eviction.EvictionAlgorithm
This is a helper so that the XML parser will be able to select and use the correct EvictionAlgorithmConfig implementation class corresponding to this EvictionAlgorithm.
getConfigurationClass() - Method in class org.jboss.cache.eviction.ExpirationAlgorithm
 
getConfigurationClass() - Method in class org.jboss.cache.eviction.FIFOAlgorithm
 
getConfigurationClass() - Method in class org.jboss.cache.eviction.LFUAlgorithm
 
getConfigurationClass() - Method in class org.jboss.cache.eviction.LRUAlgorithm
 
getConfigurationClass() - Method in class org.jboss.cache.eviction.MRUAlgorithm
 
getConfigurationClass() - Method in class org.jboss.cache.eviction.NullEvictionAlgorithm
 
getConfigurationNames() - Method in interface org.jboss.cache.CacheManager
Gets the names of all the configurations of which this object is aware.
getConfigurationNames() - Method in class org.jboss.cache.CacheManagerImpl
 
getConfigurationNames() - Method in interface org.jboss.cache.config.ConfigurationRegistry
Gets the names of all registered configurations.
getConfigurationNames() - Method in class org.jboss.cache.config.XmlParsingConfigurationRegistry
 
getConfigurationRegistry() - Method in class org.jboss.cache.CacheManagerImpl
 
getConnection() - Method in interface org.jboss.cache.loader.ConnectionFactory
 
getConnection() - Method in class org.jboss.cache.loader.ManagedConnectionFactory
 
getConnectionFactoryClass() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
getConnections() - Method in class org.jboss.cache.loader.tcp.TcpCacheServer
 
getConnections() - Method in interface org.jboss.cache.loader.tcp.TcpCacheServerMBean
 
getConsistentHashing() - Method in class org.jboss.cache.config.Configuration
 
getCoordinator() - Method in interface org.jboss.cache.RPCManager
 
getCoordinator() - Method in class org.jboss.cache.RPCManagerImpl
 
getCreateTable() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
getCreateTableDDL() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
getCreationTimestamp() - Method in class org.jboss.cache.eviction.EvictionEvent
 
getCreationTimeStamp() - Method in class org.jboss.cache.eviction.NodeEntry
Get the time stamp for when the node entry was created.
getCurrentTransaction(Transaction, boolean) - Method in interface org.jboss.cache.CacheSPI
Returns the global transaction for this local transaction.
getCurrentTransaction() - Method in interface org.jboss.cache.CacheSPI
Returns the transaction associated with the current thread.
getCurrentTransaction(Transaction, boolean) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getCurrentTransaction() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getCurrentTransaction() - Method in class org.jboss.cache.transaction.TransactionTable
Returns the transaction associated with the current thread.
getCurrentTransaction(boolean) - Method in class org.jboss.cache.transaction.TransactionTable
Returns the transaction associated with the thread; optionally creating it if is does not exist.
getCurrentTransaction(Transaction) - Method in class org.jboss.cache.transaction.TransactionTable
Returns the global transaction for this local transaction.
getCurrentTransaction(Transaction, boolean) - Method in class org.jboss.cache.transaction.TransactionTable
Returns the global transaction for this local transaction.
getCustomInterceptors() - Method in class org.jboss.cache.config.Configuration
Returns the CustomInterceptorConfig, if any, associated with this configuration object.
getCustomMarshallerVersionInt() - Method in class org.jboss.cache.marshall.VersionAwareMarshaller
 
getData(Fqn) - Method in interface org.jboss.cache.Cache
Retrieves a defensively copied data map of the underlying node.
getData() - Method in class org.jboss.cache.commands.write.PutDataMapCommand
 
getData() - Method in interface org.jboss.cache.InternalNode
 
getData(Fqn) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getData() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
getData() - Method in class org.jboss.cache.Modification
Returns the modification Map set.
getData() - Method in class org.jboss.cache.mvcc.NodeReference
 
getData() - Method in interface org.jboss.cache.Node
Returns a map containing the data in this Node.
getData() - Method in class org.jboss.cache.notifications.event.EventImpl
 
getData() - Method in interface org.jboss.cache.notifications.event.NodeActivatedEvent
 
getData() - Method in interface org.jboss.cache.notifications.event.NodeLoadedEvent
 
getData() - Method in interface org.jboss.cache.notifications.event.NodeModifiedEvent
When called with isPre() == true, this is the initial state of the Node before modification.
getData() - Method in interface org.jboss.cache.notifications.event.NodePassivatedEvent
 
getData() - Method in interface org.jboss.cache.notifications.event.NodeRemovedEvent
 
getData() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated.  
getData() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
getData() - Method in class org.jboss.cache.UnversionedNode
 
getDataCommand() - Method in class org.jboss.cache.commands.remote.ClusteredGetCommand
 
getDataContainer() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getDataDirect() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
getDataDirect() - Method in class org.jboss.cache.mvcc.NullMarkerNodeForRemoval
 
getDataDirect() - Method in interface org.jboss.cache.NodeSPI
Functionally the same as Node.getData() except that it operates directly on the node and bypasses the interceptor chain.
GetDataMapCommand - Class in org.jboss.cache.commands.read
Implements functionality defined by Cache.getData(org.jboss.cache.Fqn)

This is the equivalent of the old MethodCallDefinitions.getDataMapMethodLocal method call from 2.1.x.

GetDataMapCommand(Fqn) - Constructor for class org.jboss.cache.commands.read.GetDataMapCommand
 
GetDataMapCommand() - Constructor for class org.jboss.cache.commands.read.GetDataMapCommand
 
getDataOwner() - Method in class org.jboss.cache.buddyreplication.BuddyGroup
 
getDataSource() - Method in class org.jboss.cache.loader.C3p0ConnectionFactory
 
getDatasourceName() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
getDataVersion() - Method in class org.jboss.cache.commands.legacy.write.VersionedInvalidateCommand
Deprecated.  
getDataVersion() - Method in interface org.jboss.cache.commands.VersionedDataCommand
 
getDataVersion() - Method in class org.jboss.cache.commands.write.AbstractVersionedDataCommand
 
getDataVersion() - Method in class org.jboss.cache.config.Option
Deprecated. this is to support a deprecated locking scheme (Optimistic Locking). Will be removed when Optimistic Locking support is removed.
getDeadBackupRoot(Address) - Method in class org.jboss.cache.buddyreplication.BuddyFqnTransformer
Returns the backup root of a dead data owner
getDefaultCacheObjectName(Cache) - Static method in class org.jboss.cache.jmx.JmxUtil
Deprecated.  
getDefaultCacheObjectName(Configuration, String) - Static method in class org.jboss.cache.jmx.JmxUtil
Deprecated.  
getDefaultClusterConfig() - Method in class org.jboss.cache.config.Configuration
Returns a URL to a default JGroups configuration file.
getDefaultEvictionPolicyClass() - Method in class org.jboss.cache.config.EvictionConfig
Deprecated. use EvictionConfig.getDefaultEvictionRegionConfig() instead.
getDefaultEvictionRegionConfig() - Method in class org.jboss.cache.config.EvictionConfig
 
getDelegate() - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoaderConfig
 
getDelegate() - Method in class org.jboss.cache.mvcc.NodeReference
 
getDelegate() - Method in class org.jboss.cache.UnversionedNode
 
getDelegationTarget() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
getDelegationTarget() - Method in interface org.jboss.cache.NodeSPI
 
getDeleteAllSql() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
getDeleteNodeSql() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
getDeleteNodeSql() - Method in class org.jboss.cache.loader.JDBCCacheLoaderConfig
Returns the sql string for removing a node and all its children.
getDirect(K) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
getDirect(K) - Method in interface org.jboss.cache.NodeSPI
Functionally the same as Node.get(Object) except that it operates directly on the node and bypasses the interceptor chain.
getDocumentRoot(InputStream) - Static method in class org.jboss.cache.config.parsing.XmlConfigHelper
Returns the root element of a given input stream
getDriverClass() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
getDriverName(Connection) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoader
 
getDropTable() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
getDropTableDDL() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
getDummyNodesCreatedByCacheLoader() - Method in class org.jboss.cache.transaction.AbstractTransactionContext
 
getDummyNodesCreatedByCacheLoader() - Method in interface org.jboss.cache.transaction.TransactionContext
 
getDummyTableCreationDDL() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
getDummyTablePopulationSql() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
getDummyTableRemovalDDL() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
getElapsedTime() - Method in class org.jboss.cache.interceptors.CacheMgmtInterceptor
 
getElementContent(Element, boolean) - Static method in class org.jboss.cache.config.parsing.XmlConfigHelper
Reads the contents of the element passed in.
getElementDifference() - Method in class org.jboss.cache.eviction.EvictionEvent
 
getEnvironment() - Method in class org.jboss.cache.transaction.DummyContext
Retrieves the environment in effect for this context.
getErroneousAttributes() - Method in exception org.jboss.cache.config.ConfigurationException
 
getEventQueueSize() - Method in class org.jboss.cache.config.EvictionRegionConfig
 
getEventType() - Method in class org.jboss.cache.eviction.EvictionEvent
 
getEvictionActionPolicy() - Method in class org.jboss.cache.eviction.BaseEvictionAlgorithm
 
getEvictionActionPolicyClassName() - Method in class org.jboss.cache.config.EvictionRegionConfig
 
getEvictionAlgorithm() - Method in class org.jboss.cache.eviction.ElementSizePolicy
Deprecated.  
getEvictionAlgorithm() - Method in interface org.jboss.cache.eviction.EvictionPolicy
Deprecated. Get the associated EvictionAlgorithm used by the EvictionPolicy.
getEvictionAlgorithm() - Method in class org.jboss.cache.eviction.ExpirationPolicy
Deprecated.  
getEvictionAlgorithm() - Method in class org.jboss.cache.eviction.FIFOPolicy
Deprecated.  
getEvictionAlgorithm() - Method in class org.jboss.cache.eviction.LFUPolicy
Deprecated.  
getEvictionAlgorithm() - Method in class org.jboss.cache.eviction.LRUPolicy
Deprecated.  
getEvictionAlgorithm() - Method in class org.jboss.cache.eviction.MRUPolicy
Deprecated.  
getEvictionAlgorithm() - Method in class org.jboss.cache.eviction.NullEvictionPolicy
Deprecated. Returns NullEvictionAlgorithm.INSTANCE.
getEvictionAlgorithmClassName() - Method in interface org.jboss.cache.config.EvictionAlgorithmConfig
Gets the class name of the EvictionAlgorithm implementation this object will configure.
getEvictionAlgorithmClassName() - Method in class org.jboss.cache.eviction.EvictionAlgorithmConfigBase
 
getEvictionAlgorithmClassName() - Method in class org.jboss.cache.eviction.NullEvictionAlgorithmConfig
 
getEvictionAlgorithmConfig() - Method in class org.jboss.cache.config.EvictionRegionConfig
 
getEvictionAlgorithmConfig() - Method in class org.jboss.cache.eviction.BaseEvictionAlgorithm
 
getEvictionConfig() - Method in class org.jboss.cache.config.Configuration
 
getEvictionConfigurationClass() - Method in class org.jboss.cache.eviction.ElementSizePolicy
Deprecated.  
getEvictionConfigurationClass() - Method in interface org.jboss.cache.eviction.EvictionPolicy
Deprecated. The EvictionPolicyConfig implementation class used by this EvictionPolicy.
getEvictionConfigurationClass() - Method in class org.jboss.cache.eviction.ExpirationPolicy
Deprecated.  
getEvictionConfigurationClass() - Method in class org.jboss.cache.eviction.FIFOPolicy
Deprecated.  
getEvictionConfigurationClass() - Method in class org.jboss.cache.eviction.LFUPolicy
Deprecated.  
getEvictionConfigurationClass() - Method in class org.jboss.cache.eviction.LRUPolicy
Deprecated.  
getEvictionConfigurationClass() - Method in class org.jboss.cache.eviction.MRUPolicy
Deprecated.  
getEvictionConfigurationClass() - Method in class org.jboss.cache.eviction.NullEvictionPolicy
Deprecated. Returns NullEvictionPolicyConfig.
getEvictionEventQueue() - Method in class org.jboss.cache.RegionImpl
 
getEvictionList() - Method in class org.jboss.cache.eviction.ElementSizeQueue
 
getEvictionList() - Method in class org.jboss.cache.eviction.LFUQueue
 
getEvictionPolicy() - Method in interface org.jboss.cache.Region
Deprecated.  
getEvictionPolicy() - Method in class org.jboss.cache.RegionImpl
Deprecated. 
getEvictionPolicyClass() - Method in interface org.jboss.cache.config.EvictionPolicyConfig
Deprecated. Gets the class name of the EvictionPolicy implementation this object will configure.
getEvictionPolicyClass() - Method in class org.jboss.cache.eviction.EvictionPolicyConfigBase
Deprecated.  
getEvictionPolicyClass() - Method in class org.jboss.cache.eviction.NullEvictionPolicyConfig
Deprecated. Returns NullEvictionPolicy.
getEvictionPolicyConfig() - Method in class org.jboss.cache.config.EvictionRegionConfig
Deprecated. use EvictionRegionConfig.getEvictionAlgorithmConfig() instead.
getEvictionPolicyConfig() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getEvictionPolicyConfig() - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated.  
getEvictionPolicyConfig() - Method in interface org.jboss.cache.Region
Deprecated.  
getEvictionPolicyConfig() - Method in class org.jboss.cache.RegionImpl
Deprecated. 
getEvictionQueue() - Method in class org.jboss.cache.eviction.BaseEvictionAlgorithm
Get the underlying EvictionQueue implementation.
getEvictionQueue() - Method in interface org.jboss.cache.eviction.EvictionAlgorithm
Get the EvictionQueue implementation used by this algorithm.
getEvictionQueue() - Method in class org.jboss.cache.eviction.NullEvictionAlgorithm
Returns NullEvictionQueue.INSTANCE.
getEvictionRegionConfig(String) - Method in class org.jboss.cache.config.EvictionConfig
Returns the EvictionRegionConfig coresponding to given region fqn, or null if no match is found.
getEvictionRegionConfig() - Method in interface org.jboss.cache.Region
 
getEvictionRegionConfig() - Method in class org.jboss.cache.RegionImpl
 
getEvictionRegionConfigs() - Method in class org.jboss.cache.config.EvictionConfig
 
getEvictions() - Method in class org.jboss.cache.interceptors.CacheMgmtInterceptor
 
getEvictionTimerTask() - Method in interface org.jboss.cache.RegionManager
 
getEvictionTimerTask() - Method in class org.jboss.cache.RegionManagerImpl
 
getEvictionTimerThreadFactory() - Method in class org.jboss.cache.config.RuntimeConfig
This is only relevant if an eviction timer thread factory has been set using RuntimeConfig.setEvictionTimerThreadFactory(org.jgroups.util.ThreadFactory).
getExistsSql() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
getExpirationKeyName() - Method in class org.jboss.cache.eviction.ExpirationAlgorithmConfig
Returns the expirationKeyName.
getExpirationKeyName() - Method in class org.jboss.cache.eviction.ExpirationConfiguration
Deprecated. Returns the expirationKeyName.
getExposeManagementStatistics() - Method in class org.jboss.cache.config.Configuration
Deprecated. use isExposeManagementStatistics()
getExposeManagementStatistics() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getExposeManagementStatistics() - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Gets whether the cache should create interceptor mbeans that are used to capture and publish interceptor statistics.
getFactory(Class) - Method in class org.jboss.cache.factories.ComponentRegistry
Retrieves a component factory instance capable of constructing components of a specified type.
getFetchInMemoryState() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getFetchInMemoryState() - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Returns whether or not any initial state transfer or subsequent partial state transfer following an activateRegion call should include in-memory state.
getFirstCacheLoaderConfig() - Method in class org.jboss.cache.config.CacheLoaderConfig
 
getFirstChildElement(Element) - Static method in class org.jboss.cache.config.parsing.XmlConfigHelper
Gets the first child element of an element
getFirstInChain() - Method in class org.jboss.cache.interceptors.InterceptorChain
 
getFirstLRUNodeEntry() - Method in class org.jboss.cache.eviction.LRUQueue
 
getFirstMaxAgeNodeEntry() - Method in class org.jboss.cache.eviction.LRUQueue
 
getFirstNodeEntry() - Method in class org.jboss.cache.eviction.ElementSizeQueue
 
getFirstNodeEntry() - Method in interface org.jboss.cache.eviction.EvictionQueue
Get the first entry in the queue.
getFirstNodeEntry() - Method in class org.jboss.cache.eviction.FIFOQueue
 
getFirstNodeEntry() - Method in class org.jboss.cache.eviction.LFUQueue
Return the first node to evict.
getFirstNodeEntry() - Method in class org.jboss.cache.eviction.LRUQueue
 
getFirstNodeEntry() - Method in class org.jboss.cache.eviction.MRUQueue
Will return the first entry in the nodeMap.
getFirstNodeEntry() - Method in class org.jboss.cache.eviction.NullEvictionQueue
Returns null
getFlushCompletionCount() - Method in class org.jboss.cache.RPCManagerImpl.FlushTracker
 
getFlushTracker() - Method in interface org.jboss.cache.RPCManager
Returns the flush tracker associated with this manager.
getFlushTracker() - Method in class org.jboss.cache.RPCManagerImpl
 
getForceDataGravitation() - Method in class org.jboss.cache.config.Option
 
getFqn() - Method in interface org.jboss.cache.commands.DataCommand
Returns the Fqn of the node on which this command operates.
getFqn() - Method in class org.jboss.cache.commands.read.AbstractDataCommand
 
getFqn() - Method in class org.jboss.cache.commands.remote.DataGravitationCleanupCommand
 
getFqn() - Method in class org.jboss.cache.eviction.EvictionEvent
 
getFqn() - Method in class org.jboss.cache.eviction.NodeEntry
 
getFqn() - Method in interface org.jboss.cache.InternalNode
 
getFqn() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
getFqn() - Method in class org.jboss.cache.lock.IdentityLock
Deprecated. Returns the FQN this lock, may be null.
getFqn() - Method in interface org.jboss.cache.lock.NodeLock
Deprecated.  
getFqn() - Method in class org.jboss.cache.marshall.NodeData
 
getFqn() - Method in class org.jboss.cache.Modification
Returns the modification fqn.
getFqn() - Method in class org.jboss.cache.mvcc.NodeReference
 
getFqn() - Method in class org.jboss.cache.mvcc.NullMarkerNodeForRemoval
 
getFqn() - Method in interface org.jboss.cache.Node
Returns the Fqn which represents the location of this Node in the cache structure.
getFqn() - Method in class org.jboss.cache.notifications.event.EventImpl
 
getFqn() - Method in interface org.jboss.cache.notifications.event.NodeEvent
 
getFqn() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated.  
getFqn() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
getFqn() - Method in interface org.jboss.cache.Region
Returns the Fqn of this region.
getFqn() - Method in class org.jboss.cache.RegionImpl
 
getFqn() - Method in class org.jboss.cache.UnversionedNode
Returns the name of this node.
getFqn2() - Method in class org.jboss.cache.Modification
 
getFqnColumn() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
getFqnsLoaded() - Method in class org.jboss.cache.InvocationContext
 
getFqnType() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
getFromConfiguration(Class<T>) - Method in class org.jboss.cache.factories.ComponentRegistry
Retrieves a component from the Configuration or RuntimeConfig.
getGlobalTransaction() - Method in class org.jboss.cache.commands.legacy.write.CreateNodeCommand
Deprecated.  
getGlobalTransaction() - Method in class org.jboss.cache.commands.legacy.write.VersionedInvalidateCommand
Deprecated.  
getGlobalTransaction() - Method in class org.jboss.cache.commands.remote.DataGravitationCleanupCommand
 
getGlobalTransaction() - Method in class org.jboss.cache.commands.tx.AbstractTransactionCommand
 
getGlobalTransaction() - Method in class org.jboss.cache.commands.write.AbstractVersionedDataCommand
 
getGlobalTransaction() - Method in class org.jboss.cache.commands.write.MoveCommand
 
getGlobalTransaction() - Method in interface org.jboss.cache.commands.WriteCommand
 
getGlobalTransaction(InvocationContext) - Method in class org.jboss.cache.interceptors.OptimisticInterceptor
Deprecated.  
getGlobalTransaction() - Method in class org.jboss.cache.InvocationContext
Retrieves the global transaction associated with this invocation
getGroup() - Method in class org.jboss.cache.commands.remote.AssignToBuddyGroupCommand
 
getGroupName() - Method in class org.jboss.cache.buddyreplication.BuddyGroup
 
getGroupName() - Method in class org.jboss.cache.commands.remote.RemoveFromBuddyGroupCommand
 
getGroupNameFromAddress(Address) - Method in class org.jboss.cache.buddyreplication.BuddyFqnTransformer
 
getGroupRequestMode() - Method in class org.jboss.cache.config.Option
 
getHitMissRatio() - Method in class org.jboss.cache.interceptors.CacheMgmtInterceptor
 
getHits() - Method in class org.jboss.cache.interceptors.CacheMgmtInterceptor
 
getHoldCount() - Method in class org.jboss.cache.util.concurrent.locks.OwnableReentrantLock
 
getHost() - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoaderConfig
 
getId() - Method in class org.jboss.cache.marshall.MethodCall
Deprecated.  
getId() - Method in class org.jboss.cache.transaction.GlobalTransaction
 
getIndex() - Method in class org.jboss.cache.config.CustomInterceptorConfig
 
getIndividualCacheLoaderConfigs() - Method in class org.jboss.cache.config.CacheLoaderConfig
 
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.jmx.CacheJmxWrapper
Deprecated. 
getInitialStateRetrievalTimeout() - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. use LegacyConfiguration.getStateRetrievalTimeout()
getInsertNodeSql() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
getInstance() - Static method in class org.jboss.cache.DefaultCacheFactory
Deprecated.  
getInstance() - Static method in class org.jboss.cache.eviction.NullEvictionAlgorithm
 
getInstance() - Method in class org.jboss.cache.factories.ComponentRegistry.Component
 
getInstance() - Static method in class org.jboss.cache.factories.InterceptorChainFactory
Deprecated. 
getInstance(ComponentRegistry, Configuration) - Static method in class org.jboss.cache.factories.InterceptorChainFactory
 
getInstance() - Static method in class org.jboss.cache.mvcc.NullMarkerNode
 
getInstance() - Static method in class org.jboss.cache.transaction.BatchModeTransactionManager
 
getInstance() - Static method in class org.jboss.cache.transaction.DummyTransactionManager
 
getInstance(Class<T>) - Static method in class org.jboss.cache.util.Util
 
getInstance(String) - Static method in class org.jboss.cache.util.Util
 
getInt(String) - Method in class org.jboss.cache.config.parsing.XmlParserBase
 
getInterceptor() - Method in class org.jboss.cache.config.CustomInterceptorConfig
Returns a the interceptor that we want to add to the chain.
getInterceptorChain() - Method in interface org.jboss.cache.CacheSPI
Retrieves the current Interceptor chain.
getInterceptorChain() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getInterceptorDetails() - Method in class org.jboss.cache.interceptors.InterceptorChain
 
getInterceptorDetailsAsHtml() - Method in class org.jboss.cache.interceptors.InterceptorChain
 
getInterceptorsWhichExtend(Class<? extends CommandInterceptor>) - Method in class org.jboss.cache.interceptors.InterceptorChain
Returns all interceptors which extend the given command interceptor.
getInterceptorsWithClassName(String) - Method in class org.jboss.cache.interceptors.InterceptorChain
Returns all the interceptors that have the fully qualified name of their class equal with the supplied class name.
getInternalFqns() - Method in interface org.jboss.cache.CacheSPI
Returns a Set of Fqns of the topmost node of internal regions that should not included in standard state transfers.
getInternalFqns() - Method in interface org.jboss.cache.DataContainer
Returns a Set of Fqns of the topmost node of internal regions that should not included in standard state transfers.
getInternalFqns() - Method in class org.jboss.cache.DataContainerImpl
 
getInternalFqns() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getInternalParent() - Method in class org.jboss.cache.mvcc.ReadCommittedNode
 
getInternalState(boolean) - Method in interface org.jboss.cache.InternalNode
 
getInternalState(boolean) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
getInternalState(boolean) - Method in class org.jboss.cache.mvcc.NodeReference
 
getInternalState(boolean) - Method in interface org.jboss.cache.NodeSPI
Very similar to NodeSPI.getDataDirect(), except that this method may also encode some internal data as attributes in the map, using special _JBOSS_INTERNAL_XXX Strings as keys.
getInternalState(boolean) - Method in class org.jboss.cache.UnversionedNode
 
getInternalState(boolean) - Method in class org.jboss.cache.VersionedNode
Deprecated.  
getInUseTimeout() - Method in class org.jboss.cache.eviction.EvictionEvent
 
getInUseTimeoutTimestamp() - Method in class org.jboss.cache.eviction.NodeEntry
 
getInvalidations() - Method in class org.jboss.cache.interceptors.InvalidationInterceptor
 
getInvocationContext() - Method in interface org.jboss.cache.Cache
 
getInvocationContext() - Method in class org.jboss.cache.interceptors.InterceptorChain
 
getInvocationContext() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getIsolationLevel() - Method in class org.jboss.cache.config.Configuration
 
getIsolationLevel() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getIsolationLevel() - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Returns the transaction isolation level.
getIsolationLevelString() - Method in class org.jboss.cache.config.Configuration
 
getJdbcPassword() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
getJdbcURL() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
getJdbcUser() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
getJGroupsConfigFile() - Method in class org.jboss.cache.config.Configuration
 
getKey() - Method in class org.jboss.cache.commands.read.GetKeyValueCommand
 
getKey() - Method in class org.jboss.cache.commands.write.PutKeyValueCommand
 
getKey() - Method in class org.jboss.cache.commands.write.RemoveKeyCommand
 
getKey() - Method in class org.jboss.cache.Modification
Returns the modification key.
getKey() - Method in class org.jboss.cache.util.FastCopyHashMap.SimpleEntry
 
getKeys(String) - Method in interface org.jboss.cache.Cache
Convenience method that takes in a String represenation of the Fqn.
getKeys(Fqn) - Method in interface org.jboss.cache.Cache
Returns a set of attribute keys for the Fqn.
getKeys() - Method in interface org.jboss.cache.InternalNode
 
getKeys(String) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getKeys(Fqn) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getKeys() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
getKeys() - Method in class org.jboss.cache.mvcc.NodeReference
 
getKeys() - Method in interface org.jboss.cache.Node
Returns a Set containing the data in this Node.
getKeys() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated.  
getKeys() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
getKeys() - Method in class org.jboss.cache.UnversionedNode
 
GetKeysCommand - Class in org.jboss.cache.commands.read
Implements functionality defined by Cache.getKeys(org.jboss.cache.Fqn)

This is the equivalent of the old MethodCallDefinitions.getKeysMethodLocal method call from 2.1.x.

GetKeysCommand(Fqn) - Constructor for class org.jboss.cache.commands.read.GetKeysCommand
 
GetKeysCommand() - Constructor for class org.jboss.cache.commands.read.GetKeysCommand
 
getKeysDirect() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
getKeysDirect() - Method in interface org.jboss.cache.NodeSPI
Functionally the same as Node.getKeys() except that it operates directly on the node and bypasses the interceptor chain.
GetKeyValueCommand - Class in org.jboss.cache.commands.read
Implements functionality defined by Cache.get(String, Object)

This is the equivalent of the old MethodCallDefinitions.getKeyValueMethodLocal method call from 2.1.x.

GetKeyValueCommand(Fqn, Object, boolean) - Constructor for class org.jboss.cache.commands.read.GetKeyValueCommand
 
GetKeyValueCommand() - Constructor for class org.jboss.cache.commands.read.GetKeyValueCommand
 
getLastElement() - Method in class org.jboss.cache.Fqn
 
getLastElementAsString() - Method in class org.jboss.cache.Fqn
If this is the root, returns Fqn.SEPARATOR.
getLastModified() - Method in class org.jboss.cache.buddyreplication.BuddyGroup
 
getLastStateTransferSource() - Method in interface org.jboss.cache.RPCManager
Returns the last state transfer source address.
getLastStateTransferSource() - Method in class org.jboss.cache.RPCManagerImpl
 
getLength() - Static method in class org.jboss.cache.Version
 
getListenerAsyncPoolSize() - Method in class org.jboss.cache.config.Configuration
Gets the size of the asynchronous listener notification thread pool size.
getListenerAsyncQueueSize() - Method in class org.jboss.cache.config.Configuration
 
getLocalAddress() - Method in interface org.jboss.cache.Cache
Returns the local address of this cache in a cluster, or null if running in local mode.
getLocalAddress() - Method in class org.jboss.cache.commands.tx.PrepareCommand
 
getLocalAddress() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getLocalAddress() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getLocalAddress() - Method in interface org.jboss.cache.jmx.CacheJmxWrapperMBean
Deprecated. Returns the local address of this cache in a cluster, or null if running in local mode.
getLocalAddress() - Method in interface org.jboss.cache.RPCManager
Retrieves the local JGroups channel's address
getLocalAddress() - Method in class org.jboss.cache.RPCManagerImpl
 
getLocalAddressString() - Method in class org.jboss.cache.RPCManagerImpl
 
getLocalModifications() - Method in class org.jboss.cache.transaction.AbstractTransactionContext
 
getLocalModifications() - Method in interface org.jboss.cache.transaction.TransactionContext
Returns all modifications that have been invoked with the LOCAL cache mode option.
getLocalTransaction(GlobalTransaction) - Method in class org.jboss.cache.transaction.TransactionTable
Returns the local transaction associated with a GlobalTransaction.
getLocalTransaction(GlobalTransaction, boolean) - Method in class org.jboss.cache.transaction.TransactionTable
If assers exists is true and the coresponding local transaction is null an IllegalStateExcetpion is being thrown.
getLocalTransaction() - Method in class org.jboss.cache.transaction.TransactionTable
Returns the transaction associated with the current thread.
getLocation() - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoaderConfig
 
getLocation() - Method in class org.jboss.cache.loader.FileCacheLoaderConfig
 
getLocation() - Method in class org.jboss.cache.loader.jdbm.JdbmCacheLoaderConfig
 
getLocation() - Method in class org.jboss.cache.loader.s3.S3LoaderConfig
Returns location.
getLock() - Method in class org.jboss.cache.AbstractNode
 
getLock() - Method in interface org.jboss.cache.InternalNode
 
getLock() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
getLock() - Method in class org.jboss.cache.mvcc.NodeReference
 
getLock() - Method in interface org.jboss.cache.NodeSPI
Deprecated. this will be removed in 3.0.0. Please use methods on the LockManager to lock and unlock nodes.
getLock() - Method in class org.jboss.cache.PessimisticUnversionedNode
Deprecated.  
getLock(E) - Method in interface org.jboss.cache.util.concurrent.locks.LockContainer
 
getLock(E) - Method in class org.jboss.cache.util.concurrent.locks.OwnableReentrantSharedLockContainer
 
getLock(E) - Method in class org.jboss.cache.util.concurrent.locks.PerElementLockContainer
 
getLock(E) - Method in class org.jboss.cache.util.concurrent.locks.ReentrantSharedLockContainer
 
getLockAcquisitionTimeout() - Method in class org.jboss.cache.config.Configuration
 
getLockAcquisitionTimeout() - Method in class org.jboss.cache.config.Option
Gets any lock acquisition timeout configured for the call.
getLockAcquisitionTimeout(long) - Method in class org.jboss.cache.InvocationContext
If the lock acquisition timeout is overridden for current call using an option, then return that one.
getLockAcquisitionTimeout() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getLockAcquisitionTimeout() - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Default max time to wait for a lock.
getLockMap() - Method in class org.jboss.cache.lock.IdentityLock
Deprecated.  
getLockOwner(InvocationContext) - Method in class org.jboss.cache.lock.AbstractLockManager
 
getLockOwner(InvocationContext) - Method in interface org.jboss.cache.lock.LockManager
Determines the owner to be used when obtaining locks, given an invocation context.
getLocks() - Method in class org.jboss.cache.InvocationContext
Returns an immutable, defensive copy of the List of locks currently maintained for the current scope.
getLocks() - Method in class org.jboss.cache.transaction.AbstractTransactionContext
 
getLocks() - Method in interface org.jboss.cache.transaction.TransactionContext
Returns an immutable, defensive copy of the List of locks currently maintained for the transaction.
getLockStrategy() - Method in class org.jboss.cache.lock.LockStrategyFactory
 
getLockStrategy(IsolationLevel) - Method in class org.jboss.cache.lock.LockStrategyFactory
 
getLogger() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoader
 
getLogger() - Method in class org.jboss.cache.loader.JDBCCacheLoader
 
getLogger() - Method in class org.jboss.cache.loader.JDBCCacheLoaderOld
Deprecated.  
getLong(String) - Method in class org.jboss.cache.config.parsing.XmlParserBase
 
getLookedUpNodes() - Method in class org.jboss.cache.invocation.LegacyInvocationContext
Deprecated.  
getLookedUpNodes() - Method in class org.jboss.cache.invocation.MVCCInvocationContext
Retrieves a map of nodes looked up within the current invocation's scope.
getLookedUpNodes() - Method in class org.jboss.cache.InvocationContext
Retrieves a map of nodes looked up within the current invocation's scope.
getLookedUpNodes() - Method in class org.jboss.cache.transaction.MVCCTransactionContext
Retrieves a map of nodes looked up within the current invocation's scope.
getMarshaller() - Method in interface org.jboss.cache.CacheSPI
Retrieves an instance of a Marshaller, which is capable of converting Java objects to bytestreams and back in an efficient manner, which is also interoperable with bytestreams produced/consumed by other versions of JBoss Cache.
getMarshaller() - Method in class org.jboss.cache.config.Configuration
 
getMarshaller() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getMarshaller() - Method in class org.jboss.cache.loader.AbstractCacheLoader
 
getMarshallerClass() - Method in class org.jboss.cache.config.Configuration
 
getMaxAge() - Method in class org.jboss.cache.eviction.LRUAlgorithmConfig
 
getMaxAgeSeconds() - Method in class org.jboss.cache.eviction.LRUConfiguration
Deprecated.  
getMaxDoublingSize() - Method in class org.jboss.cache.io.ExposedByteArrayOutputStream
Gets the highest internal buffer size after which if more capacity is needed the buffer will grow in 25% increments rather than 100%.
getMaxElementsPerNode() - Method in class org.jboss.cache.eviction.ElementSizeAlgorithmConfig
 
getMaxElementsPerNode() - Method in class org.jboss.cache.eviction.ElementSizeConfiguration
Deprecated.  
getMaxNodes() - Method in class org.jboss.cache.eviction.EvictionAlgorithmConfigBase
 
getMaxNodes() - Method in class org.jboss.cache.eviction.EvictionPolicyConfigBase
Deprecated.  
getMBeanElement(Element) - Method in class org.jboss.cache.config.parsing.XmlConfigurationParser2x
Deprecated.  
getMBeanInfo() - Method in class org.jboss.cache.jmx.ResourceDMBean
 
getMBeanServer() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getMembers() - Method in interface org.jboss.cache.Cache
Returns a list of members in the cluster, or null if running in local mode.
getMembers() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getMembers() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getMembers() - Method in interface org.jboss.cache.jmx.CacheJmxWrapperMBean
Deprecated. Returns a list of members in the cluster, or null if running in local mode.
getMembers() - Method in interface org.jboss.cache.RPCManager
Returns a defensively copied list of members in the current cluster view.
getMembers() - Method in class org.jboss.cache.RPCManagerImpl
 
getMembersOutsideBuddyGroup() - Method in class org.jboss.cache.buddyreplication.BuddyManager
 
getMembersString() - Method in class org.jboss.cache.RPCManagerImpl
 
getMergedChildren() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated. Returns 2 Sets - a set of children added (first set) and a set of children removed.
getMergedChildren() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
getMergedData() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated. Attempts to merge data changed during the current transaction with the data in the underlying tree.
getMergedData() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
getMethodCall() - Method in class org.jboss.cache.InvocationContext
Deprecated. 
getMethodId() - Method in class org.jboss.cache.marshall.MethodCall
Deprecated.  
getMinNodes() - Method in class org.jboss.cache.eviction.LFUAlgorithmConfig
 
getMinNodes() - Method in class org.jboss.cache.eviction.LFUConfiguration
Deprecated.  
getMinTimeToLive() - Method in class org.jboss.cache.eviction.EvictionAlgorithmConfigBase
 
getMinTimeToLiveSeconds() - Method in class org.jboss.cache.eviction.EvictionPolicyConfigBase
Deprecated.  
getMisses() - Method in class org.jboss.cache.interceptors.CacheMgmtInterceptor
 
getModifications() - Method in class org.jboss.cache.commands.remote.ReplicateCommand
 
getModifications() - Method in class org.jboss.cache.commands.tx.PrepareCommand
 
getModifications() - Method in class org.jboss.cache.transaction.AbstractTransactionContext
 
getModifications() - Method in interface org.jboss.cache.transaction.TransactionContext
Returns all modifications.
getModifications() - Method in class org.jboss.cache.transaction.TransactionLog.LogEntry
 
getModificationsCount() - Method in class org.jboss.cache.commands.tx.PrepareCommand
 
getModificationType() - Method in class org.jboss.cache.notifications.event.EventImpl
 
getModificationType() - Method in interface org.jboss.cache.notifications.event.NodeModifiedEvent
 
getModifiedTimeStamp() - Method in class org.jboss.cache.eviction.NodeEntry
Get modified time stamp.
getMultiplexerService() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getMultiplexerService() - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated.  
getMultiplexerStack() - Method in class org.jboss.cache.config.Configuration
 
getMultiplexerStack() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getMultiplexerStack() - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Retrieves the JGroups multiplexer stack name if defined.
getMuxChannelFactory() - Method in class org.jboss.cache.config.RuntimeConfig
Gets the factory the cache will use to create a multiplexed channel.
getMuxChannelFactory() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getMuxChannelFactory() - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated.  
getMuxStackName() - Method in class org.jboss.cache.config.Configuration
 
getName() - Method in class org.jboss.cache.factories.ComponentRegistry.Component
 
getNameInNamespace() - Method in class org.jboss.cache.transaction.DummyContext
Retrieves the full name of this context within its own namespace.
getNameParser(Name) - Method in class org.jboss.cache.transaction.DummyContext
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class org.jboss.cache.transaction.DummyContext
Retrieves the parser associated with the named context.
getNewBufferSize(int, int) - Method in class org.jboss.cache.io.ExposedByteArrayOutputStream
Gets the number of bytes to which the internal buffer should be resized.
getNewView() - Method in class org.jboss.cache.notifications.event.EventImpl
 
getNewView() - Method in interface org.jboss.cache.notifications.event.ViewChangedEvent
 
getNext() - Method in class org.jboss.cache.interceptors.base.CommandInterceptor
Retrieves the next interceptor in the chain.
getNextInQueue(BlockingQueue<EvictionEvent>) - Method in class org.jboss.cache.eviction.BaseEvictionAlgorithm
 
getNextNotificationSequenceNumber() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getNextNotificationSequenceNumber() - Method in interface org.jboss.cache.jmx.CacheNotificationBroadcaster
Gets the sequence number for the next notification.
getNode(Fqn) - Method in interface org.jboss.cache.Cache
A convenience method to retrieve a node directly from the cache.
getNode(String) - Method in interface org.jboss.cache.Cache
Convenience method that takes a string representation of an Fqn.
getNode(String) - Method in interface org.jboss.cache.CacheSPI
Overrides Cache.getNode(String) to return a NodeSPI instead of a Node.
getNode(Fqn) - Method in interface org.jboss.cache.CacheSPI
Overrides Cache.getNode(Fqn) to return a NodeSPI instead of a Node.
getNode(Fqn) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getNode(String) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getNode() - Method in class org.jboss.cache.lock.IdentityLock
Deprecated. Returns the node for this lock, may be null.
getNode(Fqn) - Method in interface org.jboss.cache.optimistic.TransactionWorkspace
Deprecated.  
getNode(Fqn) - Method in class org.jboss.cache.optimistic.TransactionWorkspaceImpl
Deprecated.  
getNode() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated. Retrieves a reference to the underlying NodeSPI instance.
getNode() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
getNodeColumn() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
GetNodeCommand - Class in org.jboss.cache.commands.read
Implements functionality defined by Cache.getNode(org.jboss.cache.Fqn)

This is the equivalent of the old MethodCallDefinitions.getNodeMethodLocal method call from 2.1.x.

GetNodeCommand(Fqn) - Constructor for class org.jboss.cache.commands.read.GetNodeCommand
 
GetNodeCommand() - Constructor for class org.jboss.cache.commands.read.GetNodeCommand
 
getNodeCount() - Method in class org.jboss.cache.loader.JDBCCacheLoader
Returns a number representing the count of persisted children.
getNodeCountSql() - Method in class org.jboss.cache.loader.JDBCCacheLoaderConfig
Returns an sql that will count all the persisted node.
getNodeData() - Method in class org.jboss.cache.buddyreplication.GravitateResult
 
getNodeDataList(Fqn, List<NodeData>) - Method in class org.jboss.cache.loader.AbstractCacheLoader
 
getNodeDataList(Fqn, List<NodeData>) - Method in class org.jboss.cache.loader.JDBCCacheLoader
Subscribes to contract.
getNodeEntry(Fqn) - Method in class org.jboss.cache.eviction.ElementSizeQueue
 
getNodeEntry(String) - Method in class org.jboss.cache.eviction.ElementSizeQueue
 
getNodeEntry(Fqn) - Method in interface org.jboss.cache.eviction.EvictionQueue
Retrieve a node entry by Fqn.
getNodeEntry(String) - Method in interface org.jboss.cache.eviction.EvictionQueue
 
getNodeEntry(Fqn) - Method in class org.jboss.cache.eviction.FIFOQueue
 
getNodeEntry(String) - Method in class org.jboss.cache.eviction.FIFOQueue
 
getNodeEntry(Fqn) - Method in class org.jboss.cache.eviction.LFUQueue
 
getNodeEntry(String) - Method in class org.jboss.cache.eviction.LFUQueue
 
getNodeEntry(Fqn) - Method in class org.jboss.cache.eviction.LRUQueue
 
getNodeEntry(String) - Method in class org.jboss.cache.eviction.LRUQueue
 
getNodeEntry(Fqn) - Method in class org.jboss.cache.eviction.MRUQueue
 
getNodeEntry(String) - Method in class org.jboss.cache.eviction.MRUQueue
 
getNodeEntry(Fqn) - Method in class org.jboss.cache.eviction.NullEvictionQueue
Returns null
getNodeEntry(String) - Method in class org.jboss.cache.eviction.NullEvictionQueue
Returns null
getNodeLockingScheme() - Method in class org.jboss.cache.config.Configuration
Deprecated. will be removed once optimistic and pessimistic locking is removed.
getNodeLockingScheme() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getNodeLockingScheme() - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated.  
getNodeLockingSchemeString() - Method in class org.jboss.cache.config.Configuration
Deprecated. 
getNodes() - Method in interface org.jboss.cache.optimistic.TransactionWorkspace
Deprecated.  
getNodes() - Method in class org.jboss.cache.optimistic.TransactionWorkspaceImpl
Deprecated. Returns the nodes.
getNodesAfter(Fqn) - Method in interface org.jboss.cache.optimistic.TransactionWorkspace
Deprecated. Returns all nodes equal to or after the given node.
getNodesAfter(Fqn) - Method in class org.jboss.cache.optimistic.TransactionWorkspaceImpl
Deprecated.  
getNodesForEviction(Fqn, boolean) - Method in interface org.jboss.cache.DataContainer
Generates a list of nodes for eviction.
getNodesForEviction(Fqn, boolean) - Method in class org.jboss.cache.DataContainerImpl
 
getNodeSPI() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
getNodesToEvict() - Method in class org.jboss.cache.commands.write.EvictCommand
 
getNodeType() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
getNodeVersion(TransactionWorkspace, Fqn) - Method in class org.jboss.cache.interceptors.InvalidationInterceptor
 
getNotificationInfo() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getNotificationInfo() - Static method in class org.jboss.cache.jmx.CacheNotificationListener
 
getNotificationServiceName() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getNotifier() - Method in interface org.jboss.cache.CacheSPI
Retrieves the current Notifier instance associated with the current Cache instance.
getNotifier() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getNumberOfAttributes() - Method in interface org.jboss.cache.CacheSPI
 
getNumberOfAttributes(Fqn) - Method in interface org.jboss.cache.DataContainer
Returns an approximation of the total number of attributes in this sub cache.
getNumberOfAttributes() - Method in interface org.jboss.cache.DataContainer
Returns an approximation of the total number of attributes in the cache.
getNumberOfAttributes(Fqn) - Method in class org.jboss.cache.DataContainerImpl
 
getNumberOfAttributes() - Method in class org.jboss.cache.DataContainerImpl
 
getNumberOfAttributes() - Method in class org.jboss.cache.interceptors.CacheMgmtInterceptor
 
getNumberOfAttributes() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getNumberOfAttributes() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getNumberOfAttributes() - Method in interface org.jboss.cache.jmx.CacheJmxWrapperMBean
Deprecated.  
getNumberOfElements() - Method in class org.jboss.cache.eviction.ElementSizeQueue
 
getNumberOfElements() - Method in interface org.jboss.cache.eviction.EvictionQueue
Get the number of elements in the queue.
getNumberOfElements() - Method in class org.jboss.cache.eviction.FIFOQueue
 
getNumberOfElements() - Method in class org.jboss.cache.eviction.LFUQueue
 
getNumberOfElements() - Method in class org.jboss.cache.eviction.LRUQueue
 
getNumberOfElements() - Method in class org.jboss.cache.eviction.MRUQueue
 
getNumberOfElements() - Method in class org.jboss.cache.eviction.NodeEntry
 
getNumberOfElements() - Method in class org.jboss.cache.eviction.NullEvictionQueue
Returns 0
getNumberOfLocksAvailable() - Method in class org.jboss.cache.lock.MVCCLockManager
 
getNumberOfLocksHeld() - Method in interface org.jboss.cache.CacheSPI
 
getNumberOfLocksHeld() - Method in interface org.jboss.cache.DataContainer
Returns the number of read or write locks held across the entire cache.
getNumberOfLocksHeld() - Method in class org.jboss.cache.DataContainerImpl
 
getNumberOfLocksHeld() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getNumberOfLocksHeld() - Method in class org.jboss.cache.lock.MVCCLockManager
 
getNumberOfNodes() - Method in interface org.jboss.cache.CacheSPI
 
getNumberOfNodes() - Method in interface org.jboss.cache.DataContainer
Returns an approximation of the total number of nodes in the cache.
getNumberOfNodes() - Method in class org.jboss.cache.DataContainerImpl
 
getNumberOfNodes() - Method in class org.jboss.cache.eviction.ElementSizeQueue
 
getNumberOfNodes() - Method in interface org.jboss.cache.eviction.EvictionQueue
Get the number of nodes in the queue.
getNumberOfNodes() - Method in class org.jboss.cache.eviction.FIFOQueue
 
getNumberOfNodes() - Method in class org.jboss.cache.eviction.LFUQueue
 
getNumberOfNodes() - Method in class org.jboss.cache.eviction.LRUQueue
 
getNumberOfNodes() - Method in class org.jboss.cache.eviction.MRUQueue
 
getNumberOfNodes() - Method in class org.jboss.cache.eviction.NullEvictionQueue
Returns 0
getNumberOfNodes() - Method in class org.jboss.cache.interceptors.CacheMgmtInterceptor
 
getNumberOfNodes() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getNumberOfNodes() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getNumberOfNodes() - Method in interface org.jboss.cache.jmx.CacheJmxWrapperMBean
Deprecated.  
getNumberOfNodeVisits() - Method in class org.jboss.cache.eviction.NodeEntry
 
getNumberOfRegisteredTransactions() - Method in class org.jboss.cache.transaction.TransactionTable
 
getNumberOfSyncsRegistered() - Method in class org.jboss.cache.interceptors.TxInterceptor
 
getNumBuddies() - Method in class org.jboss.cache.buddyreplication.NextMemberBuddyLocatorConfig
 
getNumGlobalTransactions() - Method in class org.jboss.cache.transaction.TransactionTable
Returns the number of global transactions.
getNumLocalTransactions() - Method in class org.jboss.cache.transaction.TransactionTable
Returns the number of local transactions.
getNumLocksHeld() - Method in interface org.jboss.cache.util.concurrent.locks.LockContainer
 
getNumLocksHeld() - Method in class org.jboss.cache.util.concurrent.locks.OwnableReentrantSharedLockContainer
 
getNumLocksHeld() - Method in class org.jboss.cache.util.concurrent.locks.PerElementLockContainer
 
getNumLocksHeld() - Method in class org.jboss.cache.util.concurrent.locks.ReentrantSharedLockContainer
 
getNumRegions() - Method in class org.jboss.cache.RegionManagerImpl
 
getObjectInputStreamPoolSize() - Method in class org.jboss.cache.config.Configuration
 
getObjectName(String) - Method in class org.jboss.cache.jmx.JmxRegistrationManager
 
getObjectName() - Method in class org.jboss.cache.jmx.ResourceDMBean
 
getObjectNameBase() - Method in class org.jboss.cache.jmx.JmxRegistrationManager
 
getObjectOutputStreamPoolSize() - Method in class org.jboss.cache.config.Configuration
 
getOldValue() - Method in class org.jboss.cache.Modification
Returns the post modification old value.
getOptimize() - Method in class org.jboss.cache.loader.s3.S3LoaderConfig
Returns true if certain CRUD operations are optimized to not do extra queries.
getOption() - Method in class org.jboss.cache.transaction.AbstractTransactionContext
 
getOption() - Method in interface org.jboss.cache.transaction.TransactionContext
Retrieves a transaction scope option override
getOptionOverrides() - Method in class org.jboss.cache.InvocationContext
Retrieves the option overrides associated with this invocation
getOrCreateChild(Object, GlobalTransaction) - Method in class org.jboss.cache.AbstractNode
 
getOrCreateChild(Object, GlobalTransaction) - Method in interface org.jboss.cache.InternalNode
Deprecated. should use the NodeFactory instead.
getOrCreateChild(Object, GlobalTransaction) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
getOrCreateChild(Object, GlobalTransaction) - Method in class org.jboss.cache.mvcc.NodeReference
 
getOrCreateChild(Object, GlobalTransaction) - Method in interface org.jboss.cache.NodeSPI
Deprecated. should use the NodeFactory instead.
getOrCreateChild(Object, GlobalTransaction) - Method in class org.jboss.cache.PessimisticUnversionedNode
Deprecated.  
getOrCreateComponent(Class<T>) - Method in class org.jboss.cache.factories.ComponentRegistry
Retrieves a component if one exists, and if not, attempts to find a factory capable of constructing the component (factories annotated with the DefaultFactoryFor annotation that is capable of creating the component class).
getOrderedSynchronizationHandler() - Method in class org.jboss.cache.transaction.AbstractTransactionContext
 
getOrderedSynchronizationHandler() - Method in interface org.jboss.cache.transaction.TransactionContext
 
getOriginal() - Method in class org.jboss.cache.util.DeltaMap
Returns the original wrapped Map.
getOwner() - Method in class org.jboss.cache.util.concurrent.locks.OwnableReentrantLock
 
getParameters() - Method in class org.jboss.cache.commands.legacy.write.VersionedInvalidateCommand
Deprecated.  
getParameters() - Method in class org.jboss.cache.commands.read.AbstractDataCommand
Basic versions of these methods
getParameters() - Method in class org.jboss.cache.commands.read.GetKeyValueCommand
 
getParameters() - Method in class org.jboss.cache.commands.read.GravitateDataCommand
 
getParameters() - Method in class org.jboss.cache.commands.remote.AnnounceBuddyPoolNameCommand
 
getParameters() - Method in class org.jboss.cache.commands.remote.AssignToBuddyGroupCommand
 
getParameters() - Method in class org.jboss.cache.commands.remote.ClusteredGetCommand
 
getParameters() - Method in class org.jboss.cache.commands.remote.DataGravitationCleanupCommand
 
getParameters() - Method in class org.jboss.cache.commands.remote.RemoveFromBuddyGroupCommand
 
getParameters() - Method in class org.jboss.cache.commands.remote.ReplicateCommand
 
getParameters() - Method in class org.jboss.cache.commands.remote.StateTransferControlCommand
 
getParameters() - Method in interface org.jboss.cache.commands.ReplicableCommand
Used by marshallers to stream this command across a network
getParameters() - Method in class org.jboss.cache.commands.tx.AbstractTransactionCommand
 
getParameters() - Method in class org.jboss.cache.commands.tx.OptimisticPrepareCommand
 
getParameters() - Method in class org.jboss.cache.commands.tx.PrepareCommand
 
getParameters() - Method in class org.jboss.cache.commands.write.AbstractVersionedDataCommand
 
getParameters() - Method in class org.jboss.cache.commands.write.ClearDataCommand
 
getParameters() - Method in class org.jboss.cache.commands.write.EvictCommand
 
getParameters() - Method in class org.jboss.cache.commands.write.InvalidateCommand
 
getParameters() - Method in class org.jboss.cache.commands.write.MoveCommand
 
getParameters() - Method in class org.jboss.cache.commands.write.PutDataMapCommand
 
getParameters() - Method in class org.jboss.cache.commands.write.PutKeyValueCommand
 
getParameters() - Method in class org.jboss.cache.commands.write.RemoveKeyCommand
 
getParameters() - Method in class org.jboss.cache.commands.write.RemoveNodeCommand
 
getParent() - Method in class org.jboss.cache.Fqn
Returns the parent of this Fqn.
getParent() - Method in interface org.jboss.cache.InternalNode
 
getParent() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
getParent() - Method in class org.jboss.cache.mvcc.NodeReference
 
getParent() - Method in interface org.jboss.cache.Node
Returns the parent node.
getParent() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
getParent() - Method in class org.jboss.cache.UnversionedNode
Returns a parent by checking the TreeMap by name.
getParent() - Method in class org.jboss.cache.VersionedNode
Deprecated. Returns the parent.
getParentCache() - Method in class org.jboss.cache.loader.s3.S3LoaderConfig
Returns true if the existence of parent nodes should be cached.
getParentColumn() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
getParentDirect() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
getParentDirect() - Method in interface org.jboss.cache.NodeSPI
Returns the parent node as a NodeSPI, instead of Node from Node.getParent(), and is otherwise identical.
getPassivations() - Method in class org.jboss.cache.interceptors.PassivationInterceptor
 
getPort() - Method in class org.jboss.cache.loader.s3.S3LoaderConfig
Returns port.
getPort() - Method in class org.jboss.cache.loader.tcp.TcpCacheServer
 
getPort() - Method in interface org.jboss.cache.loader.tcp.TcpCacheServerMBean
 
getPort() - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoaderConfig
 
getPreload() - Method in class org.jboss.cache.config.CacheLoaderConfig
 
getPrepares() - Method in class org.jboss.cache.interceptors.TxInterceptor
 
getPrimaryKey() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
getProperties() - Method in class org.jboss.cache.config.PluggableConfigurationComponent
 
getPushStateFuture() - Method in class org.jboss.cache.loader.SingletonStoreCacheLoader
Returns the Future instance of a running in-memory to cache loader push task.
getPushStateWhenCoordinatorTimeout() - Method in class org.jboss.cache.loader.SingletonStoreDefaultConfig
 
getQueueSize() - Method in class org.jboss.cache.loader.AsyncCacheLoaderConfig
 
getRawBuffer() - Method in class org.jboss.cache.io.ExposedByteArrayOutputStream
Gets the internal buffer array.
getRawVersion() - Method in class org.jboss.cache.optimistic.DefaultDataVersion
Deprecated.  
getReaderOwners() - Method in class org.jboss.cache.lock.IdentityLock
Deprecated. Return a copy of the reader lock owner in List.
getReaderOwners() - Method in interface org.jboss.cache.lock.NodeLock
Deprecated. Returns a copy of the reader lock owner in List.
getReadOwners(NodeSPI) - Method in class org.jboss.cache.lock.FqnLockManager
 
getReadOwners(Fqn) - Method in interface org.jboss.cache.lock.LockManager
Retrieves the read lock owners, if any, for the current Fqn.
getReadOwners(NodeSPI<?, ?>) - Method in interface org.jboss.cache.lock.LockManager
Retrieves the read lock owners, if any, for the current Fqn.
getReadOwners(Fqn) - Method in class org.jboss.cache.lock.MVCCLockManager
 
getReadOwners(Fqn) - Method in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
getReadOwners(NodeSPI) - Method in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
getReadTimeout() - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoaderConfig
 
getReadWriteRatio() - Method in class org.jboss.cache.interceptors.CacheMgmtInterceptor
 
getReconnectWaitTime() - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoaderConfig
 
getRecursiveChildrenSql() - Method in class org.jboss.cache.loader.JDBCCacheLoaderConfig
Returns an sql that will return a node and all its children.
getRecursiveEvictionNodes() - Method in class org.jboss.cache.commands.legacy.write.LegacyEvictCommand
Deprecated.  
getRecursiveEvictionNodes() - Method in class org.jboss.cache.commands.write.EvictCommand
 
getReferencedObject(int) - Method in class org.jboss.cache.marshall.UnmarshalledReferences
Retrieves an object referenced by an id
getRegion(Fqn, boolean) - Method in interface org.jboss.cache.Cache
Retrieves a Region for a given Fqn.
getRegion(Fqn) - Method in class org.jboss.cache.interceptors.BuddyRegionAwareEvictionInterceptor
 
getRegion(Fqn) - Method in class org.jboss.cache.interceptors.EvictionInterceptor
 
getRegion(Fqn, boolean) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getRegion(Fqn, boolean) - Method in interface org.jboss.cache.RegionManager
Returns a region by Fqn, creating it optionally if absent.
getRegion(Fqn, Region.Type, boolean) - Method in interface org.jboss.cache.RegionManager
An overloaded form of RegionManager.getRegion(org.jboss.cache.Fqn,boolean) that takes an additional Region.Type parameter to force regions of a specific type.
getRegion(String, boolean) - Method in interface org.jboss.cache.RegionManager
Returns a region using Fqn.fromString(fqn), calling RegionManager.getRegion(org.jboss.cache.Fqn,boolean)
getRegion(Fqn, boolean) - Method in class org.jboss.cache.RegionManagerImpl
 
getRegion(Fqn, Region.Type, boolean) - Method in class org.jboss.cache.RegionManagerImpl
 
getRegion(String, boolean) - Method in class org.jboss.cache.RegionManagerImpl
 
getRegionFqn() - Method in class org.jboss.cache.config.EvictionRegionConfig
 
getRegionManager() - Method in interface org.jboss.cache.CacheSPI
Retrieves the current RegionManager instance associated with the current Cache instance.
getRegionManager() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getRegionName() - Method in class org.jboss.cache.config.EvictionRegionConfig
 
getRegisteredComponents() - Method in class org.jboss.cache.factories.ComponentRegistry
Returns an immutable set contating all the components that exists in the reporsitory at this moment.
getRegisterJmxResource() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getRegisterJmxResource() - Method in interface org.jboss.cache.jmx.CacheJmxWrapperMBean
Deprecated. Gets whether this object should register the cache's interceptors with JMX during CacheJmxWrapperMBean.create().
getRemovalQueue() - Method in class org.jboss.cache.eviction.ElementSizeQueue
 
getRemovalQueue() - Method in class org.jboss.cache.eviction.LFUQueue
 
getRemoved() - Method in class org.jboss.cache.util.DeltaMap
Returns the entries removed, including entries excluded by the constructor.
getRemovedNodes() - Method in class org.jboss.cache.transaction.AbstractTransactionContext
 
getRemovedNodes() - Method in interface org.jboss.cache.transaction.TransactionContext
Gets the list of removed nodes.
getReplicationCount() - Method in class org.jboss.cache.RPCManagerImpl
 
getReplicationFailures() - Method in class org.jboss.cache.RPCManagerImpl
 
getReplicationVersion() - Method in class org.jboss.cache.config.Configuration
 
getReplicationVersion() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getReplicationVersion() - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Gets the format version of the data transferred during an initial state transfer or a call to Region.activate().
getReplQueueInterval() - Method in class org.jboss.cache.config.Configuration
 
getReplQueueInterval() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getReplQueueInterval() - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated.  
getReplQueueMaxElements() - Method in class org.jboss.cache.config.Configuration
 
getReplQueueMaxElements() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getReplQueueMaxElements() - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated.  
getReplVersionString() - Method in class org.jboss.cache.config.Configuration
 
getResponse() - Method in class org.jboss.cache.marshall.ExtendedResponse
 
getReturnOld() - Method in class org.jboss.cache.loader.AsyncCacheLoaderConfig
 
getRollbacks() - Method in class org.jboss.cache.interceptors.TxInterceptor
 
getRoot() - Method in interface org.jboss.cache.Cache
Returns the root node of this cache.
getRoot() - Method in interface org.jboss.cache.CacheSPI
Overrides Cache.getRoot() to return a NodeSPI instead of a Node.
getRoot() - Method in interface org.jboss.cache.DataContainer
Deprecated. use Cache.getRoot();
getRoot() - Method in class org.jboss.cache.DataContainerImpl
Deprecated. 
getRoot() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getRPCManager() - Method in interface org.jboss.cache.CacheSPI
Gets a handle of the RPC manager.
getRPCManager() - Method in class org.jboss.cache.config.RuntimeConfig
 
getRPCManager() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getRuntimeConfig() - Method in class org.jboss.cache.config.Configuration
 
getSearchBackupSubtrees() - Method in class org.jboss.cache.commands.remote.ClusteredGetCommand
 
getSecretAccessKey() - Method in class org.jboss.cache.loader.s3.S3LoaderConfig
Returns secretAccessKey.
getSelectChildFqnsSql() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
getSelectChildNamesSql() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
getSelectNodeSql() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
getSerializationExecutorPoolSize() - Method in class org.jboss.cache.config.Configuration
 
getSerializationExecutorQueueSize() - Method in class org.jboss.cache.config.Configuration
 
getServer() - Method in class org.jboss.cache.loader.s3.S3LoaderConfig
Returns server.
getServiceName() - Method in class org.jboss.cache.jmx.CacheNotificationListener
 
getShutdownHookBehavior() - Method in class org.jboss.cache.config.Configuration
 
getSingleElement(String, String, Element) - Method in class org.jboss.cache.config.parsing.XmlParserBase
Convenient method for retrieving a single element with the give name.
getSingleElementInCoreNS(String, Element) - Method in class org.jboss.cache.config.parsing.XmlParserBase
Convenient method for retrieving a single element with the give name.
getSingleModification() - Method in class org.jboss.cache.commands.remote.ReplicateCommand
 
getSingletonStoreClass() - Method in class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig
 
getSingletonStoreClass() - Method in class org.jboss.cache.loader.SingletonStoreDefaultConfig
 
getSingletonStoreConfig() - Method in class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
 
getSingletonStoreDefaultConfig() - Method in class org.jboss.cache.loader.SingletonStoreCacheLoader
Returns SingletonStoreCacheLoader's configuration instance.
getSingletonStoreproperties() - Method in class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig
 
getSize() - Method in class org.jboss.cache.loader.ChainingCacheLoader
Returns the number of cache loaders in the chain.
getSqlConcat() - Method in class org.jboss.cache.loader.JDBCCacheLoaderConfig
Deprecated. 
getState() - Method in class org.jboss.cache.commands.remote.AssignToBuddyGroupCommand
 
getState() - Method in class org.jboss.cache.factories.ComponentRegistry
Retrieves the state of the registry
getState() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getState() - Method in interface org.jboss.cache.jmx.CacheJmxWrapperMBean
Deprecated. Legacy attribute to expose the cache status in terms of the JBoss AS ServiceMBean values.
getState() - Method in class org.jboss.cache.remoting.jgroups.ChannelMessageListener
 
getState(String) - Method in class org.jboss.cache.remoting.jgroups.ChannelMessageListener
 
getState(OutputStream) - Method in class org.jboss.cache.remoting.jgroups.ChannelMessageListener
 
getState(String, OutputStream) - Method in class org.jboss.cache.remoting.jgroups.ChannelMessageListener
 
getState(ObjectOutputStream, Fqn, long, boolean, boolean) - Method in class org.jboss.cache.statetransfer.DefaultStateTransferManager
 
getState(ObjectOutputStream, Fqn, long, boolean, boolean) - Method in class org.jboss.cache.statetransfer.LegacyStateTransferManager
Deprecated.  
getState(ObjectOutputStream, Fqn, long, boolean, boolean) - Method in interface org.jboss.cache.statetransfer.StateTransferManager
Writes the state for the portion of the tree named by fqn to the provided OutputStream.
getStateRetrievalTimeout() - Method in class org.jboss.cache.config.Configuration
 
getStateRetrievalTimeout() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getStateRetrievalTimeout() - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Get the max time to wait until the state is retrieved.
getStateTransferManager() - Method in interface org.jboss.cache.CacheSPI
Retrieves the current StateTransferManager instance associated with the current Cache instance.
getStateTransferManager() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getStatisticsEnabled() - Method in class org.jboss.cache.interceptors.base.JmxStatsCommandInterceptor
Returns whether an interceptor's statistics are being captured.
getStatisticsEnabled() - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor
 
getStatisticsEnabled() - Method in class org.jboss.cache.interceptors.InvalidationInterceptor
 
getStatisticsEnabled() - Method in class org.jboss.cache.interceptors.TxInterceptor
 
getStatisticsEnabled() - Method in interface org.jboss.cache.jmx.JmxStatisticsExposer
Returns whether an interceptor's statistics are being captured.
getStatus() - Method in interface org.jboss.cache.Region
 
getStatus() - Method in class org.jboss.cache.RegionImpl
 
getStatus() - Method in class org.jboss.cache.transaction.DummyBaseTransactionManager
Get the status of the transaction associated with the calling thread.
getStatus() - Method in class org.jboss.cache.transaction.DummyTransaction
Get the status of the transaction.
getStatus() - Method in class org.jboss.cache.transaction.DummyUserTransaction
Get the status of the transaction.
getStores() - Method in class org.jboss.cache.interceptors.CacheMgmtInterceptor
 
getStream() - Method in class org.jboss.cache.io.ByteBuffer
 
getStringRepresentation(List<E>) - Method in class org.jboss.cache.Fqn
 
getStringRepresentation() - Method in class org.jboss.cache.StringFqn
 
getSubElement(Element, String) - Static method in class org.jboss.cache.config.parsing.XmlConfigHelper
Returns a named sub-element of the current element passed in.
getSubFqn(int, int) - Method in class org.jboss.cache.Fqn
Obtains a sub-Fqn from the given Fqn.
getSuccessRatio() - Method in class org.jboss.cache.RPCManagerImpl
 
getSyncCommitPhase() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getSyncCommitPhase() - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated.  
getSyncReplTimeout() - Method in class org.jboss.cache.config.Configuration
 
getSyncReplTimeout() - Method in class org.jboss.cache.config.Option
 
getSyncReplTimeout() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getSyncReplTimeout() - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Returns the default max timeout after which synchronous replication calls return.
getSyncRollbackPhase() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getSyncRollbackPhase() - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated.  
getTable() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
getTagContents(Element, String, String, String) - Static method in class org.jboss.cache.config.parsing.XmlConfigHelper
Returns the contents of a specific node of given element name, provided a certain attribute exists and is set to value.
getTargetFqn() - Method in class org.jboss.cache.notifications.event.EventImpl
 
getTargetFqn() - Method in interface org.jboss.cache.notifications.event.NodeMovedEvent
 
getterMethod(Class, Class) - Static method in class org.jboss.cache.util.BeanUtils
Returns a Method object corresponding to a getter that retrieves an instance of componentClass from target.
getterName(Class) - Static method in class org.jboss.cache.util.BeanUtils
Returns a getter for a given class
getThreadPoolSize() - Method in class org.jboss.cache.loader.AsyncCacheLoaderConfig
 
getTimeout() - Method in class org.jboss.cache.loader.ClusteredCacheLoaderConfig
 
getTimeout() - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoaderConfig
 
getTimeSinceReset() - Method in class org.jboss.cache.interceptors.CacheMgmtInterceptor
 
getTimeToLive() - Method in class org.jboss.cache.eviction.ExpirationAlgorithmConfig
 
getTimeToLive() - Method in class org.jboss.cache.eviction.LRUAlgorithmConfig
 
getTimeToLiveSeconds() - Method in class org.jboss.cache.eviction.ExpirationConfiguration
Deprecated.  
getTimeToLiveSeconds() - Method in class org.jboss.cache.eviction.LRUConfiguration
Deprecated.  
getTo() - Method in class org.jboss.cache.commands.write.MoveCommand
 
getTransaction() - Method in class org.jboss.cache.InvocationContext
Retrieves the transaction associated with this invocation
getTransaction() - Method in class org.jboss.cache.notifications.event.EventImpl
 
getTransaction() - Method in interface org.jboss.cache.notifications.event.TransactionalEvent
 
getTransaction() - Method in class org.jboss.cache.transaction.AbstractTransactionContext
 
getTransaction() - Method in class org.jboss.cache.transaction.DummyBaseTransactionManager
Get the transaction associated with the calling thread.
getTransaction() - Method in interface org.jboss.cache.transaction.TransactionContext
Returns a local transaction associated with this context.
getTransaction() - Method in class org.jboss.cache.transaction.TransactionLog.LogEntry
 
getTransactionContext() - Method in class org.jboss.cache.InvocationContext
 
getTransactionManager() - Method in interface org.jboss.cache.CacheSPI
Retrieves a reference to a running TransactionManager, if one is configured.
getTransactionManager() - Method in class org.jboss.cache.config.RuntimeConfig
 
getTransactionManager() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getTransactionManager() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getTransactionManager() - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated.  
getTransactionManager() - Method in class org.jboss.cache.transaction.BatchModeTransactionManagerLookup
Deprecated.  
getTransactionManager() - Method in class org.jboss.cache.transaction.DummyTransactionManagerLookup
 
getTransactionManager() - Method in class org.jboss.cache.transaction.GenericTransactionManagerLookup
Get the systemwide used TransactionManager
getTransactionManager() - Method in class org.jboss.cache.transaction.JBossStandaloneJTAManagerLookup
 
getTransactionManager() - Method in class org.jboss.cache.transaction.JBossTransactionManagerLookup
 
getTransactionManager() - Method in interface org.jboss.cache.transaction.TransactionManagerLookup
Returns a new TransactionManager.
getTransactionManagerLookupClass() - Method in class org.jboss.cache.config.Configuration
 
getTransactionManagerLookupClass() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getTransactionManagerLookupClass() - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated.  
getTransactionMap() - Method in class org.jboss.cache.transaction.TransactionTable
 
getTransactionTable() - Method in interface org.jboss.cache.CacheSPI
Retrieves the current TransactionTable instance associated with the current Cache instance.
getTransactionTable() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getTransactionWorkspace(InvocationContext) - Method in class org.jboss.cache.interceptors.OptimisticInterceptor
Deprecated.  
getTransactionWorkspace(InvocationContext) - Method in class org.jboss.cache.interceptors.OptimisticReplicationInterceptor
Deprecated.  
getTransactionWorkspace() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated. Retrieves a TransactionWorkspace instance associated with the current transaction, which the current WorkspaceNode instance lives in.
getTransactionWorkspace() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
getTransactionWorkSpace() - Method in class org.jboss.cache.transaction.OptimisticTransactionContext
Deprecated.  
getType() - Method in class org.jboss.cache.Modification
Returns the type of modification.
getType() - Method in interface org.jboss.cache.notifications.event.Event
 
getType() - Method in class org.jboss.cache.notifications.event.EventImpl
 
getUniqueId(String) - Static method in class org.jboss.cache.jmx.JmxUtil
Deprecated.  
getUnmarshalledMap() - Method in class org.jboss.cache.marshall.MarshalledValueMap
 
getUpdateNodeSql() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
getUpdateTableSql() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
getUseAsyncPut() - Method in class org.jboss.cache.loader.AsyncCacheLoaderConfig
 
getUseInterceptorMbeans() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getUseInterceptorMbeans() - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. use LegacyConfiguration.getExposeManagementStatistics()
getUseRegionBasedMarshalling() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated. 
getUseRegionBasedMarshalling() - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Gets whether marshalling uses scoped class loaders on a per region basis.
getUseReplQueue() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
getUseReplQueue() - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated.  
getUserTransaction() - Static method in class org.jboss.cache.transaction.DummyTransactionManager
 
getUserTransaction() - Method in class org.jboss.cache.transaction.DummyTransactionManagerLookup
 
getUserTransaction() - Method in class org.jboss.cache.transaction.JBossStandaloneJTAManagerLookup
 
getValidMarshallingRegion(Fqn) - Method in interface org.jboss.cache.RegionManager
Retrieves a valid marshalling Region after taking into account that this may be a Buddy Backup Fqn.
getValidMarshallingRegion(Fqn) - Method in class org.jboss.cache.RegionManagerImpl
 
getValue() - Method in class org.jboss.cache.commands.write.PutKeyValueCommand
 
getValue() - Method in class org.jboss.cache.Modification
Returns the modification value.
getValue() - Method in class org.jboss.cache.util.FastCopyHashMap.SimpleEntry
 
getVersion() - Method in class org.jboss.cache.AbstractNode
 
getVersion() - Method in interface org.jboss.cache.Cache
Returns the version of the cache as a string.
getVersion() - Method in interface org.jboss.cache.InternalNode
 
getVersion() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
getVersion() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
getVersion() - Method in class org.jboss.cache.mvcc.NodeReference
 
getVersion() - Method in interface org.jboss.cache.NodeSPI
Returns the data version of this node if versioning is supported.
getVersion() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated. Retrieves the data version of the in-memory node.
getVersion() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
getVersion() - Method in class org.jboss.cache.VersionedNode
Deprecated. Returns the version id of this node.
getVersionShort() - Static method in class org.jboss.cache.Version
 
getVersionShort(String) - Static method in class org.jboss.cache.Version
 
getVersionString(short) - Static method in class org.jboss.cache.Version
 
getWakeupInterval() - Method in class org.jboss.cache.config.EvictionConfig
 
getWakeupIntervalSeconds() - Method in class org.jboss.cache.config.EvictionConfig
Deprecated. Use EvictionConfig.getWakeupIntervalSeconds().
getWarnNoExpirationKey() - Method in class org.jboss.cache.eviction.ExpirationConfiguration
Deprecated. Returns true if the algorithm should warn if a expiration key is missing for a node.
getWorkspace(InvocationContext) - Method in class org.jboss.cache.interceptors.InvalidationInterceptor
 
getWriteOwner(NodeSPI) - Method in class org.jboss.cache.lock.FqnLockManager
 
getWriteOwner(Fqn) - Method in interface org.jboss.cache.lock.LockManager
Retrieves the write lock owner, if any, for the current Fqn.
getWriteOwner(NodeSPI<?, ?>) - Method in interface org.jboss.cache.lock.LockManager
Retrieves the write lock owner, if any, for the current Fqn.
getWriteOwner(Fqn) - Method in class org.jboss.cache.lock.MVCCLockManager
 
getWriteOwner(Fqn) - Method in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
getWriteOwner(NodeSPI) - Method in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
getWriterOwner() - Method in class org.jboss.cache.lock.IdentityLock
Deprecated. Return the writer lock owner object.
getWriterOwner() - Method in interface org.jboss.cache.lock.NodeLock
Deprecated. Returns the writer lock owner object.
globalTransaction - Variable in class org.jboss.cache.commands.legacy.write.VersionedInvalidateCommand
Deprecated. Params.
globalTransaction - Variable in class org.jboss.cache.commands.tx.AbstractTransactionCommand
 
globalTransaction - Variable in class org.jboss.cache.commands.write.AbstractVersionedDataCommand
 
globalTransaction - Variable in class org.jboss.cache.commands.write.MoveCommand
 
GlobalTransaction - Class in org.jboss.cache.transaction
Uniquely identifies a transaction that spans all nodes in a cluster.
GlobalTransaction() - Constructor for class org.jboss.cache.transaction.GlobalTransaction
empty ctor used by externalization
gravitateData(Fqn, boolean, InvocationContext) - Method in interface org.jboss.cache.CacheSPI
Used with buddy replication's data gravitation interceptor.
gravitateData(Fqn, boolean, InvocationContext) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
GravitateDataCommand - Class in org.jboss.cache.commands.read
Used with buddy replication's DataGravitatorInterceptor.
GravitateDataCommand(Fqn, boolean, Address) - Constructor for class org.jboss.cache.commands.read.GravitateDataCommand
 
GravitateDataCommand(Address) - Constructor for class org.jboss.cache.commands.read.GravitateDataCommand
 
GravitateResult - Class in org.jboss.cache.buddyreplication
A class that encapsulates the result of a data gravitation call, a part of the Buddy Replication framwork.
greedyGetFqns(List<Fqn>, NodeSPI<?, ?>, Fqn) - Method in class org.jboss.cache.interceptors.OptimisticInterceptor
Deprecated. Adds the Fqn of the node as well as all children and childrens children to the list.
gtx2ContextMap - Variable in class org.jboss.cache.transaction.TransactionTable
Mappings between GlobalTransactions and modifications.
gtx2TxMap - Variable in class org.jboss.cache.transaction.TransactionTable
 

H

handle(Message) - Method in class org.jboss.cache.marshall.CommandAwareRpcDispatcher
Message contains a Command.
handle(Message) - Method in class org.jboss.cache.marshall.InactiveRegionAwareRpcDispatcher
Message contains MethodCall.
handleAll(InvocationContext, VisitableCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
Default implementation, which just passes the call up the interceptor chain
handleAssignToBuddyGroup(BuddyGroup, Map<Fqn, byte[]>) - Method in class org.jboss.cache.buddyreplication.BuddyManager
Called by AssignToBuddyGroupCommand thic command is received from a remote cache.
handleClearDataCommand(InvocationContext, ClearDataCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
handleClearDataCommand(InvocationContext, ClearDataCommand) - Method in class org.jboss.cache.interceptors.MVCCLockingInterceptor
 
handleClearDataCommand(InvocationContext, ClearDataCommand) - Method in class org.jboss.cache.interceptors.PessimisticLockInterceptor
Deprecated.  
handleCommitCommand(InvocationContext, CommitCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
handleCommitCommand(InvocationContext, CommitCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
handleCommitCommand(InvocationContext, CommitCommand) - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor
 
handleCommitCommand(InvocationContext, CommitCommand) - Method in class org.jboss.cache.interceptors.LegacyCacheStoreInterceptor
Deprecated.  
handleCommitCommand(InvocationContext, CommitCommand) - Method in class org.jboss.cache.interceptors.MVCCLockingInterceptor
 
handleCommitCommand(InvocationContext, CommitCommand) - Method in class org.jboss.cache.interceptors.PessimisticLockInterceptor
Deprecated.  
handleCreateNodeCommand(InvocationContext, CreateNodeCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
Deprecated. in 3.0. Will be removed when Optimistic and Pessimistic locking is removed.
handleDefault(InvocationContext, VisitableCommand) - Method in class org.jboss.cache.commands.AbstractVisitor
A default handler for all commands visited.
handleDefault(InvocationContext, VisitableCommand) - Method in class org.jboss.cache.interceptors.base.CommandInterceptor
The default behaviour of the visitXXX methods, which is to ignore the call and pass the call up to the next interceptor in the chain.
handleDefault(InvocationContext, VisitableCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
handleDefault(InvocationContext, VisitableCommand) - Method in class org.jboss.cache.interceptors.BatchingInterceptor
Simply check if there is an ongoing tx.
handleDefault(InvocationContext, VisitableCommand) - Method in class org.jboss.cache.interceptors.CallInterceptor
 
handleDefault(InvocationContext, VisitableCommand) - Method in class org.jboss.cache.interceptors.Interceptor
Deprecated.  
handleDefault(InvocationContext, VisitableCommand) - Method in class org.jboss.cache.interceptors.InvocationContextInterceptor
 
handleDefault(InvocationContext, VisitableCommand) - Method in class org.jboss.cache.interceptors.OptimisticReplicationInterceptor.DataVersionPopulator
Deprecated.  
handleDefault(InvocationContext, VisitableCommand) - Method in class org.jboss.cache.interceptors.OptimisticReplicationInterceptor
Deprecated.  
handleDefault(InvocationContext, VisitableCommand) - Method in class org.jboss.cache.interceptors.OptimisticTxInterceptor
Deprecated.  
handleDefault(InvocationContext, VisitableCommand) - Method in class org.jboss.cache.interceptors.TxInterceptor
Tests if we already have a tx running.
handleEvictFqnCommand(InvocationContext, EvictCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
handleEvictFqnCommand(InvocationContext, EvictCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
handleEvictFqnCommand(InvocationContext, EvictCommand) - Method in class org.jboss.cache.interceptors.MVCCLockingInterceptor
 
handleEvictFqnCommand(InvocationContext, EvictCommand) - Method in class org.jboss.cache.interceptors.PessimisticLockInterceptor
Deprecated.  
handleExistsNodeCommand(InvocationContext, ExistsCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
handleExistsNodeCommand(InvocationContext, ExistsCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
handleExistsNodeCommand(InvocationContext, ExistsCommand) - Method in class org.jboss.cache.interceptors.MVCCLockingInterceptor
 
handleGetChildrenNamesCommand(InvocationContext, GetChildrenNamesCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
handleGetChildrenNamesCommand(InvocationContext, GetChildrenNamesCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
handleGetChildrenNamesCommand(InvocationContext, GetChildrenNamesCommand) - Method in class org.jboss.cache.interceptors.MVCCLockingInterceptor
 
handleGetChildrenNamesCommand(InvocationContext, GetChildrenNamesCommand) - Method in class org.jboss.cache.interceptors.PessimisticLockInterceptor
Deprecated.  
handleGetDataMapCommand(InvocationContext, GetDataMapCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
handleGetDataMapCommand(InvocationContext, GetDataMapCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
handleGetDataMapCommand(InvocationContext, GetDataMapCommand) - Method in class org.jboss.cache.interceptors.MVCCLockingInterceptor
 
handleGetKeysCommand(InvocationContext, GetKeysCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
handleGetKeysCommand(InvocationContext, GetKeysCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
handleGetKeysCommand(InvocationContext, GetKeysCommand) - Method in class org.jboss.cache.interceptors.MVCCLockingInterceptor
 
handleGetKeysCommand(InvocationContext, GetKeysCommand) - Method in class org.jboss.cache.interceptors.PessimisticLockInterceptor
Deprecated.  
handleGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
handleGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
handleGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.jboss.cache.interceptors.MVCCLockingInterceptor
 
handleGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.jboss.cache.interceptors.PessimisticLockInterceptor
Deprecated.  
handleGetNodeCommand(InvocationContext, GetNodeCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
handleGetNodeCommand(InvocationContext, GetNodeCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
handleGetNodeCommand(InvocationContext, GetNodeCommand) - Method in class org.jboss.cache.interceptors.MVCCLockingInterceptor
 
handleGetNodeCommand(InvocationContext, GetNodeCommand) - Method in class org.jboss.cache.interceptors.PessimisticLockInterceptor
Deprecated.  
handleGravitateDataCommand(InvocationContext, GravitateDataCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
handleGravitateDataCommand(InvocationContext, GravitateDataCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
handleGravitateDataCommand(InvocationContext, GravitateDataCommand) - Method in class org.jboss.cache.interceptors.MVCCLockingInterceptor
 
handleInvalidateCommand(InvocationContext, InvalidateCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
handleInvalidateCommand(InvocationContext, InvalidateCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
handleInvalidateCommand(InvocationContext, InvalidateCommand) - Method in class org.jboss.cache.interceptors.MVCCLockingInterceptor
 
handleMoveCommand(InvocationContext, MoveCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
handleMoveCommand(InvocationContext, MoveCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
handleMoveCommand(InvocationContext, MoveCommand) - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor
 
handleMoveCommand(InvocationContext, MoveCommand) - Method in class org.jboss.cache.interceptors.MVCCLockingInterceptor
 
handleMoveCommand(InvocationContext, MoveCommand) - Method in class org.jboss.cache.interceptors.PessimisticLockInterceptor
Deprecated.  
handleOptimisticPrepareCommand(InvocationContext, OptimisticPrepareCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
handleOptimisticPrepareCommand(InvocationContext, OptimisticPrepareCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
handleOptimisticPrepareCommand(InvocationContext, OptimisticPrepareCommand) - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor
 
handleOptimisticPrepareCommand(InvocationContext, OptimisticPrepareCommand) - Method in class org.jboss.cache.interceptors.LegacyCacheStoreInterceptor
Deprecated.  
handlePoolNameBroadcast(Address, String) - Method in class org.jboss.cache.buddyreplication.BuddyManager
Called by CacheImpl._remoteAnnounceBuddyPoolName(Address address, String buddyPoolName) when a view change occurs and caches need to inform the cluster of which buddy pool it is in.
handlePrepareCommand(InvocationContext, PrepareCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
handlePrepareCommand(InvocationContext, PrepareCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
handlePrepareCommand(InvocationContext, PrepareCommand) - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor
 
handlePrepareCommand(InvocationContext, PrepareCommand) - Method in class org.jboss.cache.interceptors.MVCCLockingInterceptor
 
handlePrepareCommand(InvocationContext, PrepareCommand) - Method in class org.jboss.cache.interceptors.PessimisticLockInterceptor
Deprecated.  
handlePutDataMapCommand(InvocationContext, PutDataMapCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
handlePutDataMapCommand(InvocationContext, PutDataMapCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
handlePutDataMapCommand(InvocationContext, PutDataMapCommand) - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor
 
handlePutDataMapCommand(InvocationContext, PutDataMapCommand) - Method in class org.jboss.cache.interceptors.MVCCLockingInterceptor
 
handlePutDataMapCommand(InvocationContext, PutDataMapCommand) - Method in class org.jboss.cache.interceptors.PessimisticLockInterceptor
Deprecated.  
handlePutForExternalReadCommand(InvocationContext, PutForExternalReadCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
handlePutForExternalReadCommand(InvocationContext, PutForExternalReadCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
handlePutForExternalReadCommand(InvocationContext, PutForExternalReadCommand) - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor
 
handlePutForExternalReadCommand(InvocationContext, PutForExternalReadCommand) - Method in class org.jboss.cache.interceptors.MVCCLockingInterceptor
 
handlePutForExternalReadCommand(InvocationContext, PutForExternalReadCommand) - Method in class org.jboss.cache.interceptors.PessimisticLockInterceptor
Deprecated.  
handlePutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
handlePutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
handlePutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor
 
handlePutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.jboss.cache.interceptors.MVCCLockingInterceptor
 
handlePutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.jboss.cache.interceptors.PessimisticLockInterceptor
Deprecated.  
handleRemoveDataCommand(InvocationContext, ClearDataCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
handleRemoveDataCommand(InvocationContext, ClearDataCommand) - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor
 
handleRemovedAttributes(ParsedAttributes) - Method in class org.jboss.cache.config.parsing.XmlConfigurationParser2x
Deprecated. Check for and remove any attributes that were supported in the 1.x releases and no longer are.
handleRemoveFromBuddyGroup(String) - Method in class org.jboss.cache.buddyreplication.BuddyManager
Called by CacheImpl._remoteRemoveFromBuddyGroup(String groupName) when a method call for this is received from a remote cache.
handleRemoveKeyCommand(InvocationContext, RemoveKeyCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
handleRemoveKeyCommand(InvocationContext, RemoveKeyCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
handleRemoveKeyCommand(InvocationContext, RemoveKeyCommand) - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor
 
handleRemoveKeyCommand(InvocationContext, RemoveKeyCommand) - Method in class org.jboss.cache.interceptors.MVCCLockingInterceptor
 
handleRemoveKeyCommand(InvocationContext, RemoveKeyCommand) - Method in class org.jboss.cache.interceptors.PessimisticLockInterceptor
Deprecated.  
handleRemoveNodeCommand(InvocationContext, RemoveNodeCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
handleRemoveNodeCommand(InvocationContext, RemoveNodeCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
handleRemoveNodeCommand(InvocationContext, RemoveNodeCommand) - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor
remove() methods need to be applied to the CacheLoader before passing up the call: a listener might access an element just removed, causing the CacheLoader to *load* the element before *removing* it.
handleRemoveNodeCommand(InvocationContext, RemoveNodeCommand) - Method in class org.jboss.cache.interceptors.MVCCLockingInterceptor
 
handleRemoveNodeCommand(InvocationContext, RemoveNodeCommand) - Method in class org.jboss.cache.interceptors.PessimisticLockInterceptor
Deprecated.  
handleRollbackCommand(InvocationContext, RollbackCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
handleRollbackCommand(InvocationContext, RollbackCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
handleRollbackCommand(InvocationContext, RollbackCommand) - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor
 
handleRollbackCommand(InvocationContext, RollbackCommand) - Method in class org.jboss.cache.interceptors.LegacyCacheStoreInterceptor
Deprecated.  
handleRollbackCommand(InvocationContext, RollbackCommand) - Method in class org.jboss.cache.interceptors.MVCCLockingInterceptor
 
handleRollbackCommand(InvocationContext, RollbackCommand) - Method in class org.jboss.cache.interceptors.PessimisticLockInterceptor
Deprecated.  
handleViewChange(ViewChangedEvent) - Method in class org.jboss.cache.buddyreplication.BuddyManager.ViewChangeListener
 
hasAnyModifications() - Method in class org.jboss.cache.transaction.AbstractTransactionContext
 
hasAnyModifications() - Method in interface org.jboss.cache.transaction.TransactionContext
 
hasChild(Fqn) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
hasChild(Object) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
hasChild(Fqn) - Method in interface org.jboss.cache.Node
Returns true if the child node denoted by the relative Fqn passed in exists.
hasChild(Object) - Method in interface org.jboss.cache.Node
Returns true if the child node denoted by the Object name passed in exists.
hasChild(Object) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
hasChild(Fqn) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
hasChildren(Fqn) - Method in interface org.jboss.cache.DataContainer
Returns true if the Fqn exists, is valid and is not deleted, and the node has children.
hasChildren(Fqn) - Method in class org.jboss.cache.DataContainerImpl
 
hasChildren() - Method in interface org.jboss.cache.InternalNode
 
hasChildren() - Method in class org.jboss.cache.mvcc.NodeReference
 
hasChildren() - Method in class org.jboss.cache.UnversionedNode
 
hasChildrenDirect() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
hasChildrenDirect() - Method in interface org.jboss.cache.NodeSPI
 
hasElement(Object) - Method in class org.jboss.cache.Fqn
 
hashCode() - Method in class org.jboss.cache.AbstractNode
 
hashCode() - Method in class org.jboss.cache.buddyreplication.GravitateResult
 
hashCode() - Method in class org.jboss.cache.buddyreplication.NextMemberBuddyLocatorConfig
 
hashCode() - Method in class org.jboss.cache.commands.read.AbstractDataCommand
 
hashCode() - Method in class org.jboss.cache.commands.read.GetKeyValueCommand
 
hashCode() - Method in class org.jboss.cache.commands.read.GravitateDataCommand
 
hashCode() - Method in class org.jboss.cache.commands.remote.AnnounceBuddyPoolNameCommand
 
hashCode() - Method in class org.jboss.cache.commands.remote.AssignToBuddyGroupCommand
 
hashCode() - Method in class org.jboss.cache.commands.remote.ClusteredGetCommand
 
hashCode() - Method in class org.jboss.cache.commands.remote.DataGravitationCleanupCommand
 
hashCode() - Method in class org.jboss.cache.commands.remote.RemoveFromBuddyGroupCommand
 
hashCode() - Method in class org.jboss.cache.commands.remote.ReplicateCommand
 
hashCode() - Method in class org.jboss.cache.commands.tx.AbstractTransactionCommand
 
hashCode() - Method in class org.jboss.cache.commands.tx.PrepareCommand
 
hashCode() - Method in class org.jboss.cache.commands.write.AbstractVersionedDataCommand
 
hashCode() - Method in class org.jboss.cache.commands.write.ClearDataCommand
 
hashCode() - Method in class org.jboss.cache.commands.write.MoveCommand
 
hashCode() - Method in class org.jboss.cache.commands.write.PutDataMapCommand
 
hashCode() - Method in class org.jboss.cache.commands.write.PutKeyValueCommand
 
hashCode() - Method in class org.jboss.cache.commands.write.RemoveKeyCommand
 
hashCode() - Method in class org.jboss.cache.commands.write.RemoveNodeCommand
 
hashCode() - Method in class org.jboss.cache.config.BuddyReplicationConfig
 
hashCode() - Method in class org.jboss.cache.config.CacheLoaderConfig
 
hashCode() - Method in class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
 
hashCode() - Method in class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig
 
hashCode() - Method in class org.jboss.cache.config.Configuration
 
hashCode() - Method in class org.jboss.cache.config.CustomInterceptorConfig
 
hashCode() - Method in class org.jboss.cache.config.EvictionConfig
 
hashCode() - Method in class org.jboss.cache.config.EvictionRegionConfig
 
hashCode() - Method in class org.jboss.cache.config.Option
 
hashCode() - Method in class org.jboss.cache.config.PluggableConfigurationComponent
 
hashCode() - Method in class org.jboss.cache.config.RuntimeConfig
 
hashCode() - Method in class org.jboss.cache.eviction.ElementSizeAlgorithmConfig
 
hashCode() - Method in class org.jboss.cache.eviction.ElementSizeConfiguration
Deprecated.  
hashCode() - Method in class org.jboss.cache.eviction.EvictionAlgorithmConfigBase
 
hashCode() - Method in class org.jboss.cache.eviction.EvictionPolicyConfigBase
Deprecated.  
hashCode() - Method in class org.jboss.cache.eviction.ExpirationAlgorithmConfig
 
hashCode() - Method in class org.jboss.cache.eviction.LFUAlgorithmConfig
 
hashCode() - Method in class org.jboss.cache.eviction.LFUConfiguration
Deprecated.  
hashCode() - Method in class org.jboss.cache.eviction.LRUAlgorithmConfig
 
hashCode() - Method in class org.jboss.cache.eviction.LRUConfiguration
Deprecated.  
hashCode() - Method in class org.jboss.cache.eviction.NodeEntry
 
hashCode() - Method in class org.jboss.cache.Fqn
Returns a hash code with Fqn elements.
hashCode() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
hashCode() - Method in class org.jboss.cache.InvocationContext
 
hashCode() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
hashCode() - Method in class org.jboss.cache.loader.AsyncCacheLoaderConfig
 
hashCode() - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoaderConfig
 
hashCode() - Method in class org.jboss.cache.loader.ClusteredCacheLoaderConfig
 
hashCode() - Method in class org.jboss.cache.loader.FileCacheLoaderConfig
 
hashCode() - Method in class org.jboss.cache.loader.jdbm.JdbmCacheLoaderConfig
 
hashCode() - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoaderConfig
 
hashCode() - Method in class org.jboss.cache.loader.s3.S3LoaderConfig
 
hashCode() - Method in class org.jboss.cache.loader.SingletonStoreDefaultConfig
 
hashCode() - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoaderConfig
 
hashCode() - Method in class org.jboss.cache.marshall.MarshalledValue
 
hashCode() - Method in class org.jboss.cache.marshall.MarshalledValueMap
 
hashCode() - Method in class org.jboss.cache.marshall.NodeData
 
hashCode() - Method in class org.jboss.cache.mvcc.NodeReference
 
hashCode() - Method in class org.jboss.cache.notifications.event.EventImpl
 
hashCode() - Method in class org.jboss.cache.optimistic.DefaultDataVersion
Deprecated.  
hashCode() - Method in class org.jboss.cache.RegionImpl
 
hashCode() - Method in class org.jboss.cache.transaction.GlobalTransaction
 
hashCode() - Method in class org.jboss.cache.util.BitEncodedIntegerSet
 
hashCode(int) - Static method in class org.jboss.cache.util.Caches
Computes an improved hash code from an object's hash code.
hashCode() - Method in class org.jboss.cache.util.concurrent.SelfInitializingConcurrentHashMap
 
hashCode() - Method in class org.jboss.cache.util.FastCopyHashMap.SimpleEntry
 
hashCode() - Method in class org.jboss.cache.util.Util.MapModifications
 
hashCodeExcludingProperties() - Method in class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
 
hasLocalModifications() - Method in class org.jboss.cache.transaction.AbstractTransactionContext
 
hasLocalModifications() - Method in interface org.jboss.cache.transaction.TransactionContext
 
hasLock(Object) - Method in class org.jboss.cache.InvocationContext
Note that if a transaction is in scope, implementations should test this lock from on TransactionContext.
hasLock(Object) - Method in class org.jboss.cache.transaction.AbstractTransactionContext
 
hasLock(Object) - Method in interface org.jboss.cache.transaction.TransactionContext
Most code could not use this method directly, but use InvocationContext.hasLock(Object) ()} instead, which would delegate to this method if a transaction is in scope or otherwise use invocation-specific locks.
hasModifications() - Method in class org.jboss.cache.transaction.AbstractTransactionContext
 
hasModifications() - Method in interface org.jboss.cache.transaction.TransactionContext
 
hasNext() - Method in class org.jboss.cache.interceptors.base.CommandInterceptor
 
hasNode(Fqn) - Method in interface org.jboss.cache.optimistic.TransactionWorkspace
Deprecated. returns true if the workspace contains a node with specified Fqn
hasNode(Fqn) - Method in class org.jboss.cache.optimistic.TransactionWorkspaceImpl
Deprecated.  
hasPendingPrepare(PrepareCommand) - Method in class org.jboss.cache.transaction.TransactionLog
 
hasRegion(Fqn, Region.Type) - Method in interface org.jboss.cache.RegionManager
Returns true if the region exists
hasRegion(Fqn, Region.Type) - Method in class org.jboss.cache.RegionManagerImpl
 
helper - Variable in class org.jboss.cache.interceptors.CacheLoaderInterceptor
 

I

IdentityLock - Class in org.jboss.cache.lock
Deprecated. will be removed when we drop support for Pessimistic Locking and Optimistic Locking
IdentityLock(LockStrategyFactory, NodeSPI) - Constructor for class org.jboss.cache.lock.IdentityLock
Deprecated. Creates a new IdentityLock using the LockFactory passed in.
immutableCollectionCopy(Collection<? extends T>) - Static method in class org.jboss.cache.util.Immutables
Creates a new immutable copy of the specified Collection.
immutableListConvert(Collection<? extends T>) - Static method in class org.jboss.cache.util.Immutables
Converts a Collection to an immutable List by copying it.
ImmutableListCopy<E> - Class in org.jboss.cache.util
A lightweight, read-only copy of a List.
ImmutableListCopy() - Constructor for class org.jboss.cache.util.ImmutableListCopy
Constructs a new ImmutableListCopy.
ImmutableListCopy(Collection<? extends E>) - Constructor for class org.jboss.cache.util.ImmutableListCopy
Only one copy constructor since the list is immutable.
ImmutableListCopy(E[]) - Constructor for class org.jboss.cache.util.ImmutableListCopy
Assumes that the array passed in is "safe", i.e., is not referenced from elsewhere.
ImmutableListCopy(Collection<? extends E>, Collection<? extends E>) - Constructor for class org.jboss.cache.util.ImmutableListCopy
Utility constructors to allow combining collections
immutableListCopy(List<? extends T>) - Static method in class org.jboss.cache.util.Immutables
Creates an immutable copy of the list.
immutableListMerge(List<? extends T>, List<? extends T>) - Static method in class org.jboss.cache.util.Immutables
Creates a new immutable list containing the union (combined entries) of both lists.
immutableListWrap(T...) - Static method in class org.jboss.cache.util.Immutables
Wraps an array with an immutable list.
immutableMapCopy(Map<? extends K, ? extends V>) - Static method in class org.jboss.cache.util.Immutables
Creates an immutable copy of the specified map.
immutableMapWrap(Map<? extends K, ? extends V>) - Static method in class org.jboss.cache.util.Immutables
Wraps a map with an immutable map.
Immutables - Class in org.jboss.cache.util
Factory for generating immutable type wrappers.
Immutables() - Constructor for class org.jboss.cache.util.Immutables
 
Immutables.Immutable - Interface in org.jboss.cache.util
 
immutableSetConvert(Collection<? extends T>) - Static method in class org.jboss.cache.util.Immutables
Converts a Collections into an immutable Set by copying it.
immutableSetCopy(Set<? extends T>) - Static method in class org.jboss.cache.util.Immutables
Creates an immutable copy of the specified set.
immutableSetWrap(Set<? extends T>) - Static method in class org.jboss.cache.util.Immutables
Wraps a set with an immutable set.
inactivateRegion(Fqn) - Method in class org.jboss.cache.LegacyRegionManagerImpl
Deprecated. Causes the cache to stop accepting replication events for the subtree rooted at subtreeFqn and evict all nodes in that subtree.
inactivateRegion(Fqn) - Method in class org.jboss.cache.RegionManagerImpl
Causes the cache to stop accepting replication events for the subtree rooted at subtreeFqn and evict all nodes in that subtree.
InactiveRegionAwareRpcDispatcher - Class in org.jboss.cache.marshall
Extends RpcDispatcher and adds the possibility that the marshaller may throw InactiveRegionExceptions.
InactiveRegionAwareRpcDispatcher(Channel, MessageListener, MembershipListener, Object, InvocationContextContainer, InterceptorChain, ComponentRegistry, RPCManager) - Constructor for class org.jboss.cache.marshall.InactiveRegionAwareRpcDispatcher
Only provide the flavour of the RpcDispatcher constructor that we care about.
InactiveRegionException - Exception in org.jboss.cache.marshall
Thrown by a AbstractMarshaller instance when attempting to perform an operation on an inactive region.
InactiveRegionException() - Constructor for exception org.jboss.cache.marshall.InactiveRegionException
 
InactiveRegionException(String) - Constructor for exception org.jboss.cache.marshall.InactiveRegionException
 
InactiveRegionException(String, Throwable) - Constructor for exception org.jboss.cache.marshall.InactiveRegionException
 
IncorrectCacheListenerException - Exception in org.jboss.cache.notifications
Thrown when an incorrectly annotated class is added as a cache listener using the Cache.addCacheListener(Object) API.
IncorrectCacheListenerException(String) - Constructor for exception org.jboss.cache.notifications.IncorrectCacheListenerException
 
increment() - Method in class org.jboss.cache.optimistic.DefaultDataVersion
Deprecated. Returns a new DataVersion with a newer version number.
indexOf(Object) - Method in class org.jboss.cache.util.ImmutableListCopy
 
init(BuddyReplicationConfig.BuddyLocatorConfig) - Method in interface org.jboss.cache.buddyreplication.BuddyLocator
Initialize this BuddyLocator.
init() - Method in class org.jboss.cache.buddyreplication.BuddyManager
 
init(BuddyReplicationConfig.BuddyLocatorConfig) - Method in class org.jboss.cache.buddyreplication.NextMemberBuddyLocator
 
init(RPCManager) - Method in class org.jboss.cache.commands.remote.StateTransferControlCommand
 
init(long, ThreadFactory, RegionRegistry) - Method in class org.jboss.cache.eviction.EvictionTimerTask
 
init(CacheLoaderManager, TransactionManager, CacheLoaderConfig) - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor
 
init() - Method in class org.jboss.cache.marshall.AbstractMarshaller
 
init() - Method in class org.jboss.cache.mvcc.MVCCNodeFactory
Initialises the node factory with the configuration from the cache.
initFlags() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
initFlags() - Method in class org.jboss.cache.UnversionedNode
This method initialises flags on the node, by setting DATA_LOADED to true and VALID to true and all other flags to false.
initialize(RPCManager, DataContainer, Notifier, BuddyManager, InterceptorChain, TransactionTable, CacheSPI, Configuration, TransactionManager, BuddyFqnTransformer) - Method in class org.jboss.cache.commands.CommandsFactoryImpl
 
initialize(TransactionManager) - Method in class org.jboss.cache.commands.legacy.write.VersionedInvalidateCommand
Deprecated.  
initialize(DataContainer) - Method in class org.jboss.cache.commands.read.AbstractDataCommand
 
initialize(DataContainer, Notifier) - Method in class org.jboss.cache.commands.read.GetKeyValueCommand
 
initialize(DataContainer, CacheSPI, BuddyFqnTransformer) - Method in class org.jboss.cache.commands.read.GravitateDataCommand
 
initialize(BuddyManager) - Method in class org.jboss.cache.commands.remote.AnnounceBuddyPoolNameCommand
 
initialize(BuddyManager) - Method in class org.jboss.cache.commands.remote.AssignToBuddyGroupCommand
 
initialize(DataContainer, InterceptorChain) - Method in class org.jboss.cache.commands.remote.ClusteredGetCommand
 
initialize(BuddyManager, InterceptorChain, TransactionTable, CommandsFactory, DataContainer, BuddyFqnTransformer) - Method in class org.jboss.cache.commands.remote.DataGravitationCleanupCommand
 
initialize(BuddyManager) - Method in class org.jboss.cache.commands.remote.RemoveFromBuddyGroupCommand
 
initialize(InterceptorChain) - Method in class org.jboss.cache.commands.remote.ReplicateCommand
 
initialize(Notifier, DataContainer) - Method in class org.jboss.cache.commands.write.AbstractVersionedDataCommand
 
initialize(Notifier, DataContainer) - Method in class org.jboss.cache.commands.write.EvictCommand
 
initialize(CacheSPI, DataContainer, Notifier) - Method in class org.jboss.cache.commands.write.InvalidateCommand
 
initialize(Notifier, DataContainer) - Method in class org.jboss.cache.commands.write.MoveCommand
 
initialize() - Method in class org.jboss.cache.eviction.BaseEvictionAlgorithm
 
initialize() - Method in interface org.jboss.cache.eviction.EvictionAlgorithm
Invoked by the region manager when the enclosing region is initialized.
initialize() - Method in class org.jboss.cache.eviction.NullEvictionAlgorithm
 
initialize(BuddyFqnTransformer) - Method in class org.jboss.cache.interceptors.BuddyRegionAwareEvictionInterceptor
 
initialize(DataContainer) - Method in class org.jboss.cache.interceptors.EvictionInterceptor
 
initialize(InvocationContextContainer) - Method in class org.jboss.cache.interceptors.InterceptorChain
 
initialize(CommandsFactory) - Method in class org.jboss.cache.interceptors.OptimisticReplicationInterceptor
Deprecated.  
initialize(DataContainer) - Method in class org.jboss.cache.interceptors.OptimisticValidatorInterceptor
Deprecated.  
initialize(Configuration, InvocationContextContainer, ComponentRegistry, InterceptorChain) - Method in class org.jboss.cache.invocation.AbstractInvocationDelegate
Used by the interceptor chain factory to inject dependencies.
initialize(StateTransferManager, CacheLoaderManager, Notifier, TransactionManager, BuddyManager, TransactionTable, RPCManager, RegionManager, Marshaller, CommandsFactory, DataContainer, MVCCNodeHelper, BatchContainer) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
initialize(CacheSPI) - Method in class org.jboss.cache.jmx.PlatformMBeanServerRegistration
 
initialize(TransactionManager, RPCManager, ContextFactory) - Method in class org.jboss.cache.transaction.TransactionTable
 
initialValue() - Method in class org.jboss.cache.invocation.InvocationContextContainer
 
initLock() - Method in class org.jboss.cache.PessimisticUnversionedNode
Deprecated.  
initLock() - Method in class org.jboss.cache.VersionedNode
Deprecated. Optimistically locked nodes (VersionedNodes) will always use repeatable read.
initLocks(int) - Method in class org.jboss.cache.util.concurrent.locks.AbstractSharedLockContainer
 
initLocks(int) - Method in class org.jboss.cache.util.concurrent.locks.OwnableReentrantSharedLockContainer
 
initLocks(int) - Method in class org.jboss.cache.util.concurrent.locks.ReentrantSharedLockContainer
 
initLogger() - Method in class org.jboss.cache.marshall.AbstractMarshaller
 
initReplicationVersions() - Method in class org.jboss.cache.marshall.VersionAwareMarshaller
 
Inject - Annotation Type in org.jboss.cache.factories.annotations
Used to annotate a method as one that is used to inject a registered component into another component.
inject(DataContainer) - Method in class org.jboss.cache.factories.context.PessimisticContextFactory
Deprecated.  
inject(DataContainer) - Method in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
inject(CacheSPI, RPCManager, Configuration, TransactionLog) - Method in class org.jboss.cache.statetransfer.DefaultStateTransferGenerator
 
inject(CacheSPI<?, ?>, Configuration, RPCManager, TransactionLog, InvocationContextContainer, InterceptorChain, ComponentRegistry, CommandsFactory) - Method in class org.jboss.cache.statetransfer.DefaultStateTransferIntegrator
 
inject(CacheSPI) - Method in class org.jboss.cache.statetransfer.LegacyStateTransferGenerator
Deprecated.  
inject(CacheSPI<?, ?>, NodeFactory, Configuration) - Method in class org.jboss.cache.statetransfer.LegacyStateTransferIntegrator
Deprecated.  
injectCommandsFactory(CommandsFactory) - Method in class org.jboss.cache.marshall.CacheMarshaller200
 
injectComponents(RPCManager, BuddyManager, ReplicationQueue, TransactionTable, CommandsFactory) - Method in class org.jboss.cache.interceptors.BaseRpcInterceptor
 
injectComponents(BuddyManager, DataContainer, CommandsFactory, CacheSPI, BuddyFqnTransformer) - Method in class org.jboss.cache.interceptors.LegacyDataGravitatorInterceptor
Deprecated.  
injectConfiguration(Configuration) - Method in class org.jboss.cache.lock.AbstractLockManager
 
injectContextFactory(ContextFactory) - Method in class org.jboss.cache.invocation.InvocationContextContainer
 
injectDependencies(CacheSPI<K, V>, Configuration, InvocationContextContainer, InterceptorChain, CommandsFactory) - Method in class org.jboss.cache.AbstractNodeFactory
 
injectDependencies(CacheSPI, Configuration, RegionManager, StateTransferManager, RPCManager, Notifier, CommandsFactory, DataContainer, BuddyFqnTransformer) - Method in class org.jboss.cache.buddyreplication.BuddyManager
 
injectDependencies(NodeFactory, LockManager, BuddyFqnTransformer, Configuration) - Method in class org.jboss.cache.DataContainerImpl
 
injectDependencies() - Method in class org.jboss.cache.factories.ComponentRegistry.Component
Injects dependencies into this component.
injectDependencies(TransactionTable, CacheLoaderManager, Configuration, DataContainer, Notifier, MVCCNodeHelper) - Method in class org.jboss.cache.interceptors.CacheLoaderInterceptor
 
injectDependencies(CommandsFactory) - Method in class org.jboss.cache.interceptors.InvalidationInterceptor
 
injectDependencies(TransactionTable, CacheLoaderManager, Configuration, DataContainer, LockManager, Notifier) - Method in class org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor
Deprecated.  
injectDependencies(Notifier) - Method in class org.jboss.cache.interceptors.NotificationInterceptor
 
injectDependencies(Notifier, NodeFactory, DataContainer) - Method in class org.jboss.cache.interceptors.OptimisticNodeInterceptor
Deprecated.  
injectDependencies(DataContainer, LockManager, CommandsFactory) - Method in class org.jboss.cache.interceptors.PessimisticLockInterceptor
Deprecated.  
injectDependencies(CacheSPI<K, V>) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
injectDependencies(CacheSPI, Configuration, RegionManager, ComponentRegistry) - Method in class org.jboss.cache.loader.CacheLoaderManager
 
injectDependencies(ComponentRegistry) - Method in class org.jboss.cache.loader.ChainingCacheLoader
 
injectDependencies(Configuration) - Method in class org.jboss.cache.lock.LockStrategyFactory
 
injectDependencies(DataContainer, CacheSPI, TransactionManager, InvocationContextContainer) - Method in class org.jboss.cache.lock.MVCCLockManager
 
injectDependencies(DataContainer, NodeFactory, LockManager, Configuration) - Method in class org.jboss.cache.mvcc.MVCCNodeHelper
 
injectDependencies(CacheSPI<K, V>, CommandsFactory, NodeFactory<K, V>) - Method in class org.jboss.cache.PessimisticUnversionedNode
Deprecated.  
injectDependencies(CacheSPI, Configuration, RPCManager, LockManager, BuddyFqnTransformer, RegionRegistry) - Method in class org.jboss.cache.RegionManagerImpl
 
injectDependencies(CacheSPI, Marshaller, RegionManager, Configuration, CacheLoaderManager, StateTransferIntegrator, StateTransferGenerator) - Method in class org.jboss.cache.statetransfer.DefaultStateTransferManager
 
injectLockManager(LockManager) - Method in class org.jboss.cache.statetransfer.LegacyStateTransferManager
Deprecated.  
injectLockStrategyFactory(LockStrategyFactory) - Method in class org.jboss.cache.PessimisticUnversionedNode
Deprecated.  
injectMvccNodeHelper(MVCCNodeHelper) - Method in class org.jboss.cache.interceptors.DataGravitatorInterceptor
 
injectTransactionManager(TransactionManager) - Method in class org.jboss.cache.interceptors.ActivationInterceptor
 
injectTransactionManager(TransactionManager) - Method in class org.jboss.cache.interceptors.LegacyActivationInterceptor
Deprecated.  
insertNode(Fqn, Map, boolean) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoader
Inserts a node into the database
insertNodeSql - Variable in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
INSTANCE - Static variable in class org.jboss.cache.eviction.NullEvictionQueue
Singleton instance of this class.
INSTANCE - Static variable in class org.jboss.cache.FqnComparator
 
instance - Variable in class org.jboss.cache.marshall.MarshalledValue
 
instance - Static variable in class org.jboss.cache.transaction.DummyTransactionManager
 
integratePersistentState(ObjectInputStream, Fqn) - Method in class org.jboss.cache.statetransfer.DefaultStateTransferIntegrator
 
integratePersistentState(ObjectInputStream, Fqn) - Method in class org.jboss.cache.statetransfer.LegacyStateTransferIntegrator
Deprecated.  
integrateState(ObjectInputStream, Object, Fqn, boolean) - Method in class org.jboss.cache.statetransfer.DefaultStateTransferIntegrator
 
integrateState(ObjectInputStream, Object, Fqn, boolean) - Method in class org.jboss.cache.statetransfer.LegacyStateTransferIntegrator
Deprecated.  
integrateState(ObjectInputStream, Object, Fqn, boolean) - Method in interface org.jboss.cache.statetransfer.StateTransferIntegrator
 
integrateTransientState(ObjectInputStream, InternalNode) - Method in class org.jboss.cache.statetransfer.DefaultStateTransferIntegrator
 
integrateTransientState(ObjectInputStream, NodeSPI) - Method in class org.jboss.cache.statetransfer.LegacyStateTransferIntegrator
Deprecated.  
integrator - Variable in class org.jboss.cache.statetransfer.DefaultStateTransferManager
 
Interceptor - Class in org.jboss.cache.interceptors
Deprecated. this will be removed in a 3.x release. Please use CommandInterceptor instead, since it provides strongly typed callbacks which are more efficient.
Interceptor() - Constructor for class org.jboss.cache.interceptors.Interceptor
Deprecated.  
interceptorChain - Variable in class org.jboss.cache.AbstractNodeFactory
 
InterceptorChain - Class in org.jboss.cache.interceptors
Knows how to build and manage an chain of interceptors.
InterceptorChain(CommandInterceptor) - Constructor for class org.jboss.cache.interceptors.InterceptorChain
Constructs an interceptor chain having the supplied interceptor as first.
interceptorChain - Variable in class org.jboss.cache.marshall.CommandAwareRpcDispatcher
 
InterceptorChainFactory - Class in org.jboss.cache.factories
Factory class that builds an interceptor chain based on cache configuration.
InterceptorChainFactory() - Constructor for class org.jboss.cache.factories.InterceptorChainFactory
 
InternalNode<K,V> - Interface in org.jboss.cache
An internal node interface, that represents nodes that directly form the tree structure in the cache.
intialize(RPCManager, ContextFactory, Notifier, InvocationContextContainer, TransactionLog, CommandsFactory, ComponentRegistry, LockManager) - Method in class org.jboss.cache.interceptors.TxInterceptor
 
inTransaction() - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor
 
invalidateAcrossCluster(Fqn, TransactionWorkspace, boolean, InvocationContext) - Method in class org.jboss.cache.interceptors.InvalidationInterceptor
 
InvalidateCommand - Class in org.jboss.cache.commands.write
Removes a node's content from memory - never removes the node.
InvalidateCommand(Fqn) - Constructor for class org.jboss.cache.commands.write.InvalidateCommand
 
InvalidateCommand() - Constructor for class org.jboss.cache.commands.write.InvalidateCommand
 
invalidateNode(NodeSPI) - Method in class org.jboss.cache.commands.write.InvalidateCommand
mark the node to be removed (and all children) as invalid so anyone holding a direct reference to it will be aware that it is no longer valid.
InvalidationInterceptor - Class in org.jboss.cache.interceptors
This interceptor acts as a replacement to the replication interceptor when the CacheImpl is configured with ClusteredSyncMode as INVALIDATE.
InvalidationInterceptor() - Constructor for class org.jboss.cache.interceptors.InvalidationInterceptor
 
InvalidationInterceptor.InvalidationFilterVisitor - Class in org.jboss.cache.interceptors
 
InvalidationInterceptor.InvalidationFilterVisitor(int) - Constructor for class org.jboss.cache.interceptors.InvalidationInterceptor.InvalidationFilterVisitor
 
InvocationContext - Class in org.jboss.cache
A context that holds information regarding the scope of a single invocation.
InvocationContext() - Constructor for class org.jboss.cache.InvocationContext
 
invocationContextContainer - Variable in class org.jboss.cache.AbstractNodeFactory
 
invocationContextContainer - Variable in class org.jboss.cache.invocation.AbstractInvocationDelegate
 
InvocationContextContainer - Class in org.jboss.cache.invocation
Container and factory for thread locals
InvocationContextContainer() - Constructor for class org.jboss.cache.invocation.InvocationContextContainer
 
invocationContextContainer - Variable in class org.jboss.cache.marshall.CommandAwareRpcDispatcher
 
InvocationContextInterceptor - Class in org.jboss.cache.interceptors
Always place this interceptor at the start of the interceptor chain to ensure invocation contexts and set up and cleaned up correctly.
InvocationContextInterceptor() - Constructor for class org.jboss.cache.interceptors.InvocationContextInterceptor
 
invocationLocks - Variable in class org.jboss.cache.InvocationContext
LinkedHashSet of locks acquired by the invocation.
invocationsAllowed(boolean) - Method in class org.jboss.cache.factories.ComponentRegistry
Asserts whether invocations are allowed on the cache or not.
invoke(InvocationContext) - Method in class org.jboss.cache.interceptors.Interceptor
Deprecated. Using this method call for forwarding a call in the chain is not redable and error prone in the case of interceptors extending other interceptors.
invoke(InvocationContext, VisitableCommand) - Method in class org.jboss.cache.interceptors.InterceptorChain
Walks the command through the interceptor chain.
invoke(VisitableCommand) - Method in class org.jboss.cache.interceptors.InterceptorChain
Similar to InterceptorChain.invoke(org.jboss.cache.InvocationContext , org.jboss.cache.commands.VisitableCommand), but constructs a invocation context on the fly, using ThreadLocal.get() and setting the origin local flag to its default value.
invoke(String, Object[], String[]) - Method in class org.jboss.cache.jmx.ResourceDMBean
 
invokeAccessibly(Object, Method, Object[]) - Static method in class org.jboss.cache.util.reflect.ReflectionUtil
Invokes a method using reflection, in an accessible manner (by using AccessibleObject.setAccessible(boolean)
invokeAll(Collection) - Method in class org.jboss.cache.util.concurrent.WithinThreadExecutor
 
invokeAll(Collection, long, TimeUnit) - Method in class org.jboss.cache.util.concurrent.WithinThreadExecutor
 
invokeAny(Collection) - Method in class org.jboss.cache.util.concurrent.WithinThreadExecutor
 
invokeAny(Collection, long, TimeUnit) - Method in class org.jboss.cache.util.concurrent.WithinThreadExecutor
 
invokeInjectionMethod(Object, Method) - Method in class org.jboss.cache.factories.ComponentRegistry
 
invokeNextInterceptor(InvocationContext, VisitableCommand) - Method in class org.jboss.cache.interceptors.base.CommandInterceptor
Invokes the next interceptor in the chain.
invoker - Variable in class org.jboss.cache.commands.CommandsFactoryImpl
 
invoker - Variable in class org.jboss.cache.invocation.AbstractInvocationDelegate
 
invokeRemote(VisitableCommand) - Method in class org.jboss.cache.interceptors.InterceptorChain
Similar to InterceptorChain.invoke(org.jboss.cache.InvocationContext , org.jboss.cache.commands.VisitableCommand), but constructs a invocation context on the fly, using ThreadLocal.get()
invokeRemoteCommands(Vector<Address>, ReplicableCommand, int, long, boolean, boolean, RspFilter) - Method in class org.jboss.cache.marshall.CommandAwareRpcDispatcher
Similar to RpcDispatcher.callRemoteMethods(java.util.Vector, org.jgroups.blocks.MethodCall, int, long, boolean, boolean, org.jgroups.blocks.RspFilter) except that this version is aware of ReplicableCommand objects.
invokeWithRetries(Method, Object...) - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoader
Invokes the specified Method with the specified parameters, catching SocketExceptions and attempting to reconnect to the TcpCacheServer if necessary.
IRE - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
isAcceptable(Object, Address) - Method in class org.jboss.cache.interceptors.LegacyDataGravitatorInterceptor.ResponseValidityFilter
Deprecated.  
isAcceptable(Object, Address) - Method in class org.jboss.cache.loader.ClusteredCacheLoader.ResponseValidityFilter
 
isActivation - Variable in class org.jboss.cache.interceptors.CacheLoaderInterceptor
 
isActivation - Variable in class org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor
Deprecated.  
isActive() - Method in interface org.jboss.cache.Region
Returns true if this region has been activated.
isActive() - Method in class org.jboss.cache.RegionImpl
 
isActive() - Method in class org.jboss.cache.transaction.TransactionLog
 
isActive(Transaction) - Static method in class org.jboss.cache.transaction.TransactionTable
Returns true if transaction is ACTIVE, false otherwise
isAsync() - Method in class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
 
isAutoDataGravitation() - Method in class org.jboss.cache.buddyreplication.BuddyManager
 
isAutoDataGravitation() - Method in class org.jboss.cache.config.BuddyReplicationConfig
 
isBackupFqn(Fqn) - Static method in class org.jboss.cache.buddyreplication.BuddyFqnTransformer
 
isBatchEnabled() - Method in class org.jboss.cache.loader.JDBCCacheLoaderConfig
If batch is enabled certain operations (e.g.
isBefore124(short) - Static method in class org.jboss.cache.Version
 
isCacheModeLocal() - Method in class org.jboss.cache.config.Option
only applies to put() and remove() methods on the cache.
isCacheReady() - Method in class org.jboss.cache.loader.ClusteredCacheLoader
A test to check whether the cache is in its started state.
isChanged() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
isChanged() - Method in class org.jboss.cache.mvcc.ReadCommittedNode
 
isChanged() - Method in interface org.jboss.cache.NodeSPI
Only used with MVCC.
isCharacterPortableLocation(String) - Method in class org.jboss.cache.loader.FileCacheLoader
 
isCharacterPortableTree(Fqn) - Method in class org.jboss.cache.loader.FileCacheLoader
 
isCheckCharacterPortability() - Method in class org.jboss.cache.loader.FileCacheLoaderConfig
 
isChildOf(Fqn<? super E>) - Method in class org.jboss.cache.Fqn
Returns true if this Fqn is child of parentFqn.
isChildOrEquals(Fqn<? super E>) - Method in class org.jboss.cache.Fqn
Returns true if this Fqn is equals or the child of parentFqn.
isChildOrEquals(Fqn) - Method in class org.jboss.cache.StringFqn
 
isChildrenLoaded() - Method in interface org.jboss.cache.InternalNode
 
isChildrenLoaded() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
isChildrenLoaded() - Method in class org.jboss.cache.mvcc.NodeReference
 
isChildrenLoaded() - Method in interface org.jboss.cache.NodeSPI
Returns true if the children of this node were loaded from a cache loader.
isChildrenLoaded() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated.  
isChildrenLoaded() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
isChildrenLoaded() - Method in class org.jboss.cache.UnversionedNode
 
isChildrenModified() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated.  
isChildrenModified() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
isCoordinator() - Method in interface org.jboss.cache.RPCManager
 
isCoordinator() - Method in class org.jboss.cache.RPCManagerImpl
 
isCreated() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
isCreated() - Method in class org.jboss.cache.mvcc.ReadCommittedNode
 
isCreated() - Method in interface org.jboss.cache.NodeSPI
Only used with MVCC.
isCreated() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated.  
isCreated() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
isCurrentlyInUse() - Method in class org.jboss.cache.eviction.NodeEntry
Is the node currently in use.
isDataFound() - Method in class org.jboss.cache.buddyreplication.GravitateResult
 
isDataGravitationRemoveOnFind() - Method in class org.jboss.cache.buddyreplication.BuddyManager
 
isDataGravitationRemoveOnFind() - Method in class org.jboss.cache.config.BuddyReplicationConfig
 
isDataGravitationSearchBackupTrees() - Method in class org.jboss.cache.buddyreplication.BuddyManager
 
isDataGravitationSearchBackupTrees() - Method in class org.jboss.cache.config.BuddyReplicationConfig
 
isDataLoaded() - Method in interface org.jboss.cache.InternalNode
 
isDataLoaded() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
isDataLoaded() - Method in class org.jboss.cache.mvcc.NodeReference
 
isDataLoaded() - Method in interface org.jboss.cache.NodeSPI
Returns true if the data was loaded from the cache loader.
isDataLoaded() - Method in class org.jboss.cache.UnversionedNode
Returns true if the data was loaded from the cache loader.
isDeadBackupFqn(Fqn) - Method in class org.jboss.cache.buddyreplication.BuddyFqnTransformer
Tests whether a given Fqn belongs to a dead backup region.
isDeadBackupRoot(Fqn) - Method in class org.jboss.cache.buddyreplication.BuddyFqnTransformer
 
isDefaultInactive() - Method in interface org.jboss.cache.RegionManager
 
isDefaultInactive() - Method in class org.jboss.cache.RegionManagerImpl
 
isDefaultRegion() - Method in class org.jboss.cache.config.EvictionRegionConfig
 
isDeleted() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
isDeleted() - Method in class org.jboss.cache.mvcc.NullMarkerNodeForRemoval
 
isDeleted() - Method in class org.jboss.cache.mvcc.ReadCommittedNode
 
isDeleted() - Method in interface org.jboss.cache.NodeSPI
Returns true if the instance has been deleted in the current transaction.
isDirectChildOf(Fqn<? super E>) - Method in class org.jboss.cache.Fqn
Returns true if this Fqn is a direct child of a given Fqn.
isDirty() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated. A convenience method that returns whether a node is dirty, i.e., it has been created, deleted or modified.
isDirty() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated. A convenience method that returns whether a node is dirty, i.e., it has been created, deleted or modified.
isDisableStateChangeNotifications() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated. Gets whether sending of JMX notifications for this mbean's start/stop lifecycle changes is disabled.
isEmpty() - Method in class org.jboss.cache.lock.ThreadLocalMap
 
isEmpty() - Method in class org.jboss.cache.marshall.MarshalledValueMap
 
isEmpty() - Method in class org.jboss.cache.util.BitEncodedIntegerSet
Tests if the set is empty
isEmpty() - Method in class org.jboss.cache.util.concurrent.ConcurrentHashSet
 
isEmpty() - Method in class org.jboss.cache.util.concurrent.SelfInitializingConcurrentHashMap
 
isEmpty() - Method in class org.jboss.cache.util.FastCopyHashMap
 
isEmpty() - Method in class org.jboss.cache.util.ImmutableListCopy
 
isEnabled() - Method in class org.jboss.cache.buddyreplication.BuddyManager
 
isEnabled() - Method in class org.jboss.cache.cluster.ReplicationQueue
 
isEnabled() - Method in class org.jboss.cache.config.BuddyReplicationConfig
 
isEnabled() - Method in class org.jboss.cache.RPCManagerImpl
 
isErase() - Method in class org.jboss.cache.commands.write.PutDataMapCommand
Returns a flag indicating the node data should be erased.
isExceptionMarker() - Method in class org.jboss.cache.marshall.NodeData
 
isExceptionMarker() - Method in class org.jboss.cache.marshall.NodeDataExceptionMarker
 
isExposeManagementStatistics() - Method in class org.jboss.cache.config.Configuration
 
isFailSilently() - Method in class org.jboss.cache.config.Option
 
isFetchInMemoryState() - Method in class org.jboss.cache.config.Configuration
 
isFetchPersistentState() - Method in class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
 
isFetchPersistentState() - Method in class org.jboss.cache.config.CacheLoaderConfig
Loops through all individual cache loader configs and checks if fetchPersistentState is set on any of them
isFetchPersistentState() - Method in class org.jboss.cache.loader.CacheLoaderManager
Returns true if at least one of the configured cache loaders has set fetchPersistentState to true.
isFirst() - Method in class org.jboss.cache.config.CustomInterceptorConfig
 
isFlagSet(AbstractNode.NodeFlags) - Method in class org.jboss.cache.AbstractNode
Tests whether a flag is set.
isFlagSet(ReadCommittedNode.Flags) - Method in class org.jboss.cache.mvcc.ReadCommittedNode
Tests whether a flag is set.
isForceAsynchronous() - Method in class org.jboss.cache.config.Option
Gets whether replication or invalidation should be done asynchronously, even if the cache is configured in a synchronous mode.
isForceAsyncReplication() - Method in class org.jboss.cache.transaction.AbstractTransactionContext
 
isForceAsyncReplication() - Method in interface org.jboss.cache.transaction.TransactionContext
Gets the value of the forceAsyncReplication flag.
isForceSynchronous() - Method in class org.jboss.cache.config.Option
Gets whether replication or invalidation should be done synchronously, even if the cache is configured in an asynchronous mode.
isForceSyncReplication() - Method in class org.jboss.cache.transaction.AbstractTransactionContext
 
isForceSyncReplication() - Method in interface org.jboss.cache.transaction.TransactionContext
Gets the value of the forceSyncReplication flag.
isForceWriteLock() - Method in class org.jboss.cache.config.Option
Tests whether a write lock has been forced on the call, regardless of whether it is a read or write.
isHeldExclusively() - Method in class org.jboss.cache.util.concurrent.locks.OwnableReentrantLock
 
isIgnoreColocatedBuddies() - Method in class org.jboss.cache.buddyreplication.NextMemberBuddyLocatorConfig
 
isIgnoreModifications() - Method in class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
 
isImmutable(Object) - Static method in class org.jboss.cache.util.Immutables
Whether or not this collection type is immutable
isInactive(Fqn) - Method in interface org.jboss.cache.RegionManager
Convenienve method.
isInactive(Fqn) - Method in class org.jboss.cache.RegionManagerImpl
 
isInactiveOnStartup() - Method in class org.jboss.cache.config.Configuration
 
isInactiveOnStartup() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
isInactiveOnStartup() - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Gets whether the entire tree is inactive upon startup, only responding to replication messages after activateRegion is called to activate one or more parts of the tree.
isInvalidation() - Method in enum org.jboss.cache.config.Configuration.CacheMode
Returns true if the mode is invalidation, either sync or async.
isInvocationBatchingEnabled() - Method in class org.jboss.cache.config.Configuration
 
isKnownType(Class) - Method in class org.jboss.cache.marshall.CacheMarshaller300
 
isLast() - Method in class org.jboss.cache.config.CustomInterceptorConfig
 
isLeaf(Fqn) - Method in interface org.jboss.cache.Cache
Tests if a node is a leaf, i.e., doesn't have any children
isLeaf(String) - Method in interface org.jboss.cache.Cache
Tests if a node is a leaf, i.e., doesn't have any children
isLeaf(String) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
isLeaf(Fqn) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
isLeaf() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
isLeaf() - Method in interface org.jboss.cache.Node
 
isLengthPortablePath(String) - Method in class org.jboss.cache.loader.FileCacheLoader
 
isLocalModeForced(InvocationContext) - Method in class org.jboss.cache.interceptors.BaseRpcInterceptor
 
isLocalRollbackOnly() - Method in class org.jboss.cache.InvocationContext
 
isLocked(NodeSPI) - Method in class org.jboss.cache.lock.FqnLockManager
 
isLocked() - Method in class org.jboss.cache.lock.IdentityLock
Deprecated. Check if there is a read or write lock
isLocked(NodeSPI<?, ?>) - Method in interface org.jboss.cache.lock.LockManager
Returns true if the node is locked (either for reading or writing) by anyone, and false otherwise.
isLocked(Fqn) - Method in interface org.jboss.cache.lock.LockManager
Returns true if the node is locked (either for reading or writing) by anyone, and false otherwise.
isLocked(NodeSPI<?, ?>, LockType) - Method in interface org.jboss.cache.lock.LockManager
Returns true if the node is locked (either for reading or writing) by anyone, and false otherwise.
isLocked(Fqn) - Method in class org.jboss.cache.lock.MVCCLockManager
 
isLocked(NodeSPI, LockType) - Method in class org.jboss.cache.lock.MVCCLockManager
 
isLocked(NodeSPI) - Method in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
isLocked(Fqn) - Method in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
isLocked(NodeSPI, LockType) - Method in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
isLocked() - Method in interface org.jboss.cache.lock.NodeLock
Deprecated. Check if there is a read or write lock
isLocked(E) - Method in interface org.jboss.cache.util.concurrent.locks.LockContainer
 
isLocked() - Method in class org.jboss.cache.util.concurrent.locks.OwnableReentrantLock
 
isLocked(E) - Method in class org.jboss.cache.util.concurrent.locks.OwnableReentrantSharedLockContainer
 
isLocked(E) - Method in class org.jboss.cache.util.concurrent.locks.PerElementOwnableReentrantLockContainer
 
isLocked(E) - Method in class org.jboss.cache.util.concurrent.locks.PerElementReentrantLockContainer
 
isLocked(E) - Method in class org.jboss.cache.util.concurrent.locks.ReentrantSharedLockContainer
 
isLockForChildInsertRemove() - Method in interface org.jboss.cache.InternalNode
 
isLockForChildInsertRemove() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
isLockForChildInsertRemove() - Method in class org.jboss.cache.mvcc.NodeReference
 
isLockForChildInsertRemove() - Method in interface org.jboss.cache.Node
Tests whether this node is configured to be exclusively locked when inserting or removing children.
isLockForChildInsertRemove() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
isLockForChildInsertRemove() - Method in class org.jboss.cache.UnversionedNode
 
isLockingSuppressed() - Method in class org.jboss.cache.InvocationContext
 
isLockParentForChildInsertRemove() - Method in class org.jboss.cache.config.Configuration
Gets whether inserting or removing a node requires a write lock on the node's parent (when pessimistic locking is used.)

The default value is false

isManagedResource() - Method in class org.jboss.cache.jmx.ResourceDMBean
 
isMarkedAsRollback(Transaction) - Static method in class org.jboss.cache.transaction.TransactionTable
Returns true if transaction is STATUS_MARKED_ROLLBACK, false otherwise
isMarker() - Method in class org.jboss.cache.marshall.NodeData
 
isMarker() - Method in class org.jboss.cache.marshall.NodeDataMarker
 
isModified() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated. A node is considered modified if its data map has changed.
isModified() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated. Returns true if this node is modified.
isModified() - Method in class org.jboss.cache.util.DeltaMap
Returns true if the internal map was modified.
isNodeInUseAndNotTimedOut(NodeEntry) - Method in class org.jboss.cache.eviction.BaseEvictionAlgorithm
 
isNodeLockingOptimistic() - Method in class org.jboss.cache.config.Configuration
Deprecated. use Configuration.getNodeLockingScheme() to determine node locking scheme used.
isNonBlockingStateTransfer() - Method in class org.jboss.cache.config.Configuration
 
isNullNode() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
isNullNode() - Method in class org.jboss.cache.mvcc.NullMarkerNodeForRemoval
 
isNullNode() - Method in class org.jboss.cache.mvcc.ReadCommittedNode
 
isNullNode() - Method in interface org.jboss.cache.NodeSPI
 
IsolationLevel - Enum in org.jboss.cache.lock
Various transaction isolation levels as an enumerated class.
isOnePhaseCommit() - Method in class org.jboss.cache.commands.tx.PrepareCommand
 
isOnePhaseCommitPrepareMehod() - Method in class org.jboss.cache.marshall.MethodCall
Deprecated. This only works for prepare() and optimisticPrepare() method calls.
isOpen() - Method in class org.jboss.cache.util.concurrent.ReclosableLatch
 
isOperationRegistred(String) - Method in class org.jboss.cache.jmx.ResourceDMBean
 
isOptionsUninitialised() - Method in class org.jboss.cache.InvocationContext
 
isOriginLocal() - Method in class org.jboss.cache.InvocationContext
Tests if this invocation originated locally or from a remote cache.
isOriginLocal() - Method in class org.jboss.cache.notifications.event.EventImpl
 
isOriginLocal() - Method in interface org.jboss.cache.notifications.event.TransactionalEvent
 
isOwner(Object) - Method in class org.jboss.cache.lock.IdentityLock
Deprecated. 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.
isOwner(Object) - Method in interface org.jboss.cache.lock.NodeLock
Deprecated. Returns true if the object is the lock owner.
isPassivation() - Method in class org.jboss.cache.config.CacheLoaderConfig
 
isPassivation() - Method in class org.jboss.cache.loader.CacheLoaderManager
Tests if we're using passivation
isPre() - Method in interface org.jboss.cache.notifications.event.Event
 
isPre() - Method in class org.jboss.cache.notifications.event.EventImpl
 
isPreparing(Transaction) - Static method in class org.jboss.cache.transaction.TransactionTable
Returns true if transaction is PREPARING, false otherwise
isPurgeOnStartup() - Method in class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
 
isPushStateWhenCoordinator() - Method in class org.jboss.cache.loader.SingletonStoreDefaultConfig
 
isReadLocked() - Method in class org.jboss.cache.lock.IdentityLock
Deprecated. Check if there is a read lock.
isReadLocked() - Method in class org.jboss.cache.lock.LockMap
 
isReadLocked() - Method in interface org.jboss.cache.lock.NodeLock
Deprecated. Check if there is a read lock.
isRecursive() - Method in class org.jboss.cache.commands.write.EvictCommand
 
isRegionLocked(Fqn) - Method in class org.jboss.cache.RegionManagerImpl
 
isRemote() - Method in class org.jboss.cache.transaction.GlobalTransaction
 
isRemoved() - Method in class org.jboss.cache.AbstractNode
 
isRemoved() - Method in interface org.jboss.cache.InternalNode
 
isRemoved() - Method in class org.jboss.cache.mvcc.NodeReference
 
isRemoved() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated.  
isReplayIgnoredRequests() - Method in class org.jboss.cache.marshall.ExtendedResponse
 
isResident() - Method in class org.jboss.cache.AbstractNode
 
isResident(Fqn) - Method in interface org.jboss.cache.DataContainer
 
isResident(Fqn) - Method in class org.jboss.cache.DataContainerImpl
 
isResident() - Method in interface org.jboss.cache.InternalNode
 
isResident() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
isResident() - Method in class org.jboss.cache.mvcc.NodeReference
 
isResident() - Method in interface org.jboss.cache.Node
Nodes marked resident would be ignored by the eviction algorithms.
isResurrected() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated.  
isResurrected() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
isRollingBack(Transaction) - Method in class org.jboss.cache.interceptors.BaseTransactionalContextInterceptor
Returns true if transaction is rolling back, false otherwise
isRoot() - Method in class org.jboss.cache.Fqn
Returns true if this is a root Fqn.
isSearchSubtrees() - Method in class org.jboss.cache.commands.read.GravitateDataCommand
 
isSecure() - Method in class org.jboss.cache.loader.s3.S3LoaderConfig
Returns secure.
isSendNodeEvent() - Method in class org.jboss.cache.commands.read.GetKeyValueCommand
 
isShared() - Method in class org.jboss.cache.config.CacheLoaderConfig
 
isShutdown() - Method in class org.jboss.cache.util.concurrent.WithinThreadExecutor
 
isSingleCommand() - Method in class org.jboss.cache.commands.remote.ReplicateCommand
 
isSingletonStoreEnabled() - Method in class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig
 
isSingletonStoreEnabled() - Method in class org.jboss.cache.loader.SingletonStoreDefaultConfig
 
isSkipCacheStatusCheck() - Method in class org.jboss.cache.config.Option
 
isSkipDataGravitation() - Method in class org.jboss.cache.config.Option
 
isSkipSendingNodeEvents() - Method in class org.jboss.cache.commands.write.RemoveNodeCommand
 
isStateSet() - Method in class org.jboss.cache.remoting.jgroups.ChannelMessageListener
 
isStatisticsEnabled() - Method in class org.jboss.cache.RPCManagerImpl
 
isSuccessful() - Method in class org.jboss.cache.notifications.event.EventImpl
 
isSuccessful() - Method in interface org.jboss.cache.notifications.event.TransactionCompletedEvent
 
isSuppressEventNotification() - Method in class org.jboss.cache.config.Option
Get whether event notifications for this invocation will be suppresed.
isSuppressLocking() - Method in class org.jboss.cache.config.Option
 
isSuppressPersistence() - Method in class org.jboss.cache.config.Option
If set to true, any persistence to a cache loader will be suppressed for the current invocation only.
isSyncCommitPhase() - Method in class org.jboss.cache.config.Configuration
 
isSynchronous() - Method in enum org.jboss.cache.config.Configuration.CacheMode
 
isSynchronous(Option) - Method in class org.jboss.cache.interceptors.BaseRpcInterceptor
 
isSyncRollbackPhase() - Method in class org.jboss.cache.config.Configuration
 
isTerminated() - Method in class org.jboss.cache.util.concurrent.WithinThreadExecutor
 
isTransactionalAndLocal(InvocationContext) - Method in class org.jboss.cache.interceptors.BaseRpcInterceptor
The call runs in a transaction and it was initiated on this node of the cluster.
isTypeExcluded(Class) - Static method in class org.jboss.cache.marshall.MarshalledValueHelper
Tests whether the type should be excluded from MarshalledValue wrapping.
isUseLazyDeserialization() - Method in class org.jboss.cache.config.Configuration
 
isUseLazyDeserialization() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
isUseLockStriping() - Method in class org.jboss.cache.config.Configuration
 
isUseRegionBasedMarshalling() - Method in class org.jboss.cache.config.Configuration
 
isUseReplQueue() - Method in class org.jboss.cache.config.Configuration
 
isUsingBuddyReplication() - Method in class org.jboss.cache.config.Configuration
 
isUsingCacheLoaders() - Method in class org.jboss.cache.config.Configuration
 
isUsingEvictions() - Method in interface org.jboss.cache.RegionManager
 
isUsingEvictions() - Method in class org.jboss.cache.RegionManagerImpl
 
isUsingMultiplexer() - Method in class org.jboss.cache.config.Configuration
 
isValid() - Method in interface org.jboss.cache.InternalNode
 
isValid() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
isValid(Message) - Method in class org.jboss.cache.marshall.CommandAwareRpcDispatcher
 
isValid() - Method in class org.jboss.cache.mvcc.NodeReference
 
isValid() - Method in class org.jboss.cache.mvcc.NullMarkerNodeForRemoval
 
isValid() - Method in interface org.jboss.cache.Node
Tests if a node reference is still valid.
isValid() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
isValid(Transaction) - Static method in class org.jboss.cache.transaction.TransactionTable
Returns true of tx's status is ACTIVE or PREPARING or MARKED_ROLLBACK
isValid() - Method in class org.jboss.cache.UnversionedNode
 
isValidating() - Method in class org.jboss.cache.config.parsing.RootElementBuilder
 
isValidating() - Method in class org.jboss.cache.config.parsing.XmlConfigurationParser
 
isValidConfig() - Method in class org.jboss.cache.config.EvictionConfig
 
isValidElementRoot(Element) - Method in class org.jboss.cache.config.parsing.XmlConfigurationParser
Tests whether the element passed in is a modern (3.0) config element rather than a legacy one.
isValidTransaction() - Method in class org.jboss.cache.InvocationContext
 
isVersioned() - Method in class org.jboss.cache.commands.legacy.write.VersionedInvalidateCommand
Deprecated.  
isVersioned() - Method in interface org.jboss.cache.commands.VersionedDataCommand
Has data version set? (i.e.
isVersioned() - Method in class org.jboss.cache.commands.write.AbstractVersionedDataCommand
 
isVersionedId(int) - Method in class org.jboss.cache.commands.write.AbstractVersionedDataCommand
 
isVersionedId(int) - Method in class org.jboss.cache.commands.write.ClearDataCommand
 
isVersionedId(int) - Method in class org.jboss.cache.commands.write.PutDataMapCommand
 
isVersionedId(int) - Method in class org.jboss.cache.commands.write.PutForExternalReadCommand
 
isVersionedId(int) - Method in class org.jboss.cache.commands.write.PutKeyValueCommand
 
isVersionedId(int) - Method in class org.jboss.cache.commands.write.RemoveKeyCommand
 
isVersionedId(int) - Method in class org.jboss.cache.commands.write.RemoveNodeCommand
 
isVersionedScheme() - Method in enum org.jboss.cache.config.Configuration.NodeLockingScheme
 
isVersioningImplicit() - Method in interface org.jboss.cache.optimistic.TransactionWorkspace
Deprecated. Tests if versioning is implicit for a given tx.
isVersioningImplicit() - Method in class org.jboss.cache.optimistic.TransactionWorkspaceImpl
Deprecated.  
isVersioningImplicit() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated. Tests whether versioning for the WorkspaceNode instance in the current transaction is implicit (i.e., using DefaultDataVersion rather than a custom DataVersion passed in using Option.setDataVersion(DataVersion))
isVersioningImplicit() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
isWarnNoExpirationKey() - Method in class org.jboss.cache.eviction.ExpirationAlgorithmConfig
Returns true if the algorithm should warn if a expiration key is missing for a node.
isWriteLocked() - Method in class org.jboss.cache.lock.IdentityLock
Deprecated. Check if there is a write lock.
isWriteLocked() - Method in interface org.jboss.cache.lock.NodeLock
Deprecated. Check if there is a write lock.
isWriteSkewCheck() - Method in class org.jboss.cache.config.Configuration
 
isYoungerThanMinimumTimeToLive(NodeEntry) - Method in class org.jboss.cache.eviction.BaseEvictionAlgorithm
Tests whether a node entry is younger than the minimum time to live - if one is configured.
iterateLRUQueue() - Method in class org.jboss.cache.eviction.LRUQueue
 
iterateMaxAgeQueue() - Method in class org.jboss.cache.eviction.LRUQueue
 
iterator() - Method in class org.jboss.cache.eviction.ElementSizeQueue
 
iterator() - Method in class org.jboss.cache.eviction.FIFOQueue
 
iterator() - Method in class org.jboss.cache.eviction.LFUQueue
 
iterator() - Method in class org.jboss.cache.eviction.LRUQueue
 
iterator() - Method in class org.jboss.cache.eviction.MRUQueue
 
iterator() - Method in class org.jboss.cache.eviction.NullEvictionQueue
Returns an Iterator whose hasNext() returns false.
iterator() - Method in class org.jboss.cache.util.concurrent.ConcurrentHashSet
 
iterator() - Method in class org.jboss.cache.util.ImmutableListCopy
 

J

JBOSS_CACHE_DOMAIN - Static variable in class org.jboss.cache.jmx.JmxUtil
Deprecated.  
JBOSS_SERVER_DOMAIN - Static variable in class org.jboss.cache.jmx.JmxUtil
Deprecated.  
JBOSSCACHE_CORE_NS_30 - Static variable in class org.jboss.cache.config.parsing.RootElementBuilder
 
JBOSSCACHE_CORE_NS_31 - Static variable in class org.jboss.cache.config.parsing.RootElementBuilder
 
JBOSSCACHE_REPO_NS_30 - Static variable in class org.jboss.cache.config.parsing.RootElementBuilder
 
JBOSSCACHE_REPO_NS_31 - Static variable in class org.jboss.cache.config.parsing.RootElementBuilder
 
JBossStandaloneJTAManagerLookup - Class in org.jboss.cache.transaction
JTA standalone TM lookup.
JBossStandaloneJTAManagerLookup() - Constructor for class org.jboss.cache.transaction.JBossStandaloneJTAManagerLookup
 
JBossTransactionManagerLookup - Class in org.jboss.cache.transaction
Uses JNDI to look-up the TransactionManager instance from "java:/TransactionManager".
JBossTransactionManagerLookup() - Constructor for class org.jboss.cache.transaction.JBossTransactionManagerLookup
 
JDBCCacheLoader - Class in org.jboss.cache.loader
JDBC implementation of AdjListJDBCCacheLoader.
JDBCCacheLoader() - Constructor for class org.jboss.cache.loader.JDBCCacheLoader
 
JDBCCacheLoaderConfig - Class in org.jboss.cache.loader
Builds the different SQLs needed by JDBCCacheLoader.
JDBCCacheLoaderConfig(CacheLoaderConfig.IndividualCacheLoaderConfig) - Constructor for class org.jboss.cache.loader.JDBCCacheLoaderConfig
 
JDBCCacheLoaderConfig() - Constructor for class org.jboss.cache.loader.JDBCCacheLoaderConfig
 
JDBCCacheLoaderOld - Class in org.jboss.cache.loader
Deprecated. please use the JDBCCacheLoader.
JDBCCacheLoaderOld() - Constructor for class org.jboss.cache.loader.JDBCCacheLoaderOld
Deprecated.  
JDBCCacheLoaderOldConfig - Class in org.jboss.cache.loader
Deprecated. please use JDBCCacheLoaderConfig
JDBCCacheLoaderOldConfig() - Constructor for class org.jboss.cache.loader.JDBCCacheLoaderOldConfig
Deprecated.  
jdbcPassword - Variable in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
jdbcURL - Variable in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
jdbcUser - Variable in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
JdbmCacheLoader - Class in org.jboss.cache.loader.jdbm
A persistent CacheLoader based on the JDBM project.
JdbmCacheLoader() - Constructor for class org.jboss.cache.loader.jdbm.JdbmCacheLoader
 
JdbmCacheLoader2 - Class in org.jboss.cache.loader.jdbm
Optimized version of the JdbmCacheLoader implementation which is better for storing data under a single node.
JdbmCacheLoader2() - Constructor for class org.jboss.cache.loader.jdbm.JdbmCacheLoader2
 
JdbmCacheLoader2Config - Class in org.jboss.cache.loader.jdbm
Configuration for JdbmCacheLoader2.
JdbmCacheLoader2Config() - Constructor for class org.jboss.cache.loader.jdbm.JdbmCacheLoader2Config
Constructs a new JdbmCacheLoader2Config.
JdbmCacheLoader2Config(CacheLoaderConfig.IndividualCacheLoaderConfig) - Constructor for class org.jboss.cache.loader.jdbm.JdbmCacheLoader2Config
Constructs a new JdbmCacheLoader2Config.
JdbmCacheLoaderConfig - Class in org.jboss.cache.loader.jdbm
 
JdbmCacheLoaderConfig() - Constructor for class org.jboss.cache.loader.jdbm.JdbmCacheLoaderConfig
 
JGroupsStackParser - Class in org.jboss.cache.config.parsing
The purpose of this class is to parse the jgroups configuration from the config file into an compact string that can be passed as a config to the channel.
JGroupsStackParser() - Constructor for class org.jboss.cache.config.parsing.JGroupsStackParser
 
JMX_RESOURCE_KEY - Static variable in class org.jboss.cache.jmx.JmxRegistrationManager
Key for every Dynamic mbean added.
JMX_RESOURCE_KEY - Static variable in class org.jboss.cache.jmx.JmxUtil
Deprecated.  
JmxRegistrationManager - Class in org.jboss.cache.jmx
Registers all the MBeans from an Cache instance to a MBeanServer.
JmxRegistrationManager(MBeanServer, Cache, ObjectName) - Constructor for class org.jboss.cache.jmx.JmxRegistrationManager
C-tor.
JmxRegistrationManager(MBeanServer, Cache, String) - Constructor for class org.jboss.cache.jmx.JmxRegistrationManager
 
JmxRegistrationManager(Cache, ObjectName) - Constructor for class org.jboss.cache.jmx.JmxRegistrationManager
Defaults to platform to platform MBeanServer.
JmxRegistrationManager(Cache) - Constructor for class org.jboss.cache.jmx.JmxRegistrationManager
 
JmxStatisticsExposer - Interface in org.jboss.cache.jmx
Interface containing common cache management operations
JmxStatsCommandInterceptor - Class in org.jboss.cache.interceptors.base
Base class for all the interceptors exposing management statistics.
JmxStatsCommandInterceptor() - Constructor for class org.jboss.cache.interceptors.base.JmxStatsCommandInterceptor
 
JmxUtil - Class in org.jboss.cache.jmx
Deprecated. 
JmxUtil() - Constructor for class org.jboss.cache.jmx.JmxUtil
Deprecated.  

K

key - Variable in class org.jboss.cache.commands.write.PutKeyValueCommand
 
key - Variable in class org.jboss.cache.commands.write.RemoveKeyCommand
 
keySet() - Method in class org.jboss.cache.lock.ThreadLocalMap
 
keySet() - Method in class org.jboss.cache.marshall.MarshalledValueMap
 
keySet() - Method in class org.jboss.cache.util.concurrent.SelfInitializingConcurrentHashMap
 
keySet() - Method in class org.jboss.cache.util.FastCopyHashMap
 

L

lastIndexOf(Object) - Method in class org.jboss.cache.util.ImmutableListCopy
 
LegacyActivationInterceptor - Class in org.jboss.cache.interceptors
Deprecated. will be removed along with optimistic and pessimistic locking.
LegacyActivationInterceptor() - Constructor for class org.jboss.cache.interceptors.LegacyActivationInterceptor
Deprecated.  
LegacyCacheLoaderInterceptor - Class in org.jboss.cache.interceptors
Deprecated. will be removed along with optimistic and pessimistic locking.
LegacyCacheLoaderInterceptor() - Constructor for class org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor
Deprecated.  
LegacyCacheStoreInterceptor - Class in org.jboss.cache.interceptors
Deprecated. 
LegacyCacheStoreInterceptor() - Constructor for class org.jboss.cache.interceptors.LegacyCacheStoreInterceptor
Deprecated.  
LegacyConfiguration - Interface in org.jboss.cache.jmx
Deprecated. use JmxRegistrationManager
LegacyConfigurationException - Exception in org.jboss.cache.config
Thrown when a legacy configuration XML element is passed into a modern 3.0 parser
LegacyConfigurationException(Exception) - Constructor for exception org.jboss.cache.config.LegacyConfigurationException
 
LegacyConfigurationException(String) - Constructor for exception org.jboss.cache.config.LegacyConfigurationException
 
LegacyConfigurationException(String, String) - Constructor for exception org.jboss.cache.config.LegacyConfigurationException
 
LegacyConfigurationException(String, Throwable) - Constructor for exception org.jboss.cache.config.LegacyConfigurationException
 
LegacyDataGravitatorInterceptor - Class in org.jboss.cache.interceptors
Deprecated. will be removed with optimistic and pessimistic locking.
LegacyDataGravitatorInterceptor() - Constructor for class org.jboss.cache.interceptors.LegacyDataGravitatorInterceptor
Deprecated.  
LegacyDataGravitatorInterceptor.ResponseValidityFilter - Class in org.jboss.cache.interceptors
Deprecated.  
LegacyDataGravitatorInterceptor.ResponseValidityFilter(int, Address) - Constructor for class org.jboss.cache.interceptors.LegacyDataGravitatorInterceptor.ResponseValidityFilter
Deprecated.  
LegacyEvictCommand - Class in org.jboss.cache.commands.legacy.write
Deprecated. will be removed along with optimistic and pessimistic locking.
LegacyEvictCommand(Fqn) - Constructor for class org.jboss.cache.commands.legacy.write.LegacyEvictCommand
Deprecated.  
LegacyEvictCommand() - Constructor for class org.jboss.cache.commands.legacy.write.LegacyEvictCommand
Deprecated.  
LegacyGravitateDataCommand - Class in org.jboss.cache.commands.legacy.read
Deprecated. will be removed along with optimistic and pessimistic locking.
LegacyGravitateDataCommand(Fqn, boolean, Address) - Constructor for class org.jboss.cache.commands.legacy.read.LegacyGravitateDataCommand
Deprecated.  
LegacyGravitateDataCommand(Address) - Constructor for class org.jboss.cache.commands.legacy.read.LegacyGravitateDataCommand
Deprecated.  
LegacyInvocationContext - Class in org.jboss.cache.invocation
Deprecated. will be removed along with optimistic and pessimistic locking.
LegacyInvocationContext(DataContainer) - Constructor for class org.jboss.cache.invocation.LegacyInvocationContext
Deprecated.  
legacyModeToCacheMode(int) - Static method in class org.jboss.cache.config.Configuration
 
LegacyPassivationInterceptor - Class in org.jboss.cache.interceptors
Deprecated. will be removed along with optimistic and pessimistic locking.
LegacyPassivationInterceptor() - Constructor for class org.jboss.cache.interceptors.LegacyPassivationInterceptor
Deprecated.  
LegacyRegionManagerImpl - Class in org.jboss.cache
Deprecated. will be removed along with optimistic and pessimistic locking.
LegacyRegionManagerImpl() - Constructor for class org.jboss.cache.LegacyRegionManagerImpl
Deprecated.  
LegacyStateTransferGenerator - Class in org.jboss.cache.statetransfer
Deprecated. 
LegacyStateTransferGenerator() - Constructor for class org.jboss.cache.statetransfer.LegacyStateTransferGenerator
Deprecated.  
LegacyStateTransferIntegrator - Class in org.jboss.cache.statetransfer
Deprecated. 
LegacyStateTransferIntegrator() - Constructor for class org.jboss.cache.statetransfer.LegacyStateTransferIntegrator
Deprecated.  
LegacyStateTransferManager - Class in org.jboss.cache.statetransfer
Deprecated. 
LegacyStateTransferManager() - Constructor for class org.jboss.cache.statetransfer.LegacyStateTransferManager
Deprecated.  
LFUAlgorithm - Class in org.jboss.cache.eviction
Least Frequently Used algorithm for cache eviction.
LFUAlgorithm() - Constructor for class org.jboss.cache.eviction.LFUAlgorithm
 
LFUAlgorithmConfig - Class in org.jboss.cache.eviction
Configuration implementation for LFUAlgorithm.
LFUAlgorithmConfig() - Constructor for class org.jboss.cache.eviction.LFUAlgorithmConfig
 
LFUAlgorithmConfig(int, int) - Constructor for class org.jboss.cache.eviction.LFUAlgorithmConfig
 
LFUConfiguration - Class in org.jboss.cache.eviction
Deprecated. see LFUAlgorithmConfig
LFUConfiguration() - Constructor for class org.jboss.cache.eviction.LFUConfiguration
Deprecated.  
LFUPolicy - Class in org.jboss.cache.eviction
Deprecated. see LFUAlgorithm
LFUPolicy() - Constructor for class org.jboss.cache.eviction.LFUPolicy
Deprecated.  
LFUQueue - Class in org.jboss.cache.eviction
LFUQueue EvictionQueue implementation for LFU Policy.
LFUQueue() - Constructor for class org.jboss.cache.eviction.LFUQueue
 
LFUQueue.LFUComparator - Class in org.jboss.cache.eviction
Comparator class for LFU.
LFUQueue.LFUComparator() - Constructor for class org.jboss.cache.eviction.LFUQueue.LFUComparator
 
Lifecycle - Interface in org.jboss.cache
Defines lifecycle operations for various components
list(Name) - Method in class org.jboss.cache.transaction.DummyContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - Method in class org.jboss.cache.transaction.DummyContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
listBindings(Name) - Method in class org.jboss.cache.transaction.DummyContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class org.jboss.cache.transaction.DummyContext
Enumerates the names bound in the named context, along with the objects bound to them.
listen() - Method in class org.jboss.cache.ConsoleListener
Instructs this class to listen for cache replication events.
listen(boolean) - Method in class org.jboss.cache.ConsoleListener
Instructs this class to listen for cache replication events.
listIterator() - Method in class org.jboss.cache.util.ImmutableListCopy
 
listIterator(int) - Method in class org.jboss.cache.util.ImmutableListCopy
 
LOAD_ENTIRE_STATE - Static variable in interface org.jboss.cache.loader.tcp.TcpCacheOperations
 
loadAttributes(Fqn) - Method in class org.jboss.cache.loader.FileCacheLoader
 
loadClass(String) - Static method in class org.jboss.cache.util.Util
Loads the specified class using this class's classloader, or, if it is null (i.e.
loadEntireState(ObjectOutputStream) - Method in class org.jboss.cache.loader.AbstractCacheLoader
 
loadEntireState(ObjectOutputStream) - Method in class org.jboss.cache.loader.AbstractDelegatingCacheLoader
 
loadEntireState(ObjectOutputStream) - Method in interface org.jboss.cache.loader.CacheLoader
Fetches the entire state for this cache from secondary storage (disk, database) and writes it to a provided ObjectOutputStream.
loadEntireState(ObjectOutputStream) - Method in class org.jboss.cache.loader.ChainingCacheLoader
 
loadEntireState(ObjectOutputStream) - Method in class org.jboss.cache.loader.ClusteredCacheLoader
 
loadEntireState(ObjectOutputStream) - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoader
 
loadEntireState(ObjectOutputStream) - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoader
 
loader - Variable in class org.jboss.cache.interceptors.CacheLoaderInterceptor
 
loader - Variable in class org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor
Deprecated.  
loader - Variable in class org.jboss.cache.interceptors.PassivationInterceptor
 
LoadersElementParser - Class in org.jboss.cache.config.parsing.element
Utility class for parsing the 'loaders' element in the .xml configuration file.
LoadersElementParser() - Constructor for class org.jboss.cache.config.parsing.element.LoadersElementParser
 
LoadersElementParser(String) - Constructor for class org.jboss.cache.config.parsing.element.LoadersElementParser
 
loadNode(Fqn) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoader
Loads a node from the database.
loadObject(Fqn) - Method in interface org.jboss.cache.loader.CacheLoaderAop
Loads an object from a persistent store.
loadState(Fqn, ObjectOutputStream) - Method in class org.jboss.cache.loader.AbstractCacheLoader
 
loadState(Fqn, ObjectOutputStream) - Method in class org.jboss.cache.loader.AbstractDelegatingCacheLoader
 
loadState(Fqn, ObjectOutputStream) - Method in interface org.jboss.cache.loader.CacheLoader
Fetches a portion of the state for this cache from secondary storage (disk, database) and writes it to a provided ObjectOutputStream.
loadState(Fqn, ObjectOutputStream) - Method in class org.jboss.cache.loader.ChainingCacheLoader
 
loadState(Fqn, ObjectOutputStream) - Method in class org.jboss.cache.loader.ClusteredCacheLoader
 
loadState(Fqn, ObjectOutputStream) - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoader
 
loadState(Fqn, ObjectOutputStream) - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoader
 
loadStateHelper(Fqn, ObjectOutputStream) - Method in class org.jboss.cache.loader.AbstractCacheLoader
Do a preorder traversal: visit the node first, then the node's children
LOCAL_CACHE_PREFIX - Static variable in class org.jboss.cache.jmx.JmxRegistrationManager
default ObjectName for non clustered caches.
localAddress - Variable in class org.jboss.cache.commands.tx.PrepareCommand
 
LocalDelegatingCacheLoader - Class in org.jboss.cache.loader
DelegatingCacheLoader implementation which delegates to a local (in the same VM) CacheImpl.
LocalDelegatingCacheLoader() - Constructor for class org.jboss.cache.loader.LocalDelegatingCacheLoader
 
LocalDelegatingCacheLoaderConfig - Class in org.jboss.cache.loader
 
LocalDelegatingCacheLoaderConfig() - Constructor for class org.jboss.cache.loader.LocalDelegatingCacheLoaderConfig
 
locateBuddies(Map<Address, String>, List<Address>, Address) - Method in interface org.jboss.cache.buddyreplication.BuddyLocator
Choose a set of buddies for the given node.
locateBuddies(Map<Address, String>, List<Address>, Address) - Method in class org.jboss.cache.buddyreplication.NextMemberBuddyLocator
 
lock(Fqn, LockType, boolean, InvocationContext) - Method in class org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor
Deprecated.  
lock - Variable in class org.jboss.cache.loader.AdjListJDBCCacheLoader
 
lock - Variable in class org.jboss.cache.loader.FileCacheLoader
 
lock(NodeSPI, LockType, Object) - Method in class org.jboss.cache.lock.FqnLockManager
 
lock(NodeSPI, LockType, Object, long) - Method in class org.jboss.cache.lock.FqnLockManager
 
lock(Fqn, LockType, Object) - Method in interface org.jboss.cache.lock.LockManager
Acquires a lock of type lockType, for a given owner, on a specific Node in the cache, denoted by fqn.
lock(Fqn, LockType, Object, long) - Method in interface org.jboss.cache.lock.LockManager
Acquires a lock of type lockType, for a given owner, on a specific Node in the cache, denoted by fqn.
lock(NodeSPI<?, ?>, LockType, Object) - Method in interface org.jboss.cache.lock.LockManager
As LockManager.lock(org.jboss.cache.Fqn, LockType, Object) except that a NodeSPI is passed in instead of an Fqn.
lock(NodeSPI<?, ?>, LockType, Object, long) - Method in interface org.jboss.cache.lock.LockManager
As LockManager.lock(org.jboss.cache.Fqn, LockType, Object, long) except that a NodeSPI is passed in instead of an Fqn.
lock(Fqn, LockType, Object) - Method in class org.jboss.cache.lock.MVCCLockManager
 
lock(Fqn, LockType, Object, long) - Method in class org.jboss.cache.lock.MVCCLockManager
 
lock(Fqn, LockType, Object) - Method in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
lock(Fqn, LockType, Object, long) - Method in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
lock(NodeSPI, LockType, Object) - Method in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
lock(NodeSPI, LockType, Object, long) - Method in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
lock() - Method in class org.jboss.cache.lock.SemaphoreLock
 
lock - Variable in class org.jboss.cache.PessimisticUnversionedNode
Deprecated. Lock manager that manages locks to be acquired when accessing the node inside a transaction.
lock(Fqn) - Method in class org.jboss.cache.RegionManagerImpl
 
lock() - Method in class org.jboss.cache.util.concurrent.locks.OwnableReentrantLock
 
lockAcquisitionTimeout - Variable in class org.jboss.cache.lock.AbstractLockManager
 
lockAll(NodeSPI<?, ?>, LockType, Object) - Method in interface org.jboss.cache.lock.LockManager
Locks the node and all child nodes, acquiring lock of type specified for the owner specified.
lockAll(NodeSPI<?, ?>, LockType, Object, long) - Method in interface org.jboss.cache.lock.LockManager
Locks the node and all child nodes, acquiring lock of type specified for the owner specified.
lockAll(NodeSPI<?, ?>, LockType, Object, long, boolean) - Method in interface org.jboss.cache.lock.LockManager
Locks the node and all child nodes, acquiring lock of type specified for the owner specified.
lockAll(NodeSPI, LockType, Object) - Method in class org.jboss.cache.lock.MVCCLockManager
 
lockAll(NodeSPI, LockType, Object, long) - Method in class org.jboss.cache.lock.MVCCLockManager
 
lockAll(NodeSPI, LockType, Object, long, boolean) - Method in class org.jboss.cache.lock.MVCCLockManager
 
lockAll(NodeSPI, LockType, Object) - Method in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
lockAll(NodeSPI, LockType, Object, long) - Method in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
lockAll(NodeSPI, LockType, Object, long, boolean) - Method in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
lockAllAndRecord(NodeSPI<?, ?>, LockType, InvocationContext) - Method in interface org.jboss.cache.lock.LockManager
Locks the node and all child nodes, acquiring lock of type specified for the owner specified.
lockAllAndRecord(Fqn, LockType, InvocationContext) - Method in interface org.jboss.cache.lock.LockManager
Locks the node and all child nodes, acquiring lock of type specified for the owner specified.
lockAllAndRecord(NodeSPI, LockType, InvocationContext) - Method in class org.jboss.cache.lock.MVCCLockManager
 
lockAllAndRecord(Fqn, LockType, InvocationContext) - Method in class org.jboss.cache.lock.MVCCLockManager
 
lockAllAndRecord(Fqn, LockType, InvocationContext) - Method in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
lockAllAndRecord(NodeSPI, LockType, InvocationContext) - Method in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
lockAllForRemoval(NodeSPI, InvocationContext, TransactionContext) - Method in class org.jboss.cache.interceptors.PessimisticLockInterceptor
Deprecated. Acquires write locks on the node and all child nodes, adding children to the list of removed nodes in the context.
lockAndCreateWorkspaceNode(NodeFactory<?, ?>, NodeSPI, TransactionWorkspace<?, ?>, GlobalTransaction, long) - Method in class org.jboss.cache.interceptors.OptimisticInterceptor
Deprecated.  
lockAndRecord(NodeSPI, LockType, InvocationContext) - Method in class org.jboss.cache.lock.FqnLockManager
 
lockAndRecord(Fqn, LockType, InvocationContext) - Method in interface org.jboss.cache.lock.LockManager
Acquires a lock of type lockType, on a specific Node in the cache, denoted by fqn.
lockAndRecord(NodeSPI<?, ?>, LockType, InvocationContext) - Method in interface org.jboss.cache.lock.LockManager
Acquires a lock of type lockType, on a specific Node in the cache, denoted by fqn.
lockAndRecord(Fqn, LockType, InvocationContext) - Method in class org.jboss.cache.lock.MVCCLockManager
 
lockAndRecord(Fqn, LockType, InvocationContext) - Method in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
lockAndRecord(NodeSPI, LockType, InvocationContext) - Method in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
LockContainer<E> - Interface in org.jboss.cache.util.concurrent.locks
A container for locks
LockingException - Exception in org.jboss.cache.lock
Used for all locking-related exceptions, e.g.
LockingException() - Constructor for exception org.jboss.cache.lock.LockingException
 
LockingException(Map) - Constructor for exception org.jboss.cache.lock.LockingException
 
LockingException(String) - Constructor for exception org.jboss.cache.lock.LockingException
 
LockingException(String, Map) - Constructor for exception org.jboss.cache.lock.LockingException
 
LockingException(String, Throwable) - Constructor for exception org.jboss.cache.lock.LockingException
 
LockingException(String, Throwable, Map) - Constructor for exception org.jboss.cache.lock.LockingException
 
lockInterruptibly() - Method in class org.jboss.cache.lock.SemaphoreLock
 
lockInterruptibly() - Method in class org.jboss.cache.util.concurrent.locks.OwnableReentrantLock
 
lockManager - Variable in class org.jboss.cache.interceptors.OptimisticInterceptor
Deprecated.  
LockManager - Interface in org.jboss.cache.lock
An interface to deal with all aspects of acquiring and releasing locks for nodes in the cache.
lockManager - Variable in class org.jboss.cache.RegionManagerImpl
 
lockManager - Variable in class org.jboss.cache.statetransfer.LegacyStateTransferManager
Deprecated.  
LockManagerFactory - Class in org.jboss.cache.factories
Creates lock managers
LockManagerFactory() - Constructor for class org.jboss.cache.factories.LockManagerFactory
 
LockMap - Class in org.jboss.cache.lock
Provide lock ownership mapping.
LockMap() - Constructor for class org.jboss.cache.lock.LockMap
 
LockMap(Collection<Object>) - Constructor for class org.jboss.cache.lock.LockMap
This constructor is made available for testing with different collection types for the readOwners collection.
lockPessimistically(InvocationContext, Fqn, LockType, boolean, boolean, boolean, boolean, List<NodeSPI>, boolean) - Method in class org.jboss.cache.lock.PessimisticNodeBasedLockManager
Deprecated. A specific lock method for the PessimisticLockInterceptor.
lockProcessingLock() - Method in class org.jboss.cache.RPCManagerImpl.FlushTracker
 
locks - Variable in class org.jboss.cache.util.concurrent.locks.PerElementLockContainer
 
LockStrategy - Interface in org.jboss.cache.lock
Interface to specify lock strategy, e.g., for different isolation levels.
LockStrategyFactory - Class in org.jboss.cache.lock
Factory to create LockStragtegy instance.
LockStrategyFactory() - Constructor for class org.jboss.cache.lock.LockStrategyFactory
 
lockStrategyFactory - Variable in class org.jboss.cache.PessimisticUnversionedNode
Deprecated.  
LockStrategyNone - Class in org.jboss.cache.lock
Transaction isolation level of None.
LockStrategyNone() - Constructor for class org.jboss.cache.lock.LockStrategyNone
 
LockStrategyReadCommitted - Class in org.jboss.cache.lock
Transaction isolation level of READ_COMMITTED.
LockStrategyReadCommitted() - Constructor for class org.jboss.cache.lock.LockStrategyReadCommitted
 
LockStrategyReadUncommitted - Class in org.jboss.cache.lock
Transaction isolation level of READ-UNCOMMITTED.
LockStrategyReadUncommitted() - Constructor for class org.jboss.cache.lock.LockStrategyReadUncommitted
 
LockStrategyRepeatableRead - Class in org.jboss.cache.lock
Transaction isolation level of Repeatable_Read.
LockStrategyRepeatableRead() - Constructor for class org.jboss.cache.lock.LockStrategyRepeatableRead
 
LockStrategySerializable - Class in org.jboss.cache.lock
Lock strategy of Serializable that prevents dirty read, non-repeatable read, and phantom read.
LockStrategySerializable() - Constructor for class org.jboss.cache.lock.LockStrategySerializable
 
lockSuspendProcessingLock() - Method in class org.jboss.cache.RPCManagerImpl.FlushTracker
 
LockType - Enum in org.jboss.cache.lock
An enumeration to define different types of locks.
LockUtil - Class in org.jboss.cache.lock
 
LockUtil() - Constructor for class org.jboss.cache.lock.LockUtil
 
log - Static variable in class org.jboss.cache.commands.write.ClearDataCommand
 
log - Static variable in class org.jboss.cache.commands.write.EvictCommand
 
log - Static variable in class org.jboss.cache.commands.write.MoveCommand
 
log - Static variable in class org.jboss.cache.commands.write.PutDataMapCommand
 
log - Static variable in class org.jboss.cache.commands.write.RemoveNodeCommand
 
log - Variable in class org.jboss.cache.config.ConfigurationComponent
 
log - Variable in class org.jboss.cache.factories.ComponentFactory
 
log - Variable in class org.jboss.cache.interceptors.base.CommandInterceptor
 
log - Variable in class org.jboss.cache.marshall.AbstractMarshaller
 
log - Static variable in class org.jboss.cache.RegionManagerImpl
 
log - Static variable in class org.jboss.cache.statetransfer.DefaultStateTransferManager
 
log - Static variable in class org.jboss.cache.transaction.DummyTransactionManager
 
log - Static variable in class org.jboss.cache.UnversionedNode
Debug log.
log_ - Static variable in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
 
logCommit(GlobalTransaction) - Method in class org.jboss.cache.transaction.TransactionLog
 
logNoTxWrite(WriteCommand) - Method in class org.jboss.cache.transaction.TransactionLog
 
logOnePhaseCommit(GlobalTransaction, List<WriteCommand>) - Method in class org.jboss.cache.transaction.TransactionLog
 
logPrepare(PrepareCommand) - Method in class org.jboss.cache.transaction.TransactionLog
 
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.
lookupFile(String) - Method in class org.jboss.cache.util.FileLookup
Looks up the file, see : FileLookup.
lookupFileLocation(String) - Method in class org.jboss.cache.util.FileLookup
 
lookupForEviction(InvocationContext, Fqn) - Method in class org.jboss.cache.commands.legacy.write.LegacyEvictCommand
Deprecated.  
lookupForEviction(InvocationContext, Fqn) - Method in class org.jboss.cache.commands.write.EvictCommand
 
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.
lookUpNode(Fqn) - Method in class org.jboss.cache.invocation.LegacyInvocationContext
Deprecated.  
lookUpNode(Fqn) - Method in class org.jboss.cache.invocation.MVCCInvocationContext
Retrieves a node from the registry of looked up nodes in the current scope.
lookUpNode(Fqn) - Method in class org.jboss.cache.InvocationContext
Retrieves a node from the registry of looked up nodes in the current scope.
lookUpNode(Fqn) - Method in class org.jboss.cache.transaction.MVCCTransactionContext
Retrieves a node from the registry of looked up nodes in the current scope.
lookupParent(Fqn, InvocationContext, DataContainer) - Method in class org.jboss.cache.mvcc.ReadCommittedNode
Performs a lookup for the parent node of the Fqn passed in.
LRUAlgorithm - Class in org.jboss.cache.eviction
Least recently Used algorithm to purge old data.
LRUAlgorithm() - Constructor for class org.jboss.cache.eviction.LRUAlgorithm
 
LRUAlgorithmConfig - Class in org.jboss.cache.eviction
Configuration implementation for LRUAlgorithm.
LRUAlgorithmConfig() - Constructor for class org.jboss.cache.eviction.LRUAlgorithmConfig
 
LRUAlgorithmConfig(long, long) - Constructor for class org.jboss.cache.eviction.LRUAlgorithmConfig
 
LRUAlgorithmConfig(long, long, int) - Constructor for class org.jboss.cache.eviction.LRUAlgorithmConfig
 
LRUConfiguration - Class in org.jboss.cache.eviction
Deprecated. see LRUAlgorithmConfig
LRUConfiguration() - Constructor for class org.jboss.cache.eviction.LRUConfiguration
Deprecated.  
LRUPolicy - Class in org.jboss.cache.eviction
Deprecated. see LRUAlgorithm
LRUPolicy() - Constructor for class org.jboss.cache.eviction.LRUPolicy
Deprecated.  
LRUQueue - Class in org.jboss.cache.eviction
LRU Eviction Queue implementation.
LRUQueue() - Constructor for class org.jboss.cache.eviction.LRUQueue
 

M

MAGICNUMBER_ARRAY - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_ARRAY_LIST - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_BOOLEAN - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_BYTE - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_CHAR - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_DEFAULT_DATA_VERSION - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_DOUBLE - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_EXTENDED_RESPONSE - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_FASTCOPY_HASHMAP - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_FLOAT - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_FQN - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_GRAVITATERESULT - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_GTX - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_HASH_MAP - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_HASH_SET - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_IMMUTABLE_MAPCOPY - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_INTEGER - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_IPADDRESS - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_LINKED_LIST - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_LONG - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_MARSHALLEDVALUE - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_METHODCALL - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_NODEDATA - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_NODEDATA_EXCEPTION_MARKER - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_NODEDATA_MARKER - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_NULL - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_OBJECT - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_REF - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_REQUEST_IGNORED_RESPONSE - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_SERIALIZABLE - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_SHORT - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_STRING - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_TREE_MAP - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_TREE_SET - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
MAGICNUMBER_TXLOG_ENTRY - Static variable in class org.jboss.cache.marshall.CacheMarshaller200
 
main(String[]) - Static method in class org.jboss.cache.config.parsing.ConfigFilesConvertor
usage : java org.jboss.cache.config.parsing.ConfigFilesConvertor -Dsource=config-2.x.xml -Ddestination=config-3.x.xnl
main(String[]) - Static method in class org.jboss.cache.ConsoleListener
The main method.
main(String[]) - Static method in class org.jboss.cache.loader.tcp.TcpCacheServer
 
main(String[]) - Static method in class org.jboss.cache.Version
Prints version information.
main(String[]) - Static method in class org.jboss.cache.Version.Retro
 
ManagedAttribute - Annotation Type in org.jboss.cache.jmx.annotations
Indicates that a public method or a field (any visibility) in an MBean class defines an MBean attribute.
ManagedConnectionFactory - Class in org.jboss.cache.loader
ManagedConnectionFactory for Application Server managed environments
ManagedConnectionFactory() - Constructor for class org.jboss.cache.loader.ManagedConnectionFactory
 
ManagedOperation - Annotation Type in org.jboss.cache.jmx.annotations
Indicates that a method in an MBean class defines an MBean operation.
manageReverseRemove(InvocationContext, NodeSPI, boolean, List, CommandsFactory) - Static method in class org.jboss.cache.lock.LockUtil
Test if this node needs to be 'undeleted' reverse the "remove" if the node has been previously removed in the same tx, if this operation is a put()
map - Variable in class org.jboss.cache.util.concurrent.ConcurrentHashSet
 
markAsCreated() - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated. Marks the instance as having been created in the current transaction.
markAsCreated() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
markAsDeleted(boolean) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
markAsDeleted(boolean, boolean) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
markAsDeleted(boolean) - Method in class org.jboss.cache.mvcc.ReadCommittedNode
 
markAsDeleted(boolean, boolean) - Method in class org.jboss.cache.mvcc.ReadCommittedNode
 
markAsDeleted(boolean) - Method in interface org.jboss.cache.NodeSPI
Marks the node as being deleted (or not) in the current transaction.
markAsDeleted(boolean, boolean) - Method in interface org.jboss.cache.NodeSPI
Same as NodeSPI.markAsDeleted(boolean) except that the option to recurse into children is provided.
markAsRemoved(boolean, boolean) - Method in class org.jboss.cache.AbstractNode
 
markAsRemoved(boolean, boolean) - Method in interface org.jboss.cache.InternalNode
 
markAsRemoved(boolean, boolean) - Method in class org.jboss.cache.mvcc.NodeReference
 
markAsRemoved(boolean, boolean) - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated.  
markAsRemoved(boolean, boolean) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
markAsRemoved(boolean, boolean) - Method in class org.jboss.cache.PessimisticUnversionedNode
Deprecated.  
markAsRemoved(boolean, boolean) - Method in class org.jboss.cache.UnversionedNode
 
markAsResurrected(boolean) - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated. Marks a node as resurrected, i.e., deleted and created again within the same transaction
markAsResurrected(boolean) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
markForUpdate(DataContainer, boolean) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
markForUpdate(DataContainer, boolean) - Method in class org.jboss.cache.mvcc.NullMarkerNode
A no-op.
markForUpdate(DataContainer, boolean) - Method in class org.jboss.cache.mvcc.ReadCommittedNode
 
markForUpdate(DataContainer, boolean) - Method in class org.jboss.cache.mvcc.RepeatableReadNode
 
markForUpdate(DataContainer, boolean) - Method in interface org.jboss.cache.NodeSPI
Marks a node for updating.
markNodeCurrentlyInUse(Fqn, long) - Method in interface org.jboss.cache.Region
Marks a Node as currently in use, by adding an event to the eviction queue.
markNodeCurrentlyInUse(Fqn, long) - Method in class org.jboss.cache.RegionImpl
 
marshall(Object) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoader
 
marshallArray(Object, ObjectOutputStream, Map<Object, Integer>) - Method in class org.jboss.cache.marshall.CacheMarshaller300
 
marshallDefaultDataVersion(DefaultDataVersion, ObjectOutputStream) - Method in class org.jboss.cache.marshall.CacheMarshaller200
 
MarshalledValue - Class in org.jboss.cache.marshall
Wrapper that wraps cached data, providing lazy deserialization using the calling thread's context class loader.
MarshalledValue(Object) - Constructor for class org.jboss.cache.marshall.MarshalledValue
 
MarshalledValue() - Constructor for class org.jboss.cache.marshall.MarshalledValue
 
MarshalledValueHelper - Class in org.jboss.cache.marshall
Common functionality used by the MarshalledValueInterceptor and the MarshalledValueMap.
MarshalledValueHelper() - Constructor for class org.jboss.cache.marshall.MarshalledValueHelper
 
MarshalledValueInterceptor - Class in org.jboss.cache.interceptors
Interceptor that handles the wrapping and unwrapping of cached data using MarshalledValues.
MarshalledValueInterceptor() - Constructor for class org.jboss.cache.interceptors.MarshalledValueInterceptor
 
MarshalledValueMap - Class in org.jboss.cache.marshall
A Map that is able to wrap/unwrap MarshalledValues in keys or values.
MarshalledValueMap() - Constructor for class org.jboss.cache.marshall.MarshalledValueMap
 
MarshalledValueMap(Map) - Constructor for class org.jboss.cache.marshall.MarshalledValueMap
 
Marshaller - Interface in org.jboss.cache.marshall
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
marshaller - Variable in class org.jboss.cache.statetransfer.DefaultStateTransferManager
 
marshallFqn(Fqn, ObjectOutputStream, Map<Object, Integer>) - Method in class org.jboss.cache.marshall.CacheMarshaller200
 
MarshallingException - Exception in org.jboss.cache.marshall
Thrown when there is an exception in marshalling.
MarshallingException() - Constructor for exception org.jboss.cache.marshall.MarshallingException
 
MarshallingException(String) - Constructor for exception org.jboss.cache.marshall.MarshallingException
 
MarshallingException(String, Throwable) - Constructor for exception org.jboss.cache.marshall.MarshallingException
 
marshallObject(Object, ObjectOutputStream, Map<Object, Integer>) - Method in class org.jboss.cache.marshall.CacheMarshaller200
 
marshallObject(Object, ObjectOutputStream, Map<Object, Integer>) - Method in class org.jboss.cache.marshall.CacheMarshaller300
 
marshallString(String, ObjectOutputStream) - Method in class org.jboss.cache.marshall.CacheMarshaller200
 
marshallTransientState(InternalNode, ObjectOutputStream) - Method in class org.jboss.cache.statetransfer.DefaultStateTransferGenerator
Do a preorder traversal: visit the node first, then the node's children
marshallTransientState(NodeSPI, ObjectOutputStream) - Method in class org.jboss.cache.statetransfer.LegacyStateTransferGenerator
Deprecated. Do a preorder traversal: visit the node first, then the node's children
MarshallUtil - Class in org.jboss.cache.marshall
Utility methods related to marshalling and unmarshalling objects.
MarshallUtil() - Constructor for class org.jboss.cache.marshall.MarshallUtil
 
mask - Variable in enum org.jboss.cache.AbstractNode.NodeFlags
 
maxNodes - Variable in class org.jboss.cache.eviction.EvictionAlgorithmConfigBase
 
MBean - Annotation Type in org.jboss.cache.jmx.annotations
Classes anotaded with this will be exposed as MBeans.
MBEAN_CLASS_SUFFIX - Static variable in class org.jboss.cache.jmx.JmxUtil
Deprecated.  
METHOD_ID - Static variable in class org.jboss.cache.commands.legacy.write.CreateNodeCommand
Deprecated.  
METHOD_ID - Static variable in class org.jboss.cache.commands.read.ExistsCommand
 
METHOD_ID - Static variable in class org.jboss.cache.commands.read.GetChildrenNamesCommand
 
METHOD_ID - Static variable in class org.jboss.cache.commands.read.GetDataMapCommand
 
METHOD_ID - Static variable in class org.jboss.cache.commands.read.GetKeysCommand
 
METHOD_ID - Static variable in class org.jboss.cache.commands.read.GetKeyValueCommand
 
METHOD_ID - Static variable in class org.jboss.cache.commands.read.GetNodeCommand
 
METHOD_ID - Static variable in class org.jboss.cache.commands.read.GravitateDataCommand
 
METHOD_ID - Static variable in class org.jboss.cache.commands.remote.AnnounceBuddyPoolNameCommand
 
METHOD_ID - Static variable in class org.jboss.cache.commands.remote.AssignToBuddyGroupCommand
 
METHOD_ID - Static variable in class org.jboss.cache.commands.remote.ClusteredGetCommand
 
METHOD_ID - Static variable in class org.jboss.cache.commands.remote.DataGravitationCleanupCommand
 
METHOD_ID - Static variable in class org.jboss.cache.commands.remote.RemoveFromBuddyGroupCommand
 
METHOD_ID - Static variable in class org.jboss.cache.commands.remote.StateTransferControlCommand
 
METHOD_ID - Static variable in class org.jboss.cache.commands.tx.CommitCommand
 
METHOD_ID - Static variable in class org.jboss.cache.commands.tx.OptimisticPrepareCommand
 
METHOD_ID - Static variable in class org.jboss.cache.commands.tx.PrepareCommand
 
METHOD_ID - Static variable in class org.jboss.cache.commands.tx.RollbackCommand
 
METHOD_ID - Static variable in class org.jboss.cache.commands.write.ClearDataCommand
 
METHOD_ID - Static variable in class org.jboss.cache.commands.write.EvictCommand
 
METHOD_ID - Static variable in class org.jboss.cache.commands.write.InvalidateCommand
 
METHOD_ID - Static variable in class org.jboss.cache.commands.write.MoveCommand
 
METHOD_ID - Static variable in class org.jboss.cache.commands.write.PutDataMapCommand
 
METHOD_ID - Static variable in class org.jboss.cache.commands.write.PutForExternalReadCommand
 
METHOD_ID - Static variable in class org.jboss.cache.commands.write.PutKeyValueCommand
 
METHOD_ID - Static variable in class org.jboss.cache.commands.write.RemoveKeyCommand
 
METHOD_ID - Static variable in class org.jboss.cache.commands.write.RemoveNodeCommand
 
MethodCall - Class in org.jboss.cache.marshall
Deprecated. - in favour of ReplicableCommand instances. Will be removed in 3.X.
MethodCall() - Constructor for class org.jboss.cache.marshall.MethodCall
Deprecated.  
MethodCall(Method, Object...) - Constructor for class org.jboss.cache.marshall.MethodCall
Deprecated.  
MethodCall(Method, int, Object...) - Constructor for class org.jboss.cache.marshall.MethodCall
Deprecated.  
MinMapUtil - Class in org.jboss.cache.util
Minimizes Map memory usage by changing the map instance based on the number of stored entries.
minTimeToLive - Variable in class org.jboss.cache.eviction.EvictionAlgorithmConfigBase
 
MissingPolicyException - Exception in org.jboss.cache.config
 
MissingPolicyException(String) - Constructor for exception org.jboss.cache.config.MissingPolicyException
 
ModernizableConfig - Interface in org.jboss.cache.eviction
Deprecated.  
ModernizablePolicy - Interface in org.jboss.cache.eviction
Deprecated.  
modernizeConfig() - Method in class org.jboss.cache.eviction.ElementSizeConfiguration
Deprecated.  
modernizeConfig() - Method in class org.jboss.cache.eviction.ExpirationConfiguration
Deprecated.  
modernizeConfig() - Method in class org.jboss.cache.eviction.FIFOConfiguration
Deprecated.  
modernizeConfig() - Method in class org.jboss.cache.eviction.LFUConfiguration
Deprecated.  
modernizeConfig() - Method in class org.jboss.cache.eviction.LRUConfiguration
Deprecated.  
modernizeConfig() - Method in interface org.jboss.cache.eviction.ModernizableConfig
Deprecated.  
modernizeConfig() - Method in class org.jboss.cache.eviction.MRUConfiguration
Deprecated.  
modernizeConfig() - Method in class org.jboss.cache.eviction.NullEvictionPolicyConfig
Deprecated.  
modernizePolicy() - Method in class org.jboss.cache.eviction.ElementSizePolicy
Deprecated.  
modernizePolicy() - Method in class org.jboss.cache.eviction.ExpirationPolicy
Deprecated.  
modernizePolicy() - Method in class org.jboss.cache.eviction.FIFOPolicy
Deprecated.  
modernizePolicy() - Method in class org.jboss.cache.eviction.LFUPolicy
Deprecated.  
modernizePolicy() - Method in class org.jboss.cache.eviction.LRUPolicy
Deprecated.  
modernizePolicy() - Method in interface org.jboss.cache.eviction.ModernizablePolicy
Deprecated.  
modernizePolicy() - Method in class org.jboss.cache.eviction.MRUPolicy
Deprecated.  
modernizePolicy() - Method in class org.jboss.cache.eviction.NullEvictionPolicy
Deprecated.  
Modification - Class in org.jboss.cache
Represents a modification in the cache.
Modification() - Constructor for class org.jboss.cache.Modification
Constructs a new modification.
Modification(Modification.ModificationType, Fqn, Object, Object) - Constructor for class org.jboss.cache.Modification
Constructs a new modification with details.
Modification(Modification.ModificationType, Fqn, Object) - Constructor for class org.jboss.cache.Modification
Constructs a new modification with key.
Modification(Modification.ModificationType, Fqn, Map) - Constructor for class org.jboss.cache.Modification
Constructs a new modification with data map.
Modification(Modification.ModificationType, Fqn) - Constructor for class org.jboss.cache.Modification
Constructs a new modification with fqn only.
Modification(Modification.ModificationType, Fqn, Fqn) - Constructor for class org.jboss.cache.Modification
Constructs a new modification with fqn only.
Modification.ModificationType - Enum in org.jboss.cache
 
modifications - Variable in class org.jboss.cache.commands.tx.PrepareCommand
 
modifiedEntries - Variable in class org.jboss.cache.util.Util.MapModifications
 
modifyElementCount(int) - Method in class org.jboss.cache.eviction.ElementSizeQueue
 
modifyElementCount(int) - Method in interface org.jboss.cache.eviction.EvictionQueue
 
modifyElementCount(int) - Method in class org.jboss.cache.eviction.FIFOQueue
 
modifyElementCount(int) - Method in class org.jboss.cache.eviction.LFUQueue
 
modifyElementCount(int) - Method in class org.jboss.cache.eviction.LRUQueue
 
modifyElementCount(int) - Method in class org.jboss.cache.eviction.MRUQueue
 
modifyElementCount(int) - Method in class org.jboss.cache.eviction.NullEvictionQueue
No-op
move(Fqn, Fqn) - Method in interface org.jboss.cache.Cache
Moves a part of the cache to a different subtree.
move(String, String) - Method in interface org.jboss.cache.Cache
Convenience method that takes in string representations of Fqns.
move(Fqn, Fqn) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
move(String, String) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
move(Fqn, Fqn) - Method in class org.jboss.cache.loader.AbstractCacheLoader
 
MoveCommand - Class in org.jboss.cache.commands.write
Implements functionality defined by Cache.move(org.jboss.cache.Fqn, org.jboss.cache.Fqn)
MoveCommand() - Constructor for class org.jboss.cache.commands.write.MoveCommand
 
MoveCommand(Fqn, Fqn) - Constructor for class org.jboss.cache.commands.write.MoveCommand
 
moveToTopOfStack(Fqn) - Method in class org.jboss.cache.eviction.MRUQueue
This call moves a NodeEntry to the top of the stack.
MRUAlgorithm - Class in org.jboss.cache.eviction
Most Recently Used Algorithm.
MRUAlgorithm() - Constructor for class org.jboss.cache.eviction.MRUAlgorithm
 
MRUAlgorithmConfig - Class in org.jboss.cache.eviction
Configuration for MRUAlgorithm.
MRUAlgorithmConfig() - Constructor for class org.jboss.cache.eviction.MRUAlgorithmConfig
 
MRUAlgorithmConfig(int) - Constructor for class org.jboss.cache.eviction.MRUAlgorithmConfig
 
MRUConfiguration - Class in org.jboss.cache.eviction
Deprecated. see MRUAlgorithmConfig
MRUConfiguration() - Constructor for class org.jboss.cache.eviction.MRUConfiguration
Deprecated.  
MRUPolicy - Class in org.jboss.cache.eviction
Deprecated. see MRUAlgorithm
MRUPolicy() - Constructor for class org.jboss.cache.eviction.MRUPolicy
Deprecated.  
MRUQueue - Class in org.jboss.cache.eviction
MRU Eviction Queue implementation.
MRUQueue() - Constructor for class org.jboss.cache.eviction.MRUQueue
 
MULTIPLE_METHOD_ID - Static variable in class org.jboss.cache.commands.remote.ReplicateCommand
 
MVCCContextFactory - Class in org.jboss.cache.factories.context
Constructs contexts for MVCC locking
MVCCContextFactory() - Constructor for class org.jboss.cache.factories.context.MVCCContextFactory
 
MVCCInvocationContext - Class in org.jboss.cache.invocation
An invocation context that is specific to MVCC locking
MVCCInvocationContext() - Constructor for class org.jboss.cache.invocation.MVCCInvocationContext
 
MVCCLockingInterceptor - Class in org.jboss.cache.interceptors
Interceptor to implement MVCC functionality.
MVCCLockingInterceptor() - Constructor for class org.jboss.cache.interceptors.MVCCLockingInterceptor
 
MVCCLockManager - Class in org.jboss.cache.lock
This lock manager acquires and releases locks based on the Fqn passed in and not on the node itself.
MVCCLockManager() - Constructor for class org.jboss.cache.lock.MVCCLockManager
 
MVCCNodeFactory<K,V> - Class in org.jboss.cache.mvcc
Creates nodes specific to MVCC logic.
MVCCNodeFactory() - Constructor for class org.jboss.cache.mvcc.MVCCNodeFactory
 
MVCCNodeHelper - Class in org.jboss.cache.mvcc
Utility functions to manipulate wrapping InternalNodes as ReadCommittedNode or RepeatableReadNodes.
MVCCNodeHelper() - Constructor for class org.jboss.cache.mvcc.MVCCNodeHelper
 
MVCCTransactionContext - Class in org.jboss.cache.transaction
A transaction context specially geared to dealing with MVCC.
MVCCTransactionContext(Transaction) - Constructor for class org.jboss.cache.transaction.MVCCTransactionContext
 

N

NAME - Static variable in class org.jboss.cache.config.EvictionRegionConfig
 
NAME - Static variable in class org.jboss.cache.config.parsing.XmlConfigHelper
The <name> attribute to an <attribute> tag.
NAME - Static variable in class org.jboss.cache.config.parsing.XmlConfigurationParser2x
Deprecated.  
needCreateBeforeStart() - Method in enum org.jboss.cache.CacheStatus
 
needMoreResponses() - Method in class org.jboss.cache.interceptors.LegacyDataGravitatorInterceptor.ResponseValidityFilter
Deprecated.  
needMoreResponses() - Method in class org.jboss.cache.loader.ClusteredCacheLoader.ResponseValidityFilter
 
needStopBeforeDestroy() - Method in enum org.jboss.cache.CacheStatus
 
needToDestroyFailedCache() - Method in enum org.jboss.cache.CacheStatus
 
newCondition() - Method in class org.jboss.cache.lock.SemaphoreLock
 
newCondition() - Method in class org.jboss.cache.util.concurrent.locks.OwnableReentrantLock
 
newerThan(DataVersion) - Method in interface org.jboss.cache.optimistic.DataVersion
Deprecated. Returns true if this is a newer version than other.
newerThan(DataVersion) - Method in class org.jboss.cache.optimistic.DefaultDataVersion
Deprecated.  
newFixedThreadPool(int, int) - Static method in class org.jboss.cache.util.concurrent.BoundedExecutors
Creates a thread pool that reuses a fixed set of threads operating off a shared bounded queue.
newFixedThreadPool(int, ThreadFactory, int) - Static method in class org.jboss.cache.util.concurrent.BoundedExecutors
Creates a thread pool that reuses a fixed set of threads operating off a shared bounded queue, using the provided ThreadFactory to create new threads when needed.
newLock() - Method in class org.jboss.cache.util.concurrent.locks.PerElementLockContainer
 
newLock() - Method in class org.jboss.cache.util.concurrent.locks.PerElementOwnableReentrantLockContainer
 
newLock() - Method in class org.jboss.cache.util.concurrent.locks.PerElementReentrantLockContainer
 
newlyCreated - Variable in class org.jboss.cache.commands.legacy.write.CreateNodeCommand
Deprecated.  
nextInterceptor(InvocationContext) - Method in class org.jboss.cache.interceptors.Interceptor
Deprecated. Forwards the call to the nextInterceptor interceptor in the chain.
NextMemberBuddyLocator - Class in org.jboss.cache.buddyreplication
This buddy locator uses a next-in-line algorithm to select buddies for a buddy group.
NextMemberBuddyLocator() - Constructor for class org.jboss.cache.buddyreplication.NextMemberBuddyLocator
 
NextMemberBuddyLocatorConfig - Class in org.jboss.cache.buddyreplication
Type-specific configuration object for NextMemberBuddyLocator.
NextMemberBuddyLocatorConfig() - Constructor for class org.jboss.cache.buddyreplication.NextMemberBuddyLocatorConfig
Default constructor.
NO_CLUSTER_PREFIX - Static variable in class org.jboss.cache.jmx.JmxUtil
Deprecated.  
noDataFound() - Static method in class org.jboss.cache.buddyreplication.GravitateResult
Factory method that creates a GravitateResult indicating that no data has been found.
node - Variable in class org.jboss.cache.invocation.NodeInvocationDelegate
 
Node<K,V> - Interface in org.jboss.cache
A Node is a named logical grouping of data in the JBoss Cache.
NodeActivated - Annotation Type in org.jboss.cache.notifications.annotation
This annotation should be used on methods that need to be notified when a node is activated.
NodeActivatedEvent - Interface in org.jboss.cache.notifications.event
This event is passed in to any method annotated with NodeActivated.
NodeBasedLockManager - Class in org.jboss.cache.lock
Deprecated. since this is specific to legacy locking schemes
NodeBasedLockManager() - Constructor for class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
nodeColumn - Variable in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
NodeCreated - Annotation Type in org.jboss.cache.notifications.annotation
This annotation should be used on methods that need to be notified when a node is created.
NodeCreatedEvent - Interface in org.jboss.cache.notifications.event
This event is passed in to any method annotated with NodeCreated.
NodeData<K,V> - Class in org.jboss.cache.marshall
Serializable representation of the data of a node (FQN and attributes)
NodeData() - Constructor for class org.jboss.cache.marshall.NodeData
 
NodeData(Fqn) - Constructor for class org.jboss.cache.marshall.NodeData
 
NodeData(Fqn, Map<K, V>, boolean) - Constructor for class org.jboss.cache.marshall.NodeData
 
NodeData(String, Map<K, V>, boolean) - Constructor for class org.jboss.cache.marshall.NodeData
 
NodeDataExceptionMarker - Class in org.jboss.cache.marshall
 
NodeDataExceptionMarker() - Constructor for class org.jboss.cache.marshall.NodeDataExceptionMarker
 
NodeDataExceptionMarker(Throwable, Object) - Constructor for class org.jboss.cache.marshall.NodeDataExceptionMarker
 
NodeDataMarker - Class in org.jboss.cache.marshall
 
NodeDataMarker() - Constructor for class org.jboss.cache.marshall.NodeDataMarker
 
nodeDoesNotExist(InvocationContext, Fqn) - Method in class org.jboss.cache.interceptors.DataGravitatorInterceptor
 
nodeDoesNotExist(InvocationContext, Fqn) - Method in class org.jboss.cache.interceptors.LegacyDataGravitatorInterceptor
Deprecated.  
NodeEntry - Class in org.jboss.cache.eviction
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
 
NodeEvent - Interface in org.jboss.cache.notifications.event
Transactional events that additionally expose an Fqn as such events pertain to a specific node.
nodeEventQueueSize() - Method in interface org.jboss.cache.Region
Deprecated.  
nodeEventQueueSize() - Method in class org.jboss.cache.RegionImpl
Deprecated. 
NodeEvicted - Annotation Type in org.jboss.cache.notifications.annotation
This annotation should be used on methods that need to be notified when a node is evicted.
NodeEvictedEvent - Interface in org.jboss.cache.notifications.event
This event is passed in to any method annotated with NodeEvicted.
NodeFactory<K,V> - Interface in org.jboss.cache
An interface for a factory that creates nodes.
nodeFactory - Variable in class org.jboss.cache.PessimisticUnversionedNode
Deprecated.  
NodeInvalidated - Annotation Type in org.jboss.cache.notifications.annotation
This annotation should be used on methods that need to be notified when a node is invalidated.
NodeInvalidatedEvent - Interface in org.jboss.cache.notifications.event
Notifies a listener of an invalidation event
NodeInvocationDelegate<K,V> - Class in org.jboss.cache.invocation
The delegate that users (and interceptor authors) interact with when they obtain a node from the cache or another node.
NodeInvocationDelegate(InternalNode<K, V>) - Constructor for class org.jboss.cache.invocation.NodeInvocationDelegate
 
NodeLoaded - Annotation Type in org.jboss.cache.notifications.annotation
This annotation should be used on methods that need to be notified when a node is loaded from a CacheLoader.
NodeLoadedEvent - Interface in org.jboss.cache.notifications.event
This event is passed in to any method annotated with NodeLoaded.
NodeLock - Interface in org.jboss.cache.lock
Deprecated. will be removed when we drop support for Pessimistic Locking and Optimistic Locking
NodeMetaFactory - Class in org.jboss.cache.factories
Creates node factories.
NodeMetaFactory() - Constructor for class org.jboss.cache.factories.NodeMetaFactory
 
NodeModified - Annotation Type in org.jboss.cache.notifications.annotation
This annotation should be used on methods that need to be notified when a node has been modified.
NodeModifiedEvent - Interface in org.jboss.cache.notifications.event
This event is passed in to any method annotated with NodeModified
NodeModifiedEvent.ModificationType - Enum in org.jboss.cache.notifications.event
Different cache modification types.
NodeMoved - Annotation Type in org.jboss.cache.notifications.annotation
This annotation should be used on methods that need to be notified when a node is moved using the Cache.move(org.jboss.cache.Fqn,org.jboss.cache.Fqn) API.
NodeMovedEvent - Interface in org.jboss.cache.notifications.event
This event is passed in to any method annotated with NodeMoved.
NodeNotExistsException - Exception in org.jboss.cache
Thrown when an operation is attempted on a non-existing node in the cache
NodeNotExistsException() - Constructor for exception org.jboss.cache.NodeNotExistsException
 
NodeNotExistsException(String) - Constructor for exception org.jboss.cache.NodeNotExistsException
 
NodeNotExistsException(String, Throwable) - Constructor for exception org.jboss.cache.NodeNotExistsException
 
NodeNotValidException - Exception in org.jboss.cache
Thrown whenever operations are attempted on a node that is no longer valid.
NodeNotValidException() - Constructor for exception org.jboss.cache.NodeNotValidException
 
NodeNotValidException(Throwable) - Constructor for exception org.jboss.cache.NodeNotValidException
 
NodeNotValidException(String) - Constructor for exception org.jboss.cache.NodeNotValidException
 
NodeNotValidException(String, Throwable) - Constructor for exception org.jboss.cache.NodeNotValidException
 
NodePassivated - Annotation Type in org.jboss.cache.notifications.annotation
This annotation should be used on methods that need to be notified when a node is passivated.
NodePassivatedEvent - Interface in org.jboss.cache.notifications.event
This event is passed in to any method annotated with NodePassivated.
NodeReference<K,V> - Class in org.jboss.cache.mvcc
A node reference that delegates all calls to a different InternalNode.
NodeReference(InternalNode<K, V>) - Constructor for class org.jboss.cache.mvcc.NodeReference
 
NodeRemoved - Annotation Type in org.jboss.cache.notifications.annotation
This annotation should be used on methods that need to be notified when a node is removed from the cache.
NodeRemovedEvent - Interface in org.jboss.cache.notifications.event
This event is passed in to any method annotated with NodeRemoved.
NodeSPI<K,V> - Interface in org.jboss.cache
A more detailed interface to Node, which is used when writing plugins for or extending JBoss Cache.
nodeType - Variable in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
NodeVisited - Annotation Type in org.jboss.cache.notifications.annotation
This annotation should be used on methods that need to be notified when a node is visited.
NodeVisitedEvent - Interface in org.jboss.cache.notifications.event
This event is passed in to any method annotated with NodeVisited.
NonBlockingWriterLock - Class in org.jboss.cache.lock
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
 
NonVolatile - Annotation Type in org.jboss.cache.factories.annotations
This annotation is used for components that will be registered in the ComponentRegistry, that are resilient to changes in configuration.
NOTIF_CACHE_STARTED - Static variable in interface org.jboss.cache.jmx.CacheNotificationBroadcaster
 
NOTIF_CACHE_STOPPED - Static variable in interface org.jboss.cache.jmx.CacheNotificationBroadcaster
 
NOTIF_NODE_ACTIVATED - Static variable in interface org.jboss.cache.jmx.CacheNotificationBroadcaster
 
NOTIF_NODE_CREATED - Static variable in interface org.jboss.cache.jmx.CacheNotificationBroadcaster
 
NOTIF_NODE_EVICTED - Static variable in interface org.jboss.cache.jmx.CacheNotificationBroadcaster
 
NOTIF_NODE_LOADED - Static variable in interface org.jboss.cache.jmx.CacheNotificationBroadcaster
 
NOTIF_NODE_MODIFIED - Static variable in interface org.jboss.cache.jmx.CacheNotificationBroadcaster
 
NOTIF_NODE_MOVED - Static variable in interface org.jboss.cache.jmx.CacheNotificationBroadcaster
 
NOTIF_NODE_PASSIVATED - Static variable in interface org.jboss.cache.jmx.CacheNotificationBroadcaster
 
NOTIF_NODE_REMOVED - Static variable in interface org.jboss.cache.jmx.CacheNotificationBroadcaster
 
NOTIF_NODE_VISITED - Static variable in interface org.jboss.cache.jmx.CacheNotificationBroadcaster
 
NOTIF_VIEW_CHANGED - Static variable in interface org.jboss.cache.jmx.CacheNotificationBroadcaster
 
NotificationInterceptor - Class in org.jboss.cache.interceptors
The interceptor in charge of firing off notifications to cache listeners
NotificationInterceptor() - Constructor for class org.jboss.cache.interceptors.NotificationInterceptor
 
notifier - Variable in class org.jboss.cache.commands.CommandsFactoryImpl
 
notifier - Variable in class org.jboss.cache.commands.write.AbstractVersionedDataCommand
 
notifier - Variable in class org.jboss.cache.commands.write.EvictCommand
 
notifier - Variable in class org.jboss.cache.commands.write.InvalidateCommand
 
notifier - Variable in class org.jboss.cache.commands.write.MoveCommand
 
notifier - Variable in class org.jboss.cache.interceptors.CacheLoaderInterceptor
 
notifier - Variable in class org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor
Deprecated.  
Notifier - Interface in org.jboss.cache.notifications
Public interface with all allowed notifications.
NotifierImpl - Class in org.jboss.cache.notifications
Helper class that handles all notifications to registered listeners.
NotifierImpl() - Constructor for class org.jboss.cache.notifications.NotifierImpl
 
notifyAfterCompletion(int) - Method in class org.jboss.cache.transaction.DummyTransaction
 
notifyBeforeCompletion() - Method in class org.jboss.cache.transaction.DummyTransaction
 
notifyBuddyGroupChange(BuddyGroup, boolean) - Method in interface org.jboss.cache.notifications.Notifier
Notifies all registered listeners of a buddy group change event.
notifyBuddyGroupChange(BuddyGroup, boolean) - Method in class org.jboss.cache.notifications.NotifierImpl
 
notifyCacheBlocked(boolean) - Method in interface org.jboss.cache.notifications.Notifier
 
notifyCacheBlocked(boolean) - Method in class org.jboss.cache.notifications.NotifierImpl
 
notifyCacheStarted() - Method in class org.jboss.cache.notifications.NotifierImpl
Notifies all registered listeners of a cacheStarted event.
notifyCacheStopped() - Method in class org.jboss.cache.notifications.NotifierImpl
Notifies all registered listeners of a cacheStopped event.
notifyCacheUnblocked(boolean) - Method in interface org.jboss.cache.notifications.Notifier
 
notifyCacheUnblocked(boolean) - Method in class org.jboss.cache.notifications.NotifierImpl
 
notifyNodeActivated(Fqn, boolean, Map, InvocationContext) - Method in interface org.jboss.cache.notifications.Notifier
Notifies all registered listeners of a nodeActivated event.
notifyNodeActivated(Fqn, boolean, Map, InvocationContext) - Method in class org.jboss.cache.notifications.NotifierImpl
 
notifyNodeCreated(Fqn, boolean, InvocationContext) - Method in interface org.jboss.cache.notifications.Notifier
Notifies all registered listeners of a nodeCreated event.
notifyNodeCreated(Fqn, boolean, InvocationContext) - Method in class org.jboss.cache.notifications.NotifierImpl
 
notifyNodeEvicted(Fqn, boolean, InvocationContext) - Method in interface org.jboss.cache.notifications.Notifier
Notifies all registered listeners of a nodeEvicted event.
notifyNodeEvicted(Fqn, boolean, InvocationContext) - Method in class org.jboss.cache.notifications.NotifierImpl
 
notifyNodeInvalidated(Fqn, boolean, InvocationContext) - Method in interface org.jboss.cache.notifications.Notifier
Notifies all registered listeners of a nodeInvalidated event.
notifyNodeInvalidated(Fqn, boolean, InvocationContext) - Method in class org.jboss.cache.notifications.NotifierImpl
 
notifyNodeLoaded(Fqn, boolean, Map, InvocationContext) - Method in interface org.jboss.cache.notifications.Notifier
Notifies all registered listeners of a nodeLoaded event.
notifyNodeLoaded(Fqn, boolean, Map, InvocationContext) - Method in class org.jboss.cache.notifications.NotifierImpl
 
notifyNodeModified(Fqn, boolean, NodeModifiedEvent.ModificationType, Map, InvocationContext) - Method in interface org.jboss.cache.notifications.Notifier
Notifies all registered listeners of a nodeModified event.
notifyNodeModified(Fqn, boolean, NodeModifiedEvent.ModificationType, Map, InvocationContext) - Method in class org.jboss.cache.notifications.NotifierImpl
 
notifyNodeMoved(Fqn, Fqn, boolean, InvocationContext) - Method in interface org.jboss.cache.notifications.Notifier
Notifies all registered listeners of a nodeMoved event.
notifyNodeMoved(Fqn, Fqn, boolean, InvocationContext) - Method in class org.jboss.cache.notifications.NotifierImpl
 
notifyNodePassivated(Fqn, boolean, Map, InvocationContext) - Method in interface org.jboss.cache.notifications.Notifier
Notifies all registered listeners of a nodePassivated event.
notifyNodePassivated(Fqn, boolean, Map, InvocationContext) - Method in class org.jboss.cache.notifications.NotifierImpl
 
notifyNodeRemoved(Fqn, boolean, Map, InvocationContext) - Method in interface org.jboss.cache.notifications.Notifier
Notifies all registered listeners of a nodeRemoved event.
notifyNodeRemoved(Fqn, boolean, Map, InvocationContext) - Method in class org.jboss.cache.notifications.NotifierImpl
 
notifyNodeVisited(Fqn, boolean, InvocationContext) - Method in interface org.jboss.cache.notifications.Notifier
Notifies all registered listeners of a nodeVisited event.
notifyNodeVisited(Fqn, boolean, InvocationContext) - Method in class org.jboss.cache.notifications.NotifierImpl
 
notifyTransactionCompleted(Transaction, boolean, InvocationContext) - Method in interface org.jboss.cache.notifications.Notifier
Notifies all registered listeners of a transaction completion event.
notifyTransactionCompleted(Transaction, boolean, InvocationContext) - Method in class org.jboss.cache.notifications.NotifierImpl
 
notifyTransactionRegistered(Transaction, InvocationContext) - Method in interface org.jboss.cache.notifications.Notifier
Notifies all registered listeners of a transaction registration event.
notifyTransactionRegistered(Transaction, InvocationContext) - Method in class org.jboss.cache.notifications.NotifierImpl
 
notifyViewChange(View, InvocationContext) - Method in interface org.jboss.cache.notifications.Notifier
Notifies all registered listeners of a viewChange event.
notifyViewChange(View, InvocationContext) - Method in class org.jboss.cache.notifications.NotifierImpl
 
NULL - Static variable in class org.jboss.cache.interceptors.ActivationInterceptor
 
NULL - Static variable in class org.jboss.cache.interceptors.LegacyActivationInterceptor
Deprecated.  
NULL_COMPONENT - Static variable in class org.jboss.cache.factories.ComponentRegistry
 
NULL_NODE_IN_ROW - Static variable in class org.jboss.cache.loader.AdjListJDBCCacheLoader
 
NullEvictionAlgorithm - Class in org.jboss.cache.eviction
An eviction algorithm that does nothing - a no-op for everything.
NullEvictionAlgorithmConfig - Class in org.jboss.cache.eviction
Configuration class for NullEvictionAlgorithm.
NullEvictionAlgorithmConfig() - Constructor for class org.jboss.cache.eviction.NullEvictionAlgorithmConfig
 
NullEvictionPolicy - Class in org.jboss.cache.eviction
Deprecated. see NullEvictionAlgorithm
NullEvictionPolicy() - Constructor for class org.jboss.cache.eviction.NullEvictionPolicy
Deprecated.  
NullEvictionPolicyConfig - Class in org.jboss.cache.eviction
Deprecated. see NullEvictionAlgorithmConfig
NullEvictionPolicyConfig() - Constructor for class org.jboss.cache.eviction.NullEvictionPolicyConfig
Deprecated.  
NullEvictionQueue - Class in org.jboss.cache.eviction
A queue that does nothing.
NullMarkerNode - Class in org.jboss.cache.mvcc
A marker node to represent a null node for repeatable read, so that a read that returns a null can continue to return null.
NullMarkerNodeForRemoval - Class in org.jboss.cache.mvcc
A specific type of null marker node, used for removal of nodes that don't exist
NullMarkerNodeForRemoval(InternalNode, Fqn) - Constructor for class org.jboss.cache.mvcc.NullMarkerNodeForRemoval
 

O

objectFromByteBuffer(byte[]) - Method in class org.jboss.cache.marshall.AbstractMarshaller
 
objectFromByteBuffer(byte[], int, int) - Method in class org.jboss.cache.marshall.AbstractMarshaller
 
objectFromByteBuffer(byte[]) - Static method in class org.jboss.cache.marshall.MarshallUtil
Creates an object from a byte buffer using MarshalledValueInputStream.
objectFromByteBuffer(InputStream) - Static method in class org.jboss.cache.marshall.MarshallUtil
Creates an object from a byte buffer using MarshalledValueInputStream.
objectFromByteBuffer(byte[], int, int) - Method in class org.jboss.cache.marshall.VersionAwareMarshaller
 
objectFromObjectStream(ObjectInputStream) - Method in class org.jboss.cache.marshall.CacheMarshaller200
 
objectFromObjectStream(ObjectInputStream) - Method in interface org.jboss.cache.marshall.Marshaller
Unmarshalls an object from an ObjectInputStream
objectFromObjectStream(ObjectInputStream) - Method in class org.jboss.cache.marshall.VersionAwareMarshaller
 
objectFromObjectStreamRegionBased(ObjectInputStream) - Method in class org.jboss.cache.marshall.CacheMarshaller200
 
objectFromStream(InputStream) - Method in class org.jboss.cache.marshall.AbstractMarshaller
 
objectFromStream(InputStream) - Method in interface org.jboss.cache.marshall.Marshaller
Unmarshalls an object from an InputStream
objectFromStream(InputStream) - Method in class org.jboss.cache.marshall.VersionAwareMarshaller
 
objectToBuffer(Object) - Method in class org.jboss.cache.marshall.AbstractMarshaller
 
objectToBuffer(Object) - Method in interface org.jboss.cache.marshall.Marshaller
A specialized form of RpcDispatcher.Marshaller2.objectToBuffer(Object) that returns an instance of ByteBuffer instead of Buffer.
objectToBuffer(Object) - Method in class org.jboss.cache.marshall.VersionAwareMarshaller
 
objectToByteBuffer(Object) - Method in class org.jboss.cache.marshall.AbstractMarshaller
 
objectToByteBuffer(Object) - Static method in class org.jboss.cache.marshall.MarshallUtil
Serializes an object into a byte buffer using MarshalledValueOutputStream.
objectToObjectStream(Object, ObjectOutputStream) - Method in class org.jboss.cache.marshall.CacheMarshaller200
 
objectToObjectStream(Object, ObjectOutputStream, Fqn) - Method in class org.jboss.cache.marshall.CacheMarshaller200
 
objectToObjectStream(Object, ObjectOutputStream) - Method in interface org.jboss.cache.marshall.Marshaller
Marshalls an object to a given ObjectOutputStream
objectToObjectStream(Object, ObjectOutputStream, Fqn) - Method in interface org.jboss.cache.marshall.Marshaller
Overloaded form of Marshaller.objectToObjectStream(Object,java.io.ObjectOutputStream) which adds a hint to the Fqn region
objectToObjectStream(Object, ObjectOutputStream, Fqn) - Method in class org.jboss.cache.marshall.VersionAwareMarshaller
 
objectToObjectStream(Object, ObjectOutputStream) - Method in class org.jboss.cache.marshall.VersionAwareMarshaller
 
OldFileFormatException - Exception in org.jboss.cache.config
This exception indicates that an old configuration file is passed to a parser that only knows how to handle newer configuration file.
OldFileFormatException(String) - Constructor for exception org.jboss.cache.config.OldFileFormatException
 
OldFileFormatException() - Constructor for exception org.jboss.cache.config.OldFileFormatException
 
oldValue - Variable in class org.jboss.cache.commands.legacy.write.PessPutForExternalReadCommand
Deprecated.  
oldValue - Variable in class org.jboss.cache.commands.legacy.write.PessPutKeyValueCommand
Deprecated.  
onePhaseCommit - Variable in class org.jboss.cache.commands.tx.PrepareCommand
 
open() - Method in class org.jboss.cache.util.concurrent.ReclosableLatch
 
optimistic - Variable in class org.jboss.cache.interceptors.InvalidationInterceptor
 
optimistic - Variable in class org.jboss.cache.interceptors.TxInterceptor
 
OptimisticCommandsFactoryImpl - Class in org.jboss.cache.commands
Deprecated. will be removed with opt locking
OptimisticCommandsFactoryImpl() - Constructor for class org.jboss.cache.commands.OptimisticCommandsFactoryImpl
Deprecated.  
OptimisticContextFactory - Class in org.jboss.cache.factories.context
Deprecated. will be removed when optimistic locking is removed.
OptimisticContextFactory() - Constructor for class org.jboss.cache.factories.context.OptimisticContextFactory
Deprecated.  
OptimisticCreateIfNotExistsInterceptor - Class in org.jboss.cache.interceptors
Deprecated. will be removed along with optimistic and pessimistic locking.
OptimisticCreateIfNotExistsInterceptor() - Constructor for class org.jboss.cache.interceptors.OptimisticCreateIfNotExistsInterceptor
Deprecated.  
OptimisticInterceptor - Class in org.jboss.cache.interceptors
Deprecated. will be removed along with optimistic and pessimistic locking.
OptimisticInterceptor() - Constructor for class org.jboss.cache.interceptors.OptimisticInterceptor
Deprecated.  
OptimisticLockingInterceptor - Class in org.jboss.cache.interceptors
Deprecated. will be removed along with optimistic and pessimistic locking.
OptimisticLockingInterceptor() - Constructor for class org.jboss.cache.interceptors.OptimisticLockingInterceptor
Deprecated.  
OptimisticNodeFactory<K,V> - Class in org.jboss.cache.optimistic
Deprecated. will be removed along with optimistic and pessimistic locking.
OptimisticNodeFactory() - Constructor for class org.jboss.cache.optimistic.OptimisticNodeFactory
Deprecated.  
OptimisticNodeInterceptor - Class in org.jboss.cache.interceptors
Deprecated. will be removed along with optimistic and pessimistic locking.
OptimisticNodeInterceptor() - Constructor for class org.jboss.cache.interceptors.OptimisticNodeInterceptor
Deprecated.  
OptimisticPrepareCommand - Class in org.jboss.cache.commands.tx
An optimistic version of PrepareCommand.
OptimisticPrepareCommand(GlobalTransaction, List<WriteCommand>, Address, boolean) - Constructor for class org.jboss.cache.commands.tx.OptimisticPrepareCommand
 
OptimisticPrepareCommand() - Constructor for class org.jboss.cache.commands.tx.OptimisticPrepareCommand
 
OptimisticReplicationInterceptor - Class in org.jboss.cache.interceptors
Deprecated. will be removed along with optimistic and pessimistic locking.
OptimisticReplicationInterceptor() - Constructor for class org.jboss.cache.interceptors.OptimisticReplicationInterceptor
Deprecated.  
OptimisticReplicationInterceptor.DataVersionPopulator - Class in org.jboss.cache.interceptors
Deprecated.  
OptimisticReplicationInterceptor.DataVersionPopulator(TransactionWorkspace, int) - Constructor for class org.jboss.cache.interceptors.OptimisticReplicationInterceptor.DataVersionPopulator
Deprecated.  
OptimisticTransactionContext - Class in org.jboss.cache.transaction
Deprecated. will be removed along with optimistic and pessimistic locking.
OptimisticTransactionContext(Transaction) - Constructor for class org.jboss.cache.transaction.OptimisticTransactionContext
Deprecated.  
OptimisticTxInterceptor - Class in org.jboss.cache.interceptors
Deprecated. will be removed along with optimistic and pessimistic locking.
OptimisticTxInterceptor() - Constructor for class org.jboss.cache.interceptors.OptimisticTxInterceptor
Deprecated.  
OptimisticValidatorInterceptor - Class in org.jboss.cache.interceptors
Deprecated. will be removed along with optimistic and pessimistic locking.
OptimisticValidatorInterceptor() - Constructor for class org.jboss.cache.interceptors.OptimisticValidatorInterceptor
Deprecated.  
Option - Class in org.jboss.cache.config
Used to override characteristics of specific calls to the cache.
Option() - Constructor for class org.jboss.cache.config.Option
 
OrderedSynchronizationHandler - Class in org.jboss.cache.interceptors
Maintains a list of Synchronization handlers.
OrderedSynchronizationHandler(Transaction) - Constructor for class org.jboss.cache.interceptors.OrderedSynchronizationHandler
 
org.jboss.cache - package org.jboss.cache
 
org.jboss.cache.annotations - package org.jboss.cache.annotations
 
org.jboss.cache.batch - package org.jboss.cache.batch
 
org.jboss.cache.buddyreplication - package org.jboss.cache.buddyreplication
 
org.jboss.cache.cluster - package org.jboss.cache.cluster
 
org.jboss.cache.commands - package org.jboss.cache.commands
 
org.jboss.cache.commands.legacy - package org.jboss.cache.commands.legacy
 
org.jboss.cache.commands.legacy.read - package org.jboss.cache.commands.legacy.read
 
org.jboss.cache.commands.legacy.write - package org.jboss.cache.commands.legacy.write
 
org.jboss.cache.commands.read - package org.jboss.cache.commands.read
 
org.jboss.cache.commands.remote - package org.jboss.cache.commands.remote
 
org.jboss.cache.commands.tx - package org.jboss.cache.commands.tx
 
org.jboss.cache.commands.write - package org.jboss.cache.commands.write
 
org.jboss.cache.config - package org.jboss.cache.config
 
org.jboss.cache.config.parsing - package org.jboss.cache.config.parsing
 
org.jboss.cache.config.parsing.element - package org.jboss.cache.config.parsing.element
 
org.jboss.cache.eviction - package org.jboss.cache.eviction
 
org.jboss.cache.factories - package org.jboss.cache.factories
 
org.jboss.cache.factories.annotations - package org.jboss.cache.factories.annotations
 
org.jboss.cache.factories.context - package org.jboss.cache.factories.context
 
org.jboss.cache.interceptors - package org.jboss.cache.interceptors
 
org.jboss.cache.interceptors.base - package org.jboss.cache.interceptors.base
 
org.jboss.cache.invocation - package org.jboss.cache.invocation
 
org.jboss.cache.io - package org.jboss.cache.io
 
org.jboss.cache.jmx - package org.jboss.cache.jmx
 
org.jboss.cache.jmx.annotations - package org.jboss.cache.jmx.annotations
 
org.jboss.cache.loader - package org.jboss.cache.loader
 
org.jboss.cache.loader.bdbje - package org.jboss.cache.loader.bdbje
 
org.jboss.cache.loader.jdbm - package org.jboss.cache.loader.jdbm
 
org.jboss.cache.loader.s3 - package org.jboss.cache.loader.s3
 
org.jboss.cache.loader.tcp - package org.jboss.cache.loader.tcp
 
org.jboss.cache.lock - package org.jboss.cache.lock
 
org.jboss.cache.marshall - package org.jboss.cache.marshall
 
org.jboss.cache.mvcc - package org.jboss.cache.mvcc
 
org.jboss.cache.notifications - package org.jboss.cache.notifications
 
org.jboss.cache.notifications.annotation - package org.jboss.cache.notifications.annotation
 
org.jboss.cache.notifications.event - package org.jboss.cache.notifications.event
 
org.jboss.cache.optimistic - package org.jboss.cache.optimistic
 
org.jboss.cache.remoting.jgroups - package org.jboss.cache.remoting.jgroups
 
org.jboss.cache.statetransfer - package org.jboss.cache.statetransfer
 
org.jboss.cache.transaction - package org.jboss.cache.transaction
 
org.jboss.cache.util - package org.jboss.cache.util
 
org.jboss.cache.util.concurrent - package org.jboss.cache.util.concurrent
 
org.jboss.cache.util.concurrent.locks - package org.jboss.cache.util.concurrent.locks
 
org.jboss.cache.util.reflect - package org.jboss.cache.util.reflect
 
originalData - Variable in class org.jboss.cache.commands.legacy.write.PessRemoveNodeCommand
Deprecated.  
originLocal - Variable in class org.jboss.cache.invocation.AbstractInvocationDelegate
 
OwnableReentrantLock - Class in org.jboss.cache.util.concurrent.locks
A lock that supports reentrancy based on owner (and not on current thread).
OwnableReentrantLock(InvocationContextContainer) - Constructor for class org.jboss.cache.util.concurrent.locks.OwnableReentrantLock
Creates a new lock instance.
OwnableReentrantSharedLockContainer<E> - Class in org.jboss.cache.util.concurrent.locks
A LockContainer that holds OwnableReentrantLocks.
OwnableReentrantSharedLockContainer(int, InvocationContextContainer) - Constructor for class org.jboss.cache.util.concurrent.locks.OwnableReentrantSharedLockContainer
Creates a new LockContainer which uses a certain number of shared locks across all elements that need to be locked.
OWNER_ANY - Static variable in class org.jboss.cache.lock.LockMap
 
OWNER_READ - Static variable in class org.jboss.cache.lock.LockMap
 
OWNER_WRITE - Static variable in class org.jboss.cache.lock.LockMap
 
OwnerNotExistedException - Exception in org.jboss.cache.lock
 
OwnerNotExistedException() - Constructor for exception org.jboss.cache.lock.OwnerNotExistedException
 
OwnerNotExistedException(String) - Constructor for exception org.jboss.cache.lock.OwnerNotExistedException
 
OwnerNotExistedException(String, Throwable) - Constructor for exception org.jboss.cache.lock.OwnerNotExistedException
 
OwnerNotExistedException(Throwable) - Constructor for exception org.jboss.cache.lock.OwnerNotExistedException
 
ownsLock(NodeSPI, Object) - Method in class org.jboss.cache.lock.FqnLockManager
 
ownsLock(Fqn, LockType, Object) - Method in interface org.jboss.cache.lock.LockManager
Tests whether a given owner owns a lock of lockType on a particular Fqn.
ownsLock(Fqn, Object) - Method in interface org.jboss.cache.lock.LockManager
Tests whether a given owner owns any sort of lock on a particular Fqn.
ownsLock(NodeSPI<?, ?>, Object) - Method in interface org.jboss.cache.lock.LockManager
Tests whether a given owner owns any sort of lock on a particular Fqn.
ownsLock(Fqn, LockType, Object) - Method in class org.jboss.cache.lock.MVCCLockManager
 
ownsLock(Fqn, Object) - Method in class org.jboss.cache.lock.MVCCLockManager
 
ownsLock(Fqn, LockType, Object) - Method in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
ownsLock(Fqn, Object) - Method in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
ownsLock(NodeSPI, Object) - Method in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
ownsLock(E, Object) - Method in interface org.jboss.cache.util.concurrent.locks.LockContainer
Tests if a give owner owns a lock on a specified object.
ownsLock(E, Object) - Method in class org.jboss.cache.util.concurrent.locks.OwnableReentrantSharedLockContainer
 
ownsLock(E, Object) - Method in class org.jboss.cache.util.concurrent.locks.PerElementOwnableReentrantLockContainer
 
ownsLock(E, Object) - Method in class org.jboss.cache.util.concurrent.locks.PerElementReentrantLockContainer
 
ownsLock(E, Object) - Method in class org.jboss.cache.util.concurrent.locks.ReentrantSharedLockContainer
 

P

parent - Variable in class org.jboss.cache.mvcc.ReadCommittedNode
 
parentColumn - Variable in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
parentFqn - Variable in class org.jboss.cache.commands.write.RemoveNodeCommand
 
parse(InputStream, OutputStream, String) - Method in class org.jboss.cache.config.parsing.ConfigFilesConvertor
Writes to the os the 3.x configuration file resulted by transforming the 2.x configuration file passed in as is.
parse(String, OutputStream, String) - Method in class org.jboss.cache.config.parsing.ConfigFilesConvertor
Writes to the os the 3.x configuration file resulted by transforming the 2.x configuration file passed in as inputFile.
parseBuddyElement(Element) - Method in class org.jboss.cache.config.parsing.element.BuddyElementParser
 
parseBuddyReplicationConfig(Element) - Static method in class org.jboss.cache.config.parsing.XmlConfigurationParser2x
Deprecated.  
parseCacheLoaderConfig(Element) - Static method in class org.jboss.cache.config.parsing.XmlConfigurationParser2x
Deprecated.  
parseClusterConfigXml(Element) - Method in class org.jboss.cache.config.parsing.JGroupsStackParser
Parses the cluster config which is used to start a JGroups channel
parseClusterConfigXml(Element) - Static method in class org.jboss.cache.config.parsing.XmlConfigurationParser2x
Deprecated. Parses the cluster config which is used to start a JGroups channel
parseConfigs(String) - Method in class org.jboss.cache.config.parsing.CacheConfigsXmlParser
 
parseConfigs(InputStream, String) - Method in class org.jboss.cache.config.parsing.CacheConfigsXmlParser
 
parseConfiguration(Element) - Method in class org.jboss.cache.config.parsing.XmlConfigurationParser2x
Deprecated.  
parseCustomInterceptors(Element) - Method in class org.jboss.cache.config.parsing.element.CustomInterceptorsElementParser
Iterates within the given element looking for custom interceptors.
ParsedAttributes - Class in org.jboss.cache.config.parsing
Helper class for holding attributes defined in configuration file.
parseElement(Element) - Method in class org.jboss.cache.config.parsing.XmlConfigurationParser
Root should be the jbosscache element in the configuration file.
parseElementIgnoringRoot(Element) - Method in class org.jboss.cache.config.parsing.XmlConfigurationParser
 
parseEvictionConfig(Element) - Static method in class org.jboss.cache.config.parsing.XmlConfigurationParser2x
Deprecated.  
parseEvictionElement(Element) - Method in class org.jboss.cache.config.parsing.element.EvictionElementParser
 
parseEvictionPolicyConfig(Element, EvictionAlgorithmConfig) - Static method in class org.jboss.cache.config.parsing.element.EvictionElementParser
 
parseFile(String) - Method in class org.jboss.cache.config.parsing.XmlConfigurationParser
Parses an XML file and returns a new configuration.
parseFile(String) - Method in class org.jboss.cache.config.parsing.XmlConfigurationParser2x
Deprecated. Parses an XML file and returns a new configuration.
parseLoadersElement(Element) - Method in class org.jboss.cache.config.parsing.element.LoadersElementParser
 
parseSingletonStoreConfig(Element) - Method in class org.jboss.cache.config.parsing.element.LoadersElementParser
 
parseStream(InputStream) - Method in class org.jboss.cache.config.parsing.XmlConfigurationParser
Similar to XmlConfigurationParser.parseFile(String), just that it does not create the input stream.
parseStream(InputStream) - Method in class org.jboss.cache.config.parsing.XmlConfigurationParser2x
Deprecated. Parses an input stream containing XML text and returns a new configuration.
PARTIAL_STATE_DELIMITER - Static variable in class org.jboss.cache.statetransfer.DefaultStateTransferManager
 
participants - Variable in class org.jboss.cache.transaction.DummyTransaction
 
passCacheToChildConfig(ConfigurationComponent) - Method in class org.jboss.cache.config.ConfigurationComponent
 
passivate(InvocationContext, Fqn) - Method in class org.jboss.cache.interceptors.PassivationInterceptor
 
PassivationInterceptor - Class in org.jboss.cache.interceptors
Writes evicted nodes back to the store on the way in through the CacheLoader, either before each method call (no TXs), or at TX commit.
PassivationInterceptor() - Constructor for class org.jboss.cache.interceptors.PassivationInterceptor
 
PATH_PATTERN - Static variable in class org.jboss.cache.loader.FileCacheLoader
For full path, check '*' '<' '>' '|' '"' '?' Regex: [\*<>|"?]
peek(Fqn, boolean) - Method in interface org.jboss.cache.CacheSPI
Returns a node without accessing the interceptor chain.
peek(Fqn, boolean, boolean) - Method in interface org.jboss.cache.CacheSPI
Returns a node without accessing the interceptor chain, optionally returning nodes that are marked as invalid (Node.isValid() == false).
peek(Fqn) - Method in interface org.jboss.cache.DataContainer
Deprecated. Note that this only supports legacy locking schemes (OL and PL) and will be removed when those schemes are removed.
peek(Fqn, boolean) - Method in interface org.jboss.cache.DataContainer
Deprecated. Note that this only supports legacy locking schemes (OL and PL) and will be removed when those schemes are removed.
peek(Fqn, boolean, boolean) - Method in interface org.jboss.cache.DataContainer
Deprecated. Note that this only supports legacy locking schemes (OL and PL) and will be removed when those schemes are removed.
peek(Fqn) - Method in class org.jboss.cache.DataContainerImpl
 
peek(Fqn, boolean) - Method in class org.jboss.cache.DataContainerImpl
 
peek(Fqn, boolean, boolean) - Method in class org.jboss.cache.DataContainerImpl
 
peek(Fqn, boolean, boolean) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
peek(Fqn, boolean) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
peekElements() - Method in class org.jboss.cache.Fqn
Peeks into the elements that build up this Fqn.
peekInternalNode(Fqn, boolean) - Method in interface org.jboss.cache.DataContainer
Similar to DataContainer.peek(Fqn) except that the underlying node is NOT wrapped as a NodeSPI.
peekInternalNode(Fqn, boolean) - Method in class org.jboss.cache.DataContainerImpl
 
peekInternalNodeAndDirectParent(Fqn, boolean) - Method in interface org.jboss.cache.DataContainer
Similar to DataContainer.peekInternalNode(Fqn, boolean) except that the node AND its *direct* parent are retrieved.
peekInternalNodeAndDirectParent(Fqn, boolean) - Method in class org.jboss.cache.DataContainerImpl
 
peekVersioned(InvocationContext) - Method in class org.jboss.cache.commands.write.AbstractVersionedDataCommand
Utility method to peek a node and throw an exception if the version isn't what is expected.
PerElementLockContainer<E> - Class in org.jboss.cache.util.concurrent.locks
A lock container that maintains a new lock per element
PerElementLockContainer(int) - Constructor for class org.jboss.cache.util.concurrent.locks.PerElementLockContainer
 
PerElementOwnableReentrantLockContainer<E> - Class in org.jboss.cache.util.concurrent.locks
Per element container for OwnableReentrantLocks
PerElementOwnableReentrantLockContainer(int, InvocationContextContainer) - Constructor for class org.jboss.cache.util.concurrent.locks.PerElementOwnableReentrantLockContainer
 
PerElementReentrantLockContainer<E> - Class in org.jboss.cache.util.concurrent.locks
Per-element container for ReentrantLocks
PerElementReentrantLockContainer(int) - Constructor for class org.jboss.cache.util.concurrent.locks.PerElementReentrantLockContainer
 
perform(InvocationContext) - Method in class org.jboss.cache.commands.legacy.read.PessGetChildrenNamesCommand
Deprecated. Retrieves the names of children for a specific Fqn.
perform(InvocationContext) - Method in class org.jboss.cache.commands.legacy.write.CreateNodeCommand
Deprecated. Creates a node in the cache, specified by the given Fqn.
perform(InvocationContext) - Method in class org.jboss.cache.commands.legacy.write.PessClearDataCommand
Deprecated.  
perform(InvocationContext) - Method in class org.jboss.cache.commands.legacy.write.PessMoveCommand
Deprecated. Moves a node, from fqn to to, and returns null.
perform(InvocationContext) - Method in class org.jboss.cache.commands.legacy.write.PessPutDataMapCommand
Deprecated.  
perform(InvocationContext) - Method in class org.jboss.cache.commands.legacy.write.PessPutForExternalReadCommand
Deprecated.  
perform(InvocationContext) - Method in class org.jboss.cache.commands.legacy.write.PessPutKeyValueCommand
Deprecated.  
perform(InvocationContext) - Method in class org.jboss.cache.commands.legacy.write.PessRemoveKeyCommand
Deprecated.  
perform(InvocationContext) - Method in class org.jboss.cache.commands.legacy.write.PessRemoveNodeCommand
Deprecated.  
perform(InvocationContext) - Method in class org.jboss.cache.commands.legacy.write.VersionedInvalidateCommand
Deprecated.  
perform(InvocationContext) - Method in class org.jboss.cache.commands.read.ExistsCommand
Checks whether a node represented by a given Fqn exists.
perform(InvocationContext) - Method in class org.jboss.cache.commands.read.GetChildrenNamesCommand
Retrieves the names of children for a specific Fqn.
perform(InvocationContext) - Method in class org.jboss.cache.commands.read.GetDataMapCommand
Retrieves an unmodifiable map of data contained in a node referenced by the specified Fqn.
perform(InvocationContext) - Method in class org.jboss.cache.commands.read.GetKeysCommand
Retrieves Set of keys for all the data stored in a node referenced by the specified Fqn.
perform(InvocationContext) - Method in class org.jboss.cache.commands.read.GetKeyValueCommand
Retrieves the value stored under a specified key in a node referenced by the specified Fqn.
perform(InvocationContext) - Method in class org.jboss.cache.commands.read.GetNodeCommand
Retrieves a Node referenced by the specified Fqn.
perform(InvocationContext) - Method in class org.jboss.cache.commands.read.GravitateDataCommand
Searches for data to gravitate given an Fqn and whether buddy backup subtrees are to be searched as well.
perform(InvocationContext) - Method in class org.jboss.cache.commands.remote.AnnounceBuddyPoolNameCommand
This method calls the relevant handler on the buddy manager to deal with this pool broadcast.
perform(InvocationContext) - Method in class org.jboss.cache.commands.remote.AssignToBuddyGroupCommand
This method calls the relevant handler on the buddy manager to deal with being assigned to a buddy group
perform(InvocationContext) - Method in class org.jboss.cache.commands.remote.ClusteredGetCommand
Invokes a DataCommand on a remote cache and returns results.
perform(InvocationContext) - Method in class org.jboss.cache.commands.remote.DataGravitationCleanupCommand
Performs a cleanup on nodes that would have been previously gravitated away from the current cache instance.
perform(InvocationContext) - Method in class org.jboss.cache.commands.remote.RemoveFromBuddyGroupCommand
This method calls the relevant handler on the buddy manager to deal with being removed from a buddy group
perform(InvocationContext) - Method in class org.jboss.cache.commands.remote.ReplicateCommand
Executes commands replicated to the current cache instance by other cache instances.
perform(InvocationContext) - Method in class org.jboss.cache.commands.remote.StateTransferControlCommand
 
perform(InvocationContext) - Method in interface org.jboss.cache.commands.ReplicableCommand
Performs the primary function of the command.
perform(InvocationContext) - Method in class org.jboss.cache.commands.tx.AbstractTransactionCommand
Default implementation which is a no-op.
perform(InvocationContext) - Method in class org.jboss.cache.commands.write.ClearDataCommand
Clears the data map in the node referenced by the specified Fqn.
perform(InvocationContext) - Method in class org.jboss.cache.commands.write.EvictCommand
Evicts a node.
perform(InvocationContext) - Method in class org.jboss.cache.commands.write.InvalidateCommand
Performs an invalidation on a specified node
perform(InvocationContext) - Method in class org.jboss.cache.commands.write.MoveCommand
Moves a node, from fqn to to, and returns null.
perform(InvocationContext) - Method in class org.jboss.cache.commands.write.PutDataMapCommand
Adds the provided data map to the data map in the node referenced by the specified Fqn.
perform(InvocationContext) - Method in class org.jboss.cache.commands.write.PutKeyValueCommand
Puts the specified key and value into the data map in the node referenced by the specified Fqn.
perform(InvocationContext) - Method in class org.jboss.cache.commands.write.RemoveKeyCommand
Removes the specified key from the data map in the node referenced by the specified Fqn.
perform(InvocationContext) - Method in class org.jboss.cache.commands.write.RemoveNodeCommand
Removes the node referenced by the specified Fqn.
PessClearDataCommand - Class in org.jboss.cache.commands.legacy.write
Deprecated. will be removed along with optimistic and pessimistic locking.
PessClearDataCommand(GlobalTransaction, Fqn) - Constructor for class org.jboss.cache.commands.legacy.write.PessClearDataCommand
Deprecated.  
PessClearDataCommand() - Constructor for class org.jboss.cache.commands.legacy.write.PessClearDataCommand
Deprecated.  
PessGetChildrenNamesCommand - Class in org.jboss.cache.commands.legacy.read
Deprecated. will be removed along with optimistic and pessimistic locking.
PessGetChildrenNamesCommand() - Constructor for class org.jboss.cache.commands.legacy.read.PessGetChildrenNamesCommand
Deprecated.  
PessGetChildrenNamesCommand(Fqn) - Constructor for class org.jboss.cache.commands.legacy.read.PessGetChildrenNamesCommand
Deprecated.  
PessimisticCommandsFactoryImpl - Class in org.jboss.cache.commands
Deprecated. will be removed with possimistic locking
PessimisticCommandsFactoryImpl() - Constructor for class org.jboss.cache.commands.PessimisticCommandsFactoryImpl
Deprecated.  
PessimisticContextFactory - Class in org.jboss.cache.factories.context
Deprecated. will be removed when pessimistic locking is removed.
PessimisticContextFactory() - Constructor for class org.jboss.cache.factories.context.PessimisticContextFactory
Deprecated.  
PessimisticLockInterceptor - Class in org.jboss.cache.interceptors
Deprecated. will be removed along with optimistic and pessimistic locking.
PessimisticLockInterceptor() - Constructor for class org.jboss.cache.interceptors.PessimisticLockInterceptor
Deprecated.  
PessimisticNodeBasedLockManager - Class in org.jboss.cache.lock
Deprecated. will be removed with pessimistic locking
PessimisticNodeBasedLockManager() - Constructor for class org.jboss.cache.lock.PessimisticNodeBasedLockManager
Deprecated.  
PessimisticNodeFactory<K,V> - Class in org.jboss.cache
Deprecated. will be removed along with optimistic and pessimistic locking.
PessimisticNodeFactory() - Constructor for class org.jboss.cache.PessimisticNodeFactory
Deprecated.  
PessimisticTransactionContext - Class in org.jboss.cache.transaction
Deprecated. will be removed along with optimistic and pessimistic locking.
PessimisticTransactionContext(Transaction) - Constructor for class org.jboss.cache.transaction.PessimisticTransactionContext
Deprecated.  
PessimisticUnversionedNode<K,V> - Class in org.jboss.cache
Deprecated. will be removed along with optimistic and pessimistic locking.
PessimisticUnversionedNode(Object, Fqn, Map<K, V>, CacheSPI<K, V>) - Constructor for class org.jboss.cache.PessimisticUnversionedNode
Deprecated.  
PessMoveCommand - Class in org.jboss.cache.commands.legacy.write
Deprecated. will be removed along with optimistic and pessimistic locking.
PessMoveCommand() - Constructor for class org.jboss.cache.commands.legacy.write.PessMoveCommand
Deprecated.  
PessMoveCommand(Fqn, Fqn) - Constructor for class org.jboss.cache.commands.legacy.write.PessMoveCommand
Deprecated.  
PessPutDataMapCommand - Class in org.jboss.cache.commands.legacy.write
Deprecated. will be removed along with optimistic and pessimistic locking.
PessPutDataMapCommand(GlobalTransaction, Fqn, Map) - Constructor for class org.jboss.cache.commands.legacy.write.PessPutDataMapCommand
Deprecated.  
PessPutDataMapCommand() - Constructor for class org.jboss.cache.commands.legacy.write.PessPutDataMapCommand
Deprecated.  
PessPutForExternalReadCommand - Class in org.jboss.cache.commands.legacy.write
Deprecated. will be removed along with optimistic and pessimistic locking.
PessPutForExternalReadCommand(GlobalTransaction, Fqn, Object, Object) - Constructor for class org.jboss.cache.commands.legacy.write.PessPutForExternalReadCommand
Deprecated.  
PessPutForExternalReadCommand() - Constructor for class org.jboss.cache.commands.legacy.write.PessPutForExternalReadCommand
Deprecated.  
PessPutKeyValueCommand - Class in org.jboss.cache.commands.legacy.write
Deprecated. will be removed along with optimistic and pessimistic locking.
PessPutKeyValueCommand(GlobalTransaction, Fqn, Object, Object) - Constructor for class org.jboss.cache.commands.legacy.write.PessPutKeyValueCommand
Deprecated.  
PessPutKeyValueCommand() - Constructor for class org.jboss.cache.commands.legacy.write.PessPutKeyValueCommand
Deprecated.  
PessRemoveKeyCommand - Class in org.jboss.cache.commands.legacy.write
Deprecated. will be removed along with optimistic and pessimistic locking.
PessRemoveKeyCommand(GlobalTransaction, Fqn, Object) - Constructor for class org.jboss.cache.commands.legacy.write.PessRemoveKeyCommand
Deprecated.  
PessRemoveKeyCommand() - Constructor for class org.jboss.cache.commands.legacy.write.PessRemoveKeyCommand
Deprecated.  
PessRemoveNodeCommand - Class in org.jboss.cache.commands.legacy.write
Deprecated. will be removed along with optimistic and pessimistic locking.
PessRemoveNodeCommand(GlobalTransaction, Fqn) - Constructor for class org.jboss.cache.commands.legacy.write.PessRemoveNodeCommand
Deprecated.  
PessRemoveNodeCommand() - Constructor for class org.jboss.cache.commands.legacy.write.PessRemoveNodeCommand
Deprecated.  
PLAIN_CACHE_TYPE - Static variable in class org.jboss.cache.jmx.JmxUtil
Deprecated.  
PlatformMBeanServerRegistration - Class in org.jboss.cache.jmx
If Configuration.getExposeManagementStatistics() is true, then class will register all the MBeans from the ConfigurationRegistry to the pltform MBean server.
PlatformMBeanServerRegistration() - Constructor for class org.jboss.cache.jmx.PlatformMBeanServerRegistration
 
PluggableConfigurationComponent - Class in org.jboss.cache.config
A configuration component where the implementation class can be specified, and comes with its own set of properties.
PluggableConfigurationComponent() - Constructor for class org.jboss.cache.config.PluggableConfigurationComponent
 
populateFromBaseConfig(CacheLoaderConfig.IndividualCacheLoaderConfig) - Method in class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
 
populatePreparedStatementForInsert(Fqn, Map, PreparedStatement) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoader
Expects a PreparedStatement binded to AdjListJDBCCacheLoaderConfig.getInsertNodeSql()
postDeregister() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated. Unregisters the ResourcesDMBean, if CacheJmxWrapper.getRegisterJmxResource() is true.
postRegister(Boolean) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated. Registers the cache's MBean resources, if CacheJmxWrapper.getRegisterJmxResource() is true.
preDeregister() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated. No-op.
PREFIX - Static variable in class org.jboss.cache.jmx.JmxUtil
Deprecated.  
preload(Fqn, boolean, boolean) - Method in class org.jboss.cache.loader.CacheLoaderManager
Preloads a specific Fqn into the cache from the configured cacheloader
preloadCache() - Method in class org.jboss.cache.loader.CacheLoaderManager
Performs a preload on the cache based on the cache loader preload configs used when configuring the cache.
prepare(Object, List<Modification>, boolean) - Method in class org.jboss.cache.loader.AbstractCacheLoader
 
prepare(Object, List<Modification>, boolean) - Method in class org.jboss.cache.loader.AbstractDelegatingCacheLoader
 
prepare(Object, List<Modification>, boolean) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoader
First phase in transaction commit process.
prepare(Object, List<Modification>, boolean) - Method in class org.jboss.cache.loader.AsyncCacheLoader
TODO this is the same as the AbstractCacheLoader.
prepare(Object, List<Modification>, boolean) - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Begins a transaction and applies the given modifications.
prepare(Object, List<Modification>, boolean) - Method in interface org.jboss.cache.loader.CacheLoader
Prepares a list of modifications.
prepare(Object, List, boolean) - Method in class org.jboss.cache.loader.ChainingCacheLoader
Prepare the modifications.
prepare(Object, List, boolean) - Method in class org.jboss.cache.loader.ClusteredCacheLoader
Does nothing.
prepare(Object) - Method in interface org.jboss.cache.loader.ConnectionFactory
 
prepare(Object) - Method in class org.jboss.cache.loader.ManagedConnectionFactory
 
prepare(Object, List<Modification>, boolean) - Method in class org.jboss.cache.loader.ReadOnlyDelegatingCacheLoader
 
prepare(Object, List<Modification>, boolean) - Method in class org.jboss.cache.loader.SingletonStoreCacheLoader
Calls the underlying cache loader's operation if the current node is the coordinator.
prepareAndLogStatement(Connection, String, String...) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoader
Creates a prepared statement using the given connection and SQL string, logs the statement that is about to be executed to the logger, and optionally sets String parameters provided on the prepared statement before returning the prepared statement.
prepareCacheLoader(GlobalTransaction, TransactionContext, boolean) - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor
 
PrepareCommand - Class in org.jboss.cache.commands.tx
The prepare phase of a 2-phase commit, or the single prepare/commit phase of a single-phase commit.
PrepareCommand(GlobalTransaction, List<WriteCommand>, Address, boolean) - Constructor for class org.jboss.cache.commands.tx.PrepareCommand
 
PrepareCommand() - Constructor for class org.jboss.cache.commands.tx.PrepareCommand
 
PrePostProcessingCommandInterceptor - Class in org.jboss.cache.interceptors.base
This interceptor adds pre and post processing to each visitXXX() method.
PrePostProcessingCommandInterceptor() - Constructor for class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
preRegister(MBeanServer, ObjectName) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated. Caches the provided server and objName.
prettyPrint(long) - Static method in class org.jboss.cache.util.CachePrinter
Prints a time for display
primaryKey - Variable in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
print(StringBuilder, int) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
print(StringBuilder, int) - Method in interface org.jboss.cache.NodeSPI
Deprecated. 
printCacheDetails() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
printCacheDetails() - Method in interface org.jboss.cache.jmx.CacheJmxWrapperMBean
Deprecated.  
printCacheDetails(Cache) - Static method in class org.jboss.cache.util.CachePrinter
Prints the contents of the cache (nodes + data) to a string
printCacheDetailsAsHtml() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
printCacheDetailsAsHtml() - Method in interface org.jboss.cache.jmx.CacheJmxWrapperMBean
Deprecated.  
printCacheInterceptors(CacheSPI<?, ?>) - Static method in class org.jboss.cache.util.CachePrinter
 
printCacheLockingInfo(Cache) - Static method in class org.jboss.cache.util.CachePrinter
Prints the status of locks in the cache (nodes + locks) to a string
printConfigurationAsHtmlString() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
printConfigurationAsHtmlString() - Method in interface org.jboss.cache.jmx.CacheJmxWrapperMBean
Deprecated.  
printConfigurationAsString() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
printConfigurationAsString() - Method in interface org.jboss.cache.jmx.CacheJmxWrapperMBean
Deprecated.  
printDebugStats() - Method in class org.jboss.cache.util.FastCopyHashMap
 
printDetails(Event) - Method in class org.jboss.cache.ConsoleListener
 
printDetails() - Method in interface org.jboss.cache.DataContainer
 
printDetails() - Method in class org.jboss.cache.DataContainerImpl
Prints information about the contents of the nodes in the cache's current in-memory state.
printDetails(StringBuilder, int) - Method in interface org.jboss.cache.InternalNode
 
printDetails(StringBuilder, int) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
printDetails(StringBuilder, int) - Method in class org.jboss.cache.mvcc.NodeReference
 
printDetails(StringBuilder, int) - Method in interface org.jboss.cache.NodeSPI
Prints details of this node to the StringBuilder passed in.
printDetails(StringBuilder, int) - Method in class org.jboss.cache.UnversionedNode
 
printDetailsAsHtml() - Method in class org.jboss.cache.DataContainerImpl
 
printDetailsInMap(StringBuilder, int) - Method in class org.jboss.cache.PessimisticUnversionedNode
Deprecated. Adds details of the node into a map as strings.
printDetailsInMap(StringBuilder, int) - Method in class org.jboss.cache.UnversionedNode
Adds details of the node into a map as strings.
printDetailsWithFqn(NodeEvent) - Method in class org.jboss.cache.ConsoleListener
 
printIndent(StringBuilder, int) - Method in class org.jboss.cache.UnversionedNode
 
printInfo() - Method in class org.jboss.cache.lock.LockMap
Debugging information.
printInterceptorChain(CommandInterceptor) - Static method in class org.jboss.cache.util.CachePrinter
 
printLockInfo() - Method in class org.jboss.cache.DataContainerImpl
Returns lock information.
printLockInfo() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
printLockInfo() - Method in interface org.jboss.cache.jmx.CacheJmxWrapperMBean
Deprecated.  
printLockInfo(StringBuilder, int) - Method in class org.jboss.cache.lock.IdentityLock
Deprecated.  
printLockInfo(NodeSPI<?, ?>) - Method in interface org.jboss.cache.lock.LockManager
Prints lock information about a node (and its children) to a String.
printLockInfo() - Method in interface org.jboss.cache.lock.LockManager
Prints lock information for all locks.
printLockInfo(NodeSPI) - Method in class org.jboss.cache.lock.MVCCLockManager
 
printLockInfo() - Method in class org.jboss.cache.lock.MVCCLockManager
 
printLockInfo(NodeSPI) - Method in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
printLockInfo() - Method in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
printLockInfo(StringBuilder, int) - Method in interface org.jboss.cache.lock.NodeLock
Deprecated.  
printLockInfoAsHtml() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
printLockInfoAsHtml() - Method in interface org.jboss.cache.jmx.CacheJmxWrapperMBean
Deprecated.  
printNewView(ViewChangedEvent) - Method in class org.jboss.cache.ConsoleListener
 
printVersion() - Static method in class org.jboss.cache.Version
Returns version information as a string.
printVersionId(byte[], int) - Static method in class org.jboss.cache.Version
 
printVersionId(byte[]) - Static method in class org.jboss.cache.Version
 
process(BlockingQueue<EvictionEvent>) - Method in class org.jboss.cache.eviction.BaseEvictionAlgorithm
Process the given eviction event queue.
process(BlockingQueue<EvictionEvent>) - Method in interface org.jboss.cache.eviction.EvictionAlgorithm
Entry point for eviction algorithm.
process(BlockingQueue<EvictionEvent>) - Method in class org.jboss.cache.eviction.NullEvictionAlgorithm
 
processAddedElement(EvictionEvent) - Method in class org.jboss.cache.eviction.BaseEvictionAlgorithm
 
processAddedNodes(EvictionEvent) - Method in class org.jboss.cache.eviction.BaseEvictionAlgorithm
Convenience method, which calls BaseEvictionAlgorithm.processAddedNodes(EvictionEvent, int) using values in the evictedEventNode for number of added elements and the resetElementCount flag.
processAddedNodes(EvictionEvent, int) - Method in class org.jboss.cache.eviction.BaseEvictionAlgorithm
 
processConfig(CacheLoaderConfig.IndividualCacheLoaderConfig) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoader
 
processConfig(CacheLoaderConfig.IndividualCacheLoaderConfig) - Method in class org.jboss.cache.loader.JDBCCacheLoader
Builds a AdjListJDBCCacheLoaderConfig based on the supplied base config.
processConfig(CacheLoaderConfig.IndividualCacheLoaderConfig) - Method in class org.jboss.cache.loader.JDBCCacheLoaderOld
Deprecated.  
processEvictionQueues() - Method in interface org.jboss.cache.Region
Processes the eviction queues (primary and recycle queues) associated with this region.
processEvictionQueues() - Method in class org.jboss.cache.RegionImpl
 
processMarkInUseNodes(Fqn, long) - Method in class org.jboss.cache.eviction.BaseEvictionAlgorithm
 
processQueues(BlockingQueue<EvictionEvent>) - Method in class org.jboss.cache.eviction.BaseEvictionAlgorithm
Event processing for Evict/Add/Visiting of nodes.
processQueues(BlockingQueue<EvictionEvent>) - Method in class org.jboss.cache.eviction.BaseSortedEvictionAlgorithm
 
processQueues(BlockingQueue<EvictionEvent>) - Method in class org.jboss.cache.eviction.ExpirationAlgorithm
 
processRemovedElement(EvictionEvent) - Method in class org.jboss.cache.eviction.BaseEvictionAlgorithm
 
processRemovedNodes(EvictionEvent) - Method in class org.jboss.cache.eviction.BaseEvictionAlgorithm
Remove a node from cache.
processUnmarkInUseNodes(Fqn) - Method in class org.jboss.cache.eviction.BaseEvictionAlgorithm
 
processVisitedNodes(EvictionEvent) - Method in class org.jboss.cache.eviction.BaseEvictionAlgorithm
Visit a node in cache.
processVisitedNodes(EvictionEvent) - Method in class org.jboss.cache.eviction.MRUAlgorithm
 
properties - Variable in class org.jboss.cache.config.PluggableConfigurationComponent
 
prune() - Method in class org.jboss.cache.eviction.BaseEvictionAlgorithm
 
prune() - Method in class org.jboss.cache.eviction.ElementSizeAlgorithm
 
prune() - Method in class org.jboss.cache.eviction.ElementSizeQueue
 
prune() - Method in class org.jboss.cache.eviction.ExpirationAlgorithm
 
prune() - Method in class org.jboss.cache.eviction.LFUAlgorithm
 
prune() - Method in class org.jboss.cache.eviction.LFUQueue
 
prune() - Method in class org.jboss.cache.eviction.LRUAlgorithm
 
purgeIfNecessary() - Method in class org.jboss.cache.loader.ChainingCacheLoader
 
purgeLoaders(boolean) - Method in class org.jboss.cache.loader.CacheLoaderManager
 
pushState(NodeSPI) - Method in class org.jboss.cache.loader.SingletonStoreCacheLoader
Pushes the state of a specific node by reading the node's data from the cache and putting in the cache store via the cache loader.
put(Fqn, K, V) - Method in interface org.jboss.cache.Cache
Associates the specified value with the specified key for a Node in this cache.
put(String, K, V) - Method in interface org.jboss.cache.Cache
Convenience method that takes a string representation of an Fqn.
put(Fqn, Map<? extends K, ? extends V>) - Method in interface org.jboss.cache.Cache
Copies all of the mappings from the specified map to a Node.
put(String, Map<? extends K, ? extends V>) - Method in interface org.jboss.cache.Cache
Convenience method that takes a string representation of an Fqn.
put(K, V) - Method in interface org.jboss.cache.InternalNode
 
put(Fqn, Map<? extends K, ? extends V>) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
put(String, Map<? extends K, ? extends V>) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
put(Fqn, K, V) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
put(String, K, V) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
put(K, V) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
put(Fqn, Map<Object, Object>, boolean) - Method in class org.jboss.cache.loader.AbstractCacheLoader
 
put(List<Modification>) - Method in class org.jboss.cache.loader.AbstractCacheLoader
 
put(Fqn, Object, Object) - Method in class org.jboss.cache.loader.AbstractDelegatingCacheLoader
 
put(Fqn, Map) - Method in class org.jboss.cache.loader.AbstractDelegatingCacheLoader
 
put(List<Modification>) - Method in class org.jboss.cache.loader.AbstractDelegatingCacheLoader
 
put(Fqn, Object, Object) - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
put(Fqn, Map) - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
put(List<Modification>) - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
put(Fqn, Object, Object) - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Stores a single FQN-key-value record.
put(Fqn, 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<Modification>) - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Applies the given modifications.
put(Fqn, Object, Object) - Method in interface org.jboss.cache.loader.CacheLoader
Puts a key and value into the attribute map of a given node.
put(Fqn, Map<Object, Object>) - Method in interface org.jboss.cache.loader.CacheLoader
Puts all entries of the map into the existing map of the given node, overwriting existing keys, but not clearing the existing map before insertion.
put(List<Modification>) - Method in interface org.jboss.cache.loader.CacheLoader
Applies all modifications to the backend store.
put(Fqn, Object, Object) - Method in class org.jboss.cache.loader.ChainingCacheLoader
Inserts key and value into the attributes hashmap of the given node.
put(Fqn, Map) - Method in class org.jboss.cache.loader.ChainingCacheLoader
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<Modification>) - Method in class org.jboss.cache.loader.ChainingCacheLoader
Inserts all modifications to the backend store.
put(Fqn, Object, Object) - Method in class org.jboss.cache.loader.ClusteredCacheLoader
 
put(Fqn, Map) - Method in class org.jboss.cache.loader.ClusteredCacheLoader
Does nothing; replication handles put.
put(List<Modification>) - Method in class org.jboss.cache.loader.ClusteredCacheLoader
Does nothing; replication handles put.
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(Fqn, Object, Object) - Method in class org.jboss.cache.loader.JDBCCacheLoader
As per interface's contract.
put(Fqn, Map) - Method in class org.jboss.cache.loader.JDBCCacheLoader
As per interface's contract.
put(Fqn, Object, Object) - Method in class org.jboss.cache.loader.JDBCCacheLoaderOld
Deprecated. Adds/overrides a value in a node for a key.
put(Fqn, Map) - Method in class org.jboss.cache.loader.JDBCCacheLoaderOld
Deprecated. Adds attributes from the passed in map to the existing node.
put(Fqn, Map, boolean) - Method in class org.jboss.cache.loader.JDBCCacheLoaderOld
Deprecated.  
put(Fqn, Object, Object) - Method in class org.jboss.cache.loader.jdbm.JdbmCacheLoader
Stores a single FQN-key-value record.
put(Fqn, Map) - Method in class org.jboss.cache.loader.jdbm.JdbmCacheLoader
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<Modification>) - Method in class org.jboss.cache.loader.jdbm.JdbmCacheLoader
Applies the given modifications.
put(Fqn, Object, Object) - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoader
 
put(Fqn, Map<Object, Object>) - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoader
 
put(Fqn, Object, Object) - Method in class org.jboss.cache.loader.ReadOnlyDelegatingCacheLoader
 
put(Fqn, Map) - Method in class org.jboss.cache.loader.ReadOnlyDelegatingCacheLoader
 
put(List<Modification>) - Method in class org.jboss.cache.loader.ReadOnlyDelegatingCacheLoader
 
put(Fqn, Object, Object) - Method in class org.jboss.cache.loader.s3.S3CacheLoader
Stores a single FQN-key-value record.
put(Fqn, Map<Object, Object>) - Method in class org.jboss.cache.loader.s3.S3CacheLoader
Stores a map of key-values for a given FQN, but does not delete existing key-value pairs (that is, it does not erase).
put(Fqn, Object, Object) - Method in class org.jboss.cache.loader.SingletonStoreCacheLoader
Calls the underlying cache loader's operation if the current node is the coordinator.
put(Fqn, Map) - Method in class org.jboss.cache.loader.SingletonStoreCacheLoader
Calls the underlying cache loader's operation if the current node is the coordinator.
put(List<Modification>) - Method in class org.jboss.cache.loader.SingletonStoreCacheLoader
Calls the underlying cache loader's operation if the current node is the coordinator.
PUT - Static variable in interface org.jboss.cache.loader.tcp.TcpCacheOperations
 
put(Fqn, Object, Object) - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoader
 
put(Fqn, Map<Object, Object>) - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoader
 
put(List<Modification>) - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoader
 
put(K, V) - Method in class org.jboss.cache.lock.ThreadLocalMap
 
put(Object, Object) - Method in class org.jboss.cache.marshall.MarshalledValueMap
 
put(K, V) - Method in class org.jboss.cache.mvcc.NodeReference
 
put(K, V) - Method in interface org.jboss.cache.Node
Associates the specified value with the specified key for this node.
put(K, V) - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated.  
put(K, V) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
put(Transaction, GlobalTransaction) - Method in class org.jboss.cache.transaction.TransactionTable
Associates the global transaction with the local transaction.
put(GlobalTransaction, TransactionContext) - Method in class org.jboss.cache.transaction.TransactionTable
Associates the global transaction with a transaction context.
put(K, V) - Method in class org.jboss.cache.UnversionedNode
 
put(K, V) - Method in class org.jboss.cache.util.concurrent.SelfInitializingConcurrentHashMap
 
put(K, V) - Method in class org.jboss.cache.util.DeltaMap
 
put(K, V) - Method in class org.jboss.cache.util.FastCopyHashMap
 
put(Map<K, V>, K, V) - Static method in class org.jboss.cache.util.MinMapUtil
Puts a mapping into a map, returns a map with the mapping.
PUT_KEY_VAL - Static variable in interface org.jboss.cache.loader.tcp.TcpCacheOperations
 
PUT_LIST - Static variable in interface org.jboss.cache.loader.tcp.TcpCacheOperations
 
putAll(Map<? extends K, ? extends V>) - Method in interface org.jboss.cache.InternalNode
 
putAll(Map<? extends K, ? extends V>) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
putAll(Map<? extends K, ? extends V>) - Method in class org.jboss.cache.lock.ThreadLocalMap
 
putAll(Map) - Method in class org.jboss.cache.marshall.MarshalledValueMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.jboss.cache.mvcc.NodeReference
 
putAll(Map<? extends K, ? extends V>) - Method in interface org.jboss.cache.Node
Copies all of the mappings from the specified map to this node's map.
putAll(Map<K, V>) - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated.  
putAll(Map<K, V>) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
putAll(Map<? extends K, ? extends V>) - Method in class org.jboss.cache.UnversionedNode
 
putAll(Map<? extends K, ? extends V>) - Method in class org.jboss.cache.util.concurrent.SelfInitializingConcurrentHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.jboss.cache.util.FastCopyHashMap
 
putAll(Map<K, V>, Map<K, V>) - Static method in class org.jboss.cache.util.MinMapUtil
Puts a number of entries into a map, returns a map.
putAllDirect(Map<? extends K, ? extends V>) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
putAllDirect(Map<? extends K, ? extends V>) - Method in interface org.jboss.cache.NodeSPI
Functionally the same as Node.putAll(Map) except that it operates directly on the node and bypasses the interceptor chain.
PutDataMapCommand - Class in org.jboss.cache.commands.write
Implements functionality defined by Cache.put(String, java.util.Map).
PutDataMapCommand(GlobalTransaction, Fqn, Map) - Constructor for class org.jboss.cache.commands.write.PutDataMapCommand
 
PutDataMapCommand() - Constructor for class org.jboss.cache.commands.write.PutDataMapCommand
 
putDirect(K, V) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
putDirect(K, V) - Method in interface org.jboss.cache.NodeSPI
Functionally the same as Node.put(Object,Object) except that it operates directly on the node and bypasses the interceptor chain.
putForExternalRead(Fqn, K, V) - Method in interface org.jboss.cache.Cache
Under special operating behavior, associates the value with the specified key for a node identified by the Fqn passed in.
putForExternalRead(Fqn, K, V) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
PutForExternalReadCommand - Class in org.jboss.cache.commands.write
Represents the Cache.putForExternalRead(org.jboss.cache.Fqn, Object, Object) method call.
PutForExternalReadCommand(GlobalTransaction, Fqn, Object, Object) - Constructor for class org.jboss.cache.commands.write.PutForExternalReadCommand
 
PutForExternalReadCommand() - Constructor for class org.jboss.cache.commands.write.PutForExternalReadCommand
 
putIfAbsent(K, V) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
putIfAbsent(K, V) - Method in interface org.jboss.cache.Node
If the specified key is not already associated with a value, associate it with the given value, and returns the Object (if any) that occupied the space, or null.
putIfAbsent(K, V) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
putIfAbsent(K, V) - Method in class org.jboss.cache.util.concurrent.SelfInitializingConcurrentHashMap
 
PutKeyValueCommand - Class in org.jboss.cache.commands.write
Implements functionality defined by Cache.put(org.jboss.cache.Fqn, Object, Object).
PutKeyValueCommand(GlobalTransaction, Fqn, Object, Object) - Constructor for class org.jboss.cache.commands.write.PutKeyValueCommand
 
PutKeyValueCommand() - Constructor for class org.jboss.cache.commands.write.PutKeyValueCommand
 
putLookedUpNode(Fqn, NodeSPI) - Method in class org.jboss.cache.invocation.LegacyInvocationContext
Deprecated.  
putLookedUpNode(Fqn, NodeSPI) - Method in class org.jboss.cache.invocation.MVCCInvocationContext
Puts an entry in the registry of looked up nodes in the current scope.
putLookedUpNode(Fqn, NodeSPI) - Method in class org.jboss.cache.InvocationContext
Puts an entry in the registry of looked up nodes in the current scope.
putLookedUpNode(Fqn, NodeSPI) - Method in class org.jboss.cache.transaction.MVCCTransactionContext
Puts an entry in the registry of looked up nodes in the current scope.
putLookedUpNodes(Map<Fqn, NodeSPI>) - Method in class org.jboss.cache.invocation.LegacyInvocationContext
Deprecated.  
putLookedUpNodes(Map<Fqn, NodeSPI>) - Method in class org.jboss.cache.invocation.MVCCInvocationContext
 
putLookedUpNodes(Map<Fqn, NodeSPI>) - Method in class org.jboss.cache.InvocationContext
Adds a map of looked up nodes to the current map of looked up nodes
putLookedUpNodes(Map<Fqn, NodeSPI>) - Method in class org.jboss.cache.transaction.MVCCTransactionContext
 
putNodeEvent(EvictedEventNode) - Method in interface org.jboss.cache.Region
Deprecated.  
putNodeEvent(EvictedEventNode) - Method in class org.jboss.cache.RegionImpl
Deprecated. 
putReferencedObject(int, Object) - Method in class org.jboss.cache.marshall.UnmarshalledReferences
Adds a referenced object to the list of references

Q

QUALIFIED_CONFIG_ROOT - Static variable in class org.jboss.cache.config.parsing.CacheConfigsXmlParser
 

R

raw - Variable in class org.jboss.cache.marshall.MarshalledValue
 
readBooleanAttribute(Element, String, String, boolean) - Static method in class org.jboss.cache.config.parsing.XmlConfigHelper
Retrieves the boolean value of a given attribute for the first encountered instance of elementName
readBooleanContents(Element, String) - Static method in class org.jboss.cache.config.parsing.XmlConfigHelper
Similar to XmlConfigHelper.readStringContents(org.w3c.dom.Element,String) except that it returns a boolean.
readBooleanContents(Element, String, boolean) - Static method in class org.jboss.cache.config.parsing.XmlConfigHelper
Similar to XmlConfigHelper.readStringContents(org.w3c.dom.Element,String) except that it returns a boolean.
ReadCommittedNode - Class in org.jboss.cache.mvcc
A node delegate that encapsulates read committed semantics when writes are initiated, committed or rolled back.
ReadCommittedNode(InternalNode, InternalNode) - Constructor for class org.jboss.cache.mvcc.ReadCommittedNode
 
ReadCommittedNode.Flags - Enum in org.jboss.cache.mvcc
 
readerLock_ - Variable in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
 
readerOwners() - Method in class org.jboss.cache.lock.LockMap
Returns an unmodifiable set of reader owner objects.
readExternal(ObjectInput) - Method in class org.jboss.cache.Fqn
 
readExternal(ObjectInput) - Method in class org.jboss.cache.marshall.MarshalledValue
 
readExternal(ObjectInput) - Method in class org.jboss.cache.marshall.MarshalledValueMap
 
readExternal(ObjectInput) - Method in class org.jboss.cache.marshall.NodeData
 
readExternal(ObjectInput) - Method in class org.jboss.cache.marshall.NodeDataExceptionMarker
 
readExternal(ObjectInput) - Method in class org.jboss.cache.Modification
Reads data from an external stream.
readExternal(ObjectInput) - Method in class org.jboss.cache.transaction.GlobalTransaction
 
readExternal(ObjectInput) - Method in class org.jboss.cache.util.ImmutableListCopy
See ImmutableListCopy.writeExternal(java.io.ObjectOutput) for serialization format
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
 
ReadOnlyDelegatingCacheLoader - Class in org.jboss.cache.loader
Provides ignoreModifications features to all cache loaders.
ReadOnlyDelegatingCacheLoader(CacheLoader) - Constructor for class org.jboss.cache.loader.ReadOnlyDelegatingCacheLoader
 
readPropertiesContents(Element, String) - Static method in class org.jboss.cache.config.parsing.XmlConfigHelper
Reads the contents of a named sub element within a given element, and attempts to parse the contents as a Java properties file.
readReference(ObjectInputStream) - Method in class org.jboss.cache.marshall.CacheMarshaller200
Reads a reference from a given stream.
readReference(ObjectInputStream) - Method in class org.jboss.cache.marshall.CacheMarshaller210
This version of readReference is written to solve JBCACHE-1211, where references are encoded as ints rather than shorts.
readRoot(InputStream) - Method in class org.jboss.cache.config.parsing.RootElementBuilder
 
readStringContents(Element, String) - Static method in class org.jboss.cache.config.parsing.XmlConfigHelper
Reads the contents of the first occurence of elementName under the given element, trimming results of whitespace.
readUnsignedInt(ObjectInputStream) - Method in class org.jboss.cache.marshall.CacheMarshaller200
 
readUnsignedInt(ObjectInputStream) - Method in class org.jboss.cache.marshall.CacheMarshaller210
Reads an int stored in variable-length format.
readUnsignedLong(ObjectInputStream) - Method in class org.jboss.cache.marshall.CacheMarshaller200
 
readUnsignedLong(ObjectInputStream) - Method in class org.jboss.cache.marshall.CacheMarshaller210
Reads an int stored in variable-length format.
ReadWriteLockWithUpgrade - Class in org.jboss.cache.lock
This class is similar to PreferredWriterReadWriteLock except that the read lock is upgradable to write lock.
ReadWriteLockWithUpgrade() - Constructor for class org.jboss.cache.lock.ReadWriteLockWithUpgrade
 
ReadWriteLockWithUpgrade.ReaderLock - Class in org.jboss.cache.lock
 
ReadWriteLockWithUpgrade.ReaderLock() - Constructor for class org.jboss.cache.lock.ReadWriteLockWithUpgrade.ReaderLock
 
ReadWriteLockWithUpgrade.WriterLock - Class in org.jboss.cache.lock
 
ReadWriteLockWithUpgrade.WriterLock() - Constructor for class org.jboss.cache.lock.ReadWriteLockWithUpgrade.WriterLock
 
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.
receive(Message) - Method in class org.jboss.cache.remoting.jgroups.ChannelMessageListener
Callback, does nothing.
ReclosableLatch - Class in org.jboss.cache.util.concurrent
This latch allows you to set a default state (open or closed), and repeatedly open or close the latch and have threads wait on it.
ReclosableLatch() - Constructor for class org.jboss.cache.util.concurrent.ReclosableLatch
 
ReclosableLatch(boolean) - Constructor for class org.jboss.cache.util.concurrent.ReclosableLatch
 
recordNodeLoaded(InvocationContext, Fqn) - Method in class org.jboss.cache.interceptors.ActivationInterceptor
 
recordNodeLoaded(InvocationContext, Fqn) - Method in class org.jboss.cache.interceptors.CacheLoaderInterceptor
 
recordNodeLoaded(InvocationContext, Fqn) - Method in class org.jboss.cache.interceptors.LegacyActivationInterceptor
Deprecated.  
recordNodeLoaded(InvocationContext, Fqn) - Method in class org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor
Deprecated.  
recursivelyMarkAsRemoved(NodeSPI, InvocationContext) - Method in class org.jboss.cache.commands.legacy.write.PessRemoveNodeCommand
Deprecated.  
recursivelyMarkAsRemoved(NodeSPI, InvocationContext) - Method in class org.jboss.cache.commands.write.RemoveNodeCommand
Recursively marks a node as removed.
recycleQueue - Variable in class org.jboss.cache.eviction.BaseEvictionAlgorithm
Contains Fqn instances.
ReentrantSharedLockContainer<E> - Class in org.jboss.cache.util.concurrent.locks
A LockContainer that holds ReentrantLocks
ReentrantSharedLockContainer(int) - Constructor for class org.jboss.cache.util.concurrent.locks.ReentrantSharedLockContainer
Creates a new LockContainer which uses a certain number of shared locks across all elements that need to be locked.
ReflectionUtil - Class in org.jboss.cache.util.reflect
Basic reflection utilities to enhance what the JDK provides.
ReflectionUtil() - Constructor for class org.jboss.cache.util.reflect.ReflectionUtil
 
REGION - Static variable in class org.jboss.cache.config.EvictionRegionConfig
 
region - Variable in class org.jboss.cache.marshall.RegionalizedMethodCall
 
Region - Interface in org.jboss.cache
Defines characteristics such as class loading and eviction of Nodes belonging to a Region in a Cache.
Region.Status - Enum in org.jboss.cache
Region status
Region.Type - Enum in org.jboss.cache
Types of regions.
RegionalizedMethodCall - Class in org.jboss.cache.marshall
A regionalized MethodCall object, created when Marshaller.regionalizedMethodCallFromByteBuffer(byte[]) or Marshaller.regionalizedMethodCallFromObjectStream(java.io.ObjectInputStream) is called.
RegionalizedMethodCall() - Constructor for class org.jboss.cache.marshall.RegionalizedMethodCall
 
regionalizedMethodCallFromByteBuffer(byte[]) - Method in class org.jboss.cache.marshall.AbstractMarshaller
 
regionalizedMethodCallFromByteBuffer(byte[]) - Method in interface org.jboss.cache.marshall.Marshaller
Returns a RegionalizedMethodCall from a byte buffer.
regionalizedMethodCallFromByteBuffer(byte[]) - Method in class org.jboss.cache.marshall.VersionAwareMarshaller
 
regionalizedMethodCallFromObjectStream(ObjectInputStream) - Method in class org.jboss.cache.marshall.AbstractMarshaller
 
regionalizedMethodCallFromObjectStream(ObjectInputStream) - Method in class org.jboss.cache.marshall.CacheMarshaller200
 
regionalizedMethodCallFromObjectStream(ObjectInputStream) - Method in interface org.jboss.cache.marshall.Marshaller
Returns a RegionalizedMethodCall from an object input stream.
regionAwareMarshall(Fqn, Object) - Method in class org.jboss.cache.loader.AbstractCacheLoader
 
regionAwareUnmarshall(Fqn, Object) - Method in class org.jboss.cache.loader.AbstractCacheLoader
 
RegionEmptyException - Exception in org.jboss.cache
Exception to represent a region being empty when state was expected in that region.
RegionEmptyException() - Constructor for exception org.jboss.cache.RegionEmptyException
 
RegionEmptyException(Throwable) - Constructor for exception org.jboss.cache.RegionEmptyException
 
RegionEmptyException(String) - Constructor for exception org.jboss.cache.RegionEmptyException
 
RegionEmptyException(String, Throwable) - Constructor for exception org.jboss.cache.RegionEmptyException
 
regionFqn - Variable in class org.jboss.cache.eviction.BaseEvictionAlgorithm
 
RegionImpl - Class in org.jboss.cache
Default implementation of a Region
RegionImpl(Fqn, RegionManager) - Constructor for class org.jboss.cache.RegionImpl
Constructs a marshalling region from an fqn and region manager.
RegionImpl(EvictionRegionConfig, Fqn, RegionManager) - Constructor for class org.jboss.cache.RegionImpl
Constructs an eviction region from a policy and configuration, defined by an fqn and region manager.
regionManager - Variable in class org.jboss.cache.interceptors.EvictionInterceptor
 
regionManager - Variable in class org.jboss.cache.loader.AbstractCacheLoader
 
regionManager - Variable in class org.jboss.cache.marshall.AbstractMarshaller
 
RegionManager - Interface in org.jboss.cache
Manages regions.
regionManager - Variable in class org.jboss.cache.statetransfer.DefaultStateTransferManager
 
regionManager_ - Variable in class org.jboss.cache.eviction.LRUPolicy
Deprecated.  
RegionManagerFactory - Class in org.jboss.cache.factories
Creates region managers
RegionManagerFactory() - Constructor for class org.jboss.cache.factories.RegionManagerFactory
 
RegionManagerImpl - Class in org.jboss.cache
The default region manager, used with MVCC locking.
RegionManagerImpl() - Constructor for class org.jboss.cache.RegionManagerImpl
 
RegionNameConflictException - Exception in org.jboss.cache.eviction
MarshRegion name conflicts with pre-existing regions.
RegionNameConflictException() - Constructor for exception org.jboss.cache.eviction.RegionNameConflictException
 
RegionNameConflictException(String) - Constructor for exception org.jboss.cache.eviction.RegionNameConflictException
 
RegionNameConflictException(String, Throwable) - Constructor for exception org.jboss.cache.eviction.RegionNameConflictException
 
RegionNameConflictException - Exception in org.jboss.cache.marshall
MarshRegion name conflicts with pre-existing regions.
RegionNameConflictException() - Constructor for exception org.jboss.cache.marshall.RegionNameConflictException
 
RegionNameConflictException(String) - Constructor for exception org.jboss.cache.marshall.RegionNameConflictException
 
RegionNameConflictException(String, Throwable) - Constructor for exception org.jboss.cache.marshall.RegionNameConflictException
 
RegionNotEmptyException - Exception in org.jboss.cache
Thrown when an attempt is made to RegionManager.activate(Fqn) activate a subtree} root in Fqn that already has an existing node in the cache.
RegionNotEmptyException() - Constructor for exception org.jboss.cache.RegionNotEmptyException
 
RegionNotEmptyException(String) - Constructor for exception org.jboss.cache.RegionNotEmptyException
 
RegionNotEmptyException(String, Throwable) - Constructor for exception org.jboss.cache.RegionNotEmptyException
 
RegionNotFoundException - Exception in org.jboss.cache.marshall
MarshRegion name not found.
RegionNotFoundException() - Constructor for exception org.jboss.cache.marshall.RegionNotFoundException
 
RegionNotFoundException(String) - Constructor for exception org.jboss.cache.marshall.RegionNotFoundException
 
RegionNotFoundException(String, Throwable) - Constructor for exception org.jboss.cache.marshall.RegionNotFoundException
 
RegionRegistry - Class in org.jboss.cache
An extension of the ConcurrentHashMap that acts as a container for regions.
RegionRegistry() - Constructor for class org.jboss.cache.RegionRegistry
 
registerAllMBeans() - Method in class org.jboss.cache.jmx.JmxRegistrationManager
Performs the MBean registration.
registerAtHead(Synchronization) - Method in class org.jboss.cache.interceptors.OrderedSynchronizationHandler
 
registerAtTail(Synchronization) - Method in class org.jboss.cache.interceptors.OrderedSynchronizationHandler
 
registerCache(Cache<Object, Object>, String) - Method in class org.jboss.cache.CacheManagerImpl
 
registerCacheMBean(MBeanServer, CacheJmxWrapperMBean, String) - Static method in class org.jboss.cache.jmx.JmxUtil
Deprecated.  
registerComponent(Object, Class) - Method in class org.jboss.cache.factories.ComponentRegistry
Registers a component in the registry under the given type, and injects any dependencies needed.
registerConfiguration(String, Configuration) - Method in interface org.jboss.cache.config.ConfigurationRegistry
Register the given configuration under the given name.
registerConfiguration(String, Configuration) - Method in class org.jboss.cache.config.XmlParsingConfigurationRegistry
 
registerContextClassLoader(ClassLoader) - Method in interface org.jboss.cache.Region
Registers a specific ClassLoader for this region, overridding the default cache class loader.
registerContextClassLoader(ClassLoader) - Method in class org.jboss.cache.RegionImpl
 
registerDefaultClassLoader(ClassLoader) - Method in class org.jboss.cache.factories.ComponentRegistry
Registers the default class loader.
REGISTERED - Static variable in interface org.jboss.cache.jmx.CacheJmxWrapperMBean
Deprecated. The MBean has been instantiated and has completed MBeanRegistration.postRegister
registerEvictionEvent(Fqn, EvictionEvent.Type, int) - Method in interface org.jboss.cache.Region
Registers an eviction event on the region's eviction event queue for later processing by Region.processEvictionQueues().
registerEvictionEvent(Fqn, EvictionEvent.Type) - Method in interface org.jboss.cache.Region
An overloaded version of Region.registerEvictionEvent(Fqn, org.jboss.cache.eviction.EvictionEvent.Type, int) which uses a default elementDifference value.
registerEvictionEvent(Fqn, EvictionEvent.Type) - Method in class org.jboss.cache.RegionImpl
 
registerEvictionEvent(Fqn, EvictionEvent.Type, int) - Method in class org.jboss.cache.RegionImpl
 
registerInternalFqn(Fqn) - Method in interface org.jboss.cache.DataContainer
Adds the specified Fqn to the list of Fqns to be considered "internal".
registerInternalFqn(Fqn) - Method in class org.jboss.cache.DataContainerImpl
 
registerJmxResources() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
registerSynchronization(Synchronization) - Method in class org.jboss.cache.transaction.DummyTransaction
Register a Synchronization callback with this transaction.
registerToPlatformMBeanServer() - Method in class org.jboss.cache.jmx.PlatformMBeanServerRegistration
Here is where the registration is being performed.
release(Object) - Method in class org.jboss.cache.lock.IdentityLock
Deprecated. Release the lock held by the owner.
release(Object) - Method in interface org.jboss.cache.lock.NodeLock
Deprecated. Releases the lock held by the owner.
releaseAll() - Method in class org.jboss.cache.lock.IdentityLock
Deprecated. Release all locks associated with this instance.
releaseAll(Object) - Method in class org.jboss.cache.lock.IdentityLock
Deprecated.  
releaseAll() - Method in interface org.jboss.cache.lock.NodeLock
Deprecated. Releases all locks associated with this instance.
releaseAll(Object) - Method in interface org.jboss.cache.lock.NodeLock
Deprecated. Releases all locks with this owner.
releaseAllLocks(List<Fqn>) - Method in class org.jboss.cache.lock.StripedLock
Releases locks on all fqns passed in.
releaseCache(String) - Method in interface org.jboss.cache.CacheManager
Notifies the registry that the caller is no longer using the given cache.
releaseCache(String) - Method in class org.jboss.cache.CacheManagerImpl
 
releaseForce() - Method in class org.jboss.cache.lock.IdentityLock
Deprecated. Same as releaseAll now.
releaseLock(Fqn) - Method in class org.jboss.cache.lock.StripedLock
Releases a lock the caller may be holding.
releaseLock(E) - Method in class org.jboss.cache.util.concurrent.locks.AbstractSharedLockContainer
 
releaseLock(E) - Method in interface org.jboss.cache.util.concurrent.locks.LockContainer
 
releaseLock(E) - Method in class org.jboss.cache.util.concurrent.locks.PerElementLockContainer
 
releaseObjectReferences(boolean) - Method in interface org.jboss.cache.InternalNode
 
releaseObjectReferences(boolean) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
releaseObjectReferences(boolean) - Method in class org.jboss.cache.mvcc.NodeReference
 
releaseObjectReferences(boolean) - Method in interface org.jboss.cache.Node
Method that releases object references of cached objects held in the cache by serializing them to byte buffers.
releaseObjectReferences(boolean) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
releaseObjectReferences(boolean) - Method in class org.jboss.cache.PessimisticUnversionedNode
Deprecated.  
releaseObjectReferences(boolean) - Method in class org.jboss.cache.UnversionedNode
 
releaseReaderOwners(LockStrategy) - Method in class org.jboss.cache.lock.LockMap
 
releaseStateTransferLocks(NodeSPI) - Method in class org.jboss.cache.statetransfer.LegacyStateTransferManager
Deprecated.  
remove(Fqn, K) - Method in interface org.jboss.cache.Cache
Removes the mapping for this key from a Node.
remove(String, K) - Method in interface org.jboss.cache.Cache
Convenience method that takes a string representation of an Fqn.
remove(K) - Method in interface org.jboss.cache.InternalNode
 
remove(Fqn, K) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
remove(String, K) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
remove(K) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
remove(Fqn, Object) - Method in class org.jboss.cache.loader.AbstractDelegatingCacheLoader
 
remove(Fqn) - Method in class org.jboss.cache.loader.AbstractDelegatingCacheLoader
 
remove(Fqn, Object) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoader
Removes attribute's value for a key.
remove(Fqn, Object) - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
remove(Fqn) - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
remove(Fqn) - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Deletes the node for a given FQN and all its descendent nodes.
remove(Fqn, Object) - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Deletes a single FQN-key-value record.
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 and all its subnodes, does nothing if the node does not exist.
remove(Fqn, Object) - Method in class org.jboss.cache.loader.ChainingCacheLoader
Removes the given key and value from the attributes of the given node.
remove(Fqn) - Method in class org.jboss.cache.loader.ChainingCacheLoader
Removes the given node.
remove(Fqn, Object) - Method in class org.jboss.cache.loader.ClusteredCacheLoader
Fetches the remove value, does not remove.
remove(Fqn) - Method in class org.jboss.cache.loader.ClusteredCacheLoader
Does nothing; replication handles removal.
remove(Fqn, Object) - Method in class org.jboss.cache.loader.FileCacheLoader
 
remove(Fqn) - Method in class org.jboss.cache.loader.FileCacheLoader
 
remove(Fqn) - Method in class org.jboss.cache.loader.JDBCCacheLoader
As per interface's contrect.
remove(Fqn) - Method in class org.jboss.cache.loader.JDBCCacheLoaderOld
Deprecated. Removes a node and all its children.
remove(Fqn) - Method in class org.jboss.cache.loader.jdbm.JdbmCacheLoader
Deletes the node for a given FQN and all its descendent nodes.
remove(Fqn, Object) - Method in class org.jboss.cache.loader.jdbm.JdbmCacheLoader
Deletes a single FQN-key-value record.
remove(Fqn, Object) - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoader
 
remove(Fqn) - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoader
 
remove(Fqn, Object) - Method in class org.jboss.cache.loader.ReadOnlyDelegatingCacheLoader
 
remove(Fqn) - Method in class org.jboss.cache.loader.ReadOnlyDelegatingCacheLoader
 
remove(Fqn, Object) - Method in class org.jboss.cache.loader.s3.S3CacheLoader
Removes a key from an FQN.
remove(Fqn) - Method in class org.jboss.cache.loader.s3.S3CacheLoader
Deletes the node for a given FQN and all its descendant nodes.
remove(Fqn, Object) - Method in class org.jboss.cache.loader.SingletonStoreCacheLoader
Calls the underlying cache loader's operation if the current node is the coordinator.
remove(Fqn) - Method in class org.jboss.cache.loader.SingletonStoreCacheLoader
Calls the underlying cache loader's operation if the current node is the coordinator.
REMOVE - Static variable in interface org.jboss.cache.loader.tcp.TcpCacheOperations
 
remove(Fqn, Object) - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoader
 
remove(Fqn) - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoader
 
remove(Object) - Method in class org.jboss.cache.lock.ThreadLocalMap
 
remove(Object) - Method in class org.jboss.cache.marshall.MarshalledValueMap
 
remove(K) - Method in class org.jboss.cache.mvcc.NodeReference
 
remove(K) - Method in interface org.jboss.cache.Node
Removes the mapping for this key from this node if it is present.
remove(K) - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated.  
remove(K) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
remove(GlobalTransaction) - Method in class org.jboss.cache.transaction.TransactionTable
Removes a global transation, returns the old transaction entry.
remove(Transaction) - Method in class org.jboss.cache.transaction.TransactionTable
Removes a local transation, returns the global transaction entry.
remove(GlobalTransaction, Transaction) - Method in class org.jboss.cache.transaction.TransactionTable
 
remove(K) - Method in class org.jboss.cache.UnversionedNode
 
remove(int) - Method in class org.jboss.cache.util.BitEncodedIntegerSet
Removes an integer from the set
remove(Object) - Method in class org.jboss.cache.util.concurrent.ConcurrentHashSet
 
remove(Object) - Method in class org.jboss.cache.util.concurrent.SelfInitializingConcurrentHashMap
 
remove(Object, Object) - Method in class org.jboss.cache.util.concurrent.SelfInitializingConcurrentHashMap
 
remove(Object) - Method in class org.jboss.cache.util.DeltaMap
 
remove(Object) - Method in class org.jboss.cache.util.FastCopyHashMap
 
remove(Object) - Method in class org.jboss.cache.util.ImmutableListCopy
 
remove(Map<K, V>, K) - Static method in class org.jboss.cache.util.MinMapUtil
Removes a mapping by key from a map, returns the map.
REMOVE_DATA - Static variable in interface org.jboss.cache.loader.tcp.TcpCacheOperations
 
REMOVE_KEY - Static variable in interface org.jboss.cache.loader.tcp.TcpCacheOperations
 
removeAll() - Method in class org.jboss.cache.lock.LockMap
Remove all ownership.
removeAll(Collection<?>) - Method in class org.jboss.cache.util.concurrent.ConcurrentHashSet
 
removeAll(Collection<?>) - Method in class org.jboss.cache.util.ImmutableListCopy
 
removeAllCacheListeners() - Method in class org.jboss.cache.notifications.NotifierImpl
Removes all listeners from the notifier, including the evictionPolicyListener.
removeBuddies(Collection<Address>) - Method in class org.jboss.cache.buddyreplication.BuddyGroup
 
removeCacheListener(Object) - Method in interface org.jboss.cache.Cache
Removes a CacheListener-annotated object from the cache.
removeCacheListener(Object) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
removeCacheListener(Object) - Method in interface org.jboss.cache.notifications.Notifier
Removes a cache listener from the list of cache listeners registered.
removeCacheListener(Object) - Method in class org.jboss.cache.notifications.NotifierImpl
 
removeChild(Object) - Method in interface org.jboss.cache.InternalNode
 
removeChild(Fqn) - Method in interface org.jboss.cache.InternalNode
 
removeChild(Fqn) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
removeChild(Object) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
removeChild(Object) - Method in class org.jboss.cache.mvcc.NodeReference
 
removeChild(Fqn) - Method in class org.jboss.cache.mvcc.NodeReference
 
removeChild(Fqn) - Method in interface org.jboss.cache.Node
Removes a child node specified by the given relative Fqn.
removeChild(Object) - Method in interface org.jboss.cache.Node
Removes a child node specified by the given name.
removeChild(Object) - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated.  
removeChild(Fqn) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
removeChild(Object) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
removeChild(Object) - Method in class org.jboss.cache.UnversionedNode
 
removeChild(Fqn) - Method in class org.jboss.cache.UnversionedNode
 
removeChildConfig(ConfigurationComponent) - Method in class org.jboss.cache.config.ConfigurationComponent
 
removeChildConfigs(Collection<? extends ConfigurationComponent>) - Method in class org.jboss.cache.config.ConfigurationComponent
 
removeChildDirect(Fqn) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
removeChildDirect(Object) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
removeChildDirect(Fqn) - Method in interface org.jboss.cache.NodeSPI
Removes a child directly from a node.
removeChildDirect(Object) - Method in interface org.jboss.cache.NodeSPI
Removes a child directly from a node.
removeChildren() - Method in interface org.jboss.cache.InternalNode
 
removeChildren() - Method in class org.jboss.cache.mvcc.NodeReference
 
removeChildren() - Method in class org.jboss.cache.UnversionedNode
 
removeChildrenDirect() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
removeChildrenDirect() - Method in interface org.jboss.cache.NodeSPI
Directly removes all children for this node.
removeCommands(List<Class<? extends ReplicableCommand>>) - Method in class org.jboss.cache.commands.remote.ReplicateCommand
 
removeData(NodeSPI, InvocationContext) - Method in class org.jboss.cache.commands.legacy.write.VersionedInvalidateCommand
Deprecated.  
removeData(Fqn) - Method in class org.jboss.cache.loader.AbstractDelegatingCacheLoader
 
removeData(Fqn) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoader
Nullifies the node.
removeData(Fqn) - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
removeData(Fqn) - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Clears the map for the given node, but does not remove the node.
removeData(Fqn) - Method in interface org.jboss.cache.loader.CacheLoader
Removes all attributes from a given node, but doesn't delete the node itself or any subnodes.
removeData(Fqn) - Method in class org.jboss.cache.loader.ChainingCacheLoader
Removes all attributes from a given node, but doesn't delete the node itself
removeData(Fqn) - Method in class org.jboss.cache.loader.ClusteredCacheLoader
Does nothing; replication handles removal.
removeData(Fqn) - Method in class org.jboss.cache.loader.FileCacheLoader
 
removeData(Fqn) - Method in class org.jboss.cache.loader.jdbm.JdbmCacheLoader
Clears the map for the given node, but does not remove the node.
removeData(Fqn) - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoader
 
removeData(Fqn) - Method in class org.jboss.cache.loader.ReadOnlyDelegatingCacheLoader
 
removeData(Fqn) - Method in class org.jboss.cache.loader.s3.S3CacheLoader
Clears the map for the given node, but does not remove the node.
removeData(Fqn) - Method in class org.jboss.cache.loader.SingletonStoreCacheLoader
Calls the underlying cache loader's operation if the current node is the coordinator.
removeData(Fqn) - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoader
 
removedEntries - Variable in class org.jboss.cache.util.Util.MapModifications
 
removeDirect(K) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
removeDirect(K) - Method in interface org.jboss.cache.NodeSPI
Removes a data key directly from a node.
RemoveFromBuddyGroupCommand - Class in org.jboss.cache.commands.remote
Removes a buddy from a group.
RemoveFromBuddyGroupCommand(String) - Constructor for class org.jboss.cache.commands.remote.RemoveFromBuddyGroupCommand
 
RemoveFromBuddyGroupCommand() - Constructor for class org.jboss.cache.commands.remote.RemoveFromBuddyGroupCommand
 
removeFromDataStructure(Fqn, boolean) - Method in interface org.jboss.cache.DataContainer
Removes the actual node from the tree data structure.
removeFromDataStructure(Fqn, boolean) - Method in class org.jboss.cache.DataContainerImpl
 
removeFromEnvironment(String) - Method in class org.jboss.cache.transaction.DummyContext
Removes an environment property from the environment of this context.
removeInterceptor(int) - Method in interface org.jboss.cache.Cache
Removes the interceptor at a specified position, where the first interceptor in the chain is at position 0 and the last one at getInterceptorChain().size() - 1.
removeInterceptor(Class<? extends CommandInterceptor>) - Method in interface org.jboss.cache.Cache
Removes the interceptor of specified type.
removeInterceptor(int) - Method in class org.jboss.cache.interceptors.InterceptorChain
Removes the interceptor at the given postion.
removeInterceptor(Class<? extends CommandInterceptor>) - Method in class org.jboss.cache.interceptors.InterceptorChain
Removes all the occurences of supplied interceptor type from the chain.
removeInterceptor(int) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
removeInterceptor(Class<? extends CommandInterceptor>) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
RemoveKeyCommand - Class in org.jboss.cache.commands.write
Implements functionality defined by Cache.remove(org.jboss.cache.Fqn, Object)
RemoveKeyCommand(GlobalTransaction, Fqn, Object) - Constructor for class org.jboss.cache.commands.write.RemoveKeyCommand
 
RemoveKeyCommand() - Constructor for class org.jboss.cache.commands.write.RemoveKeyCommand
 
removeLock(Object) - Method in class org.jboss.cache.InvocationContext
Removes a lock from the currently maintained collection of locks acquired.
removeLock(Object) - Method in class org.jboss.cache.transaction.AbstractTransactionContext
 
removeLock(Object) - Method in interface org.jboss.cache.transaction.TransactionContext
Removes a lock from the currently maintained collection of locks acquired.
removeModifications(Collection<WriteCommand>) - Method in class org.jboss.cache.commands.tx.PrepareCommand
 
removeNode(Fqn) - Method in interface org.jboss.cache.Cache
Removes a Node indicated by absolute Fqn.
removeNode(String) - Method in interface org.jboss.cache.Cache
Convenience method that takes a string representation of an Fqn.
removeNode(Fqn) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
removeNode(String) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
removeNode(Fqn) - Method in interface org.jboss.cache.optimistic.TransactionWorkspace
Deprecated. Is thread safe so you dont need to deal with synchronising access to this method.
removeNode(Fqn) - Method in class org.jboss.cache.optimistic.TransactionWorkspaceImpl
Deprecated.  
RemoveNodeCommand - Class in org.jboss.cache.commands.write
Implements functionality defined by Cache.removeNode(org.jboss.cache.Fqn)
RemoveNodeCommand(GlobalTransaction, Fqn) - Constructor for class org.jboss.cache.commands.write.RemoveNodeCommand
 
RemoveNodeCommand() - Constructor for class org.jboss.cache.commands.write.RemoveNodeCommand
 
removeNodeEntry(NodeEntry) - Method in class org.jboss.cache.eviction.ElementSizeQueue
 
removeNodeEntry(NodeEntry) - Method in interface org.jboss.cache.eviction.EvictionQueue
Remove a NodeEntry from queue.
removeNodeEntry(NodeEntry) - Method in class org.jboss.cache.eviction.FIFOQueue
 
removeNodeEntry(NodeEntry) - Method in class org.jboss.cache.eviction.LFUQueue
 
removeNodeEntry(NodeEntry) - Method in class org.jboss.cache.eviction.LRUQueue
 
removeNodeEntry(NodeEntry) - Method in class org.jboss.cache.eviction.MRUQueue
 
removeNodeEntry(NodeEntry) - Method in class org.jboss.cache.eviction.NullEvictionQueue
No-op
removeNodeEntryFromLRU(NodeEntry) - Method in class org.jboss.cache.eviction.LRUQueue
 
removeNodeEntryFromMaxAge(NodeEntry) - Method in class org.jboss.cache.eviction.LRUQueue
 
removeNotificationListener(NotificationListener) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
removeObject(Fqn) - Method in interface org.jboss.cache.loader.CacheLoaderAop
Removes the object with the given key from the persistent store.
RemoveOnEvictActionPolicy - Class in org.jboss.cache.eviction
An eviction action policy that calls Cache.removeNode(org.jboss.cache.Fqn) to evict a node.
RemoveOnEvictActionPolicy() - Constructor for class org.jboss.cache.eviction.RemoveOnEvictActionPolicy
 
removeReader(Object) - Method in class org.jboss.cache.lock.LockMap
Remove reader ownership.
removeRegion(Fqn) - Method in interface org.jboss.cache.Cache
Removes a region denoted by the Fqn passed in.
removeRegion(Fqn) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
removeRegion(Fqn) - Method in interface org.jboss.cache.RegionManager
Removes a Region identified by the given fqn.
removeRegion(Fqn) - Method in class org.jboss.cache.RegionManagerImpl
 
removeWriter() - Method in class org.jboss.cache.lock.LockMap
Remove writer ownership.
rename(Name, Name) - Method in class org.jboss.cache.transaction.DummyContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.jboss.cache.transaction.DummyContext
Binds a new name to the object bound to an old name, and unbinds the old name.
reorderByLRU(Fqn) - Method in class org.jboss.cache.eviction.LRUQueue
 
RepeatableReadNode - Class in org.jboss.cache.mvcc
A node delegate that encapsulates repeatable read semantics when writes are initiated, committed or rolled back.
RepeatableReadNode(InternalNode, InternalNode) - Constructor for class org.jboss.cache.mvcc.RepeatableReadNode
 
replace(K, V) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
replace(K, V, V) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
replace(K, V) - Method in interface org.jboss.cache.Node
Replace entry for key only if currently mapped to some value.
replace(K, V, V) - Method in interface org.jboss.cache.Node
Replace entry for key only if currently mapped to given value.
replace(K, V) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
replace(K, V, V) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
replace(K, V, V) - Method in class org.jboss.cache.util.concurrent.SelfInitializingConcurrentHashMap
 
replace(K, V) - Method in class org.jboss.cache.util.concurrent.SelfInitializingConcurrentHashMap
 
replaceAll(Map<? extends K, ? extends V>) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
replaceAll(Map<? extends K, ? extends V>) - Method in interface org.jboss.cache.Node
Similar to Node.putAll(java.util.Map) except that it removes any entries that exists in the data map first.
replaceAll(Map<K, V>) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
replaceAncestor(Fqn<E>, Fqn<E>) - Method in class org.jboss.cache.Fqn
Creates a new Fqn whose ancestor has been replaced with the new ancestor passed in.
replaceChildConfig(ConfigurationComponent, ConfigurationComponent) - Method in class org.jboss.cache.config.ConfigurationComponent
 
replaceChildConfigs(Collection<? extends ConfigurationComponent>, Collection<? extends ConfigurationComponent>) - Method in class org.jboss.cache.config.ConfigurationComponent
 
replayModifications(InvocationContext, Transaction, PrepareCommand) - Method in class org.jboss.cache.interceptors.OptimisticTxInterceptor
Deprecated. Replays modifications by passing them up the interceptor chain.
replayModifications(InvocationContext, Transaction, PrepareCommand) - Method in class org.jboss.cache.interceptors.TxInterceptor
Replays modifications
replayVisitor - Variable in class org.jboss.cache.interceptors.OptimisticTxInterceptor
Deprecated.  
ReplicableCommand - Interface in org.jboss.cache.commands
The core of the command-based cache framework.
replicateCall(InvocationContext, ReplicableCommand, boolean, Option, boolean) - Method in class org.jboss.cache.interceptors.BaseRpcInterceptor
 
replicateCall(InvocationContext, ReplicableCommand, boolean, Option) - Method in class org.jboss.cache.interceptors.BaseRpcInterceptor
 
replicateCall(InvocationContext, Vector<Address>, ReplicableCommand, boolean, Option, boolean) - Method in class org.jboss.cache.interceptors.BaseRpcInterceptor
 
replicateCall(Vector<Address>, ReplicableCommand, boolean, boolean, boolean, boolean, long) - Method in class org.jboss.cache.interceptors.BaseRpcInterceptor
 
ReplicateCommand - Class in org.jboss.cache.commands.remote
Command that implements cluster replication logic.
ReplicateCommand(List<ReplicableCommand>) - Constructor for class org.jboss.cache.commands.remote.ReplicateCommand
 
ReplicateCommand(ReplicableCommand) - Constructor for class org.jboss.cache.commands.remote.ReplicateCommand
 
ReplicateCommand() - Constructor for class org.jboss.cache.commands.remote.ReplicateCommand
 
REPLICATED_CACHE_PREFIX - Static variable in class org.jboss.cache.jmx.JmxRegistrationManager
default ObjectName for clusterd caches.
ReplicationException - Exception in org.jboss.cache
Thrown when a replication problem occurred
ReplicationException() - Constructor for exception org.jboss.cache.ReplicationException
 
ReplicationException(Throwable) - Constructor for exception org.jboss.cache.ReplicationException
 
ReplicationException(String) - Constructor for exception org.jboss.cache.ReplicationException
 
ReplicationException(String, Throwable) - Constructor for exception org.jboss.cache.ReplicationException
 
ReplicationInterceptor - Class in org.jboss.cache.interceptors
Takes care of replicating modifications to other nodes in a cluster.
ReplicationInterceptor() - Constructor for class org.jboss.cache.interceptors.ReplicationInterceptor
 
ReplicationObserver - Interface in org.jboss.cache.marshall
This is a hook for observing remotely replicated commands on this instance.
ReplicationQueue - Class in org.jboss.cache.cluster
Periodically (or when certain size is exceeded) takes elements and replicates them.
ReplicationQueue() - Constructor for class org.jboss.cache.cluster.ReplicationQueue
 
ReplicationQueueFactory - Class in org.jboss.cache.factories
RPCManager factory
ReplicationQueueFactory() - Constructor for class org.jboss.cache.factories.ReplicationQueueFactory
 
reportAndRethrowError(String, Exception) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoader
 
RequestIgnoredResponse - Class in org.jboss.cache.marshall
Indicates that the request was ignored,
RequestIgnoredResponse() - Constructor for class org.jboss.cache.marshall.RequestIgnoredResponse
 
reset() - Method in interface org.jboss.cache.config.EvictionAlgorithmConfig
Resets the values to their defaults.
reset() - Method in interface org.jboss.cache.config.EvictionPolicyConfig
Deprecated. Resets the values to their defaults.
reset() - Method in class org.jboss.cache.config.Option
Resets this option to defaults.
reset() - Method in class org.jboss.cache.config.RuntimeConfig
Resets the runtime to default values.
reset() - Method in class org.jboss.cache.eviction.ElementSizeAlgorithmConfig
 
reset() - Method in class org.jboss.cache.eviction.ElementSizeConfiguration
Deprecated.  
reset() - Method in class org.jboss.cache.eviction.EvictionAlgorithmConfigBase
 
reset() - Method in class org.jboss.cache.eviction.EvictionPolicyConfigBase
Deprecated.  
reset() - Method in class org.jboss.cache.eviction.ExpirationAlgorithmConfig
 
reset() - Method in class org.jboss.cache.eviction.FIFOAlgorithmConfig
 
reset() - Method in class org.jboss.cache.eviction.FIFOConfiguration
Deprecated.  
reset() - Method in class org.jboss.cache.eviction.LFUAlgorithmConfig
 
reset() - Method in class org.jboss.cache.eviction.LRUAlgorithmConfig
 
reset() - Method in class org.jboss.cache.eviction.LRUConfiguration
Deprecated.  
reset() - Method in class org.jboss.cache.eviction.MRUAlgorithmConfig
 
reset() - Method in class org.jboss.cache.eviction.MRUConfiguration
Deprecated.  
reset() - Method in class org.jboss.cache.eviction.NullEvictionAlgorithmConfig
No-op
reset() - Method in class org.jboss.cache.eviction.NullEvictionPolicyConfig
Deprecated. No-op
reset() - Method in class org.jboss.cache.invocation.MVCCInvocationContext
 
reset() - Method in class org.jboss.cache.InvocationContext
Resets the context, freeing up any references.
reset() - Method in interface org.jboss.cache.RegionManager
Resets the region manager's regions registry
reset() - Method in class org.jboss.cache.RegionManagerImpl
 
reset() - Method in class org.jboss.cache.transaction.AbstractTransactionContext
 
reset() - Method in class org.jboss.cache.transaction.MVCCTransactionContext
 
reset() - Method in class org.jboss.cache.transaction.PessimisticTransactionContext
Deprecated.  
reset() - Method in interface org.jboss.cache.transaction.TransactionContext
Cleans up internal state, freeing up references.
reset() - Method in interface org.jboss.cache.util.concurrent.locks.LockContainer
Clears all locks held and re-initialises stripes.
reset() - Method in class org.jboss.cache.util.concurrent.locks.OwnableReentrantSharedLockContainer
 
reset() - Method in class org.jboss.cache.util.concurrent.locks.PerElementLockContainer
 
reset() - Method in class org.jboss.cache.util.concurrent.locks.ReentrantSharedLockContainer
 
resetEvictionQueue() - Method in class org.jboss.cache.eviction.BaseEvictionAlgorithm
 
resetEvictionQueue() - Method in interface org.jboss.cache.eviction.EvictionAlgorithm
Reset the whole eviction queue.
resetEvictionQueue() - Method in class org.jboss.cache.eviction.ExpirationAlgorithm
 
resetEvictionQueue() - Method in class org.jboss.cache.eviction.NullEvictionAlgorithm
 
resetEvictionQueues() - Method in interface org.jboss.cache.Region
Clears the node event queue used for processing eviction.
resetEvictionQueues() - Method in class org.jboss.cache.RegionImpl
 
resetNonVolatile() - Method in class org.jboss.cache.factories.ComponentRegistry
Removes any components not annotated as @NonVolatile.
resetStatistics() - Method in class org.jboss.cache.interceptors.ActivationInterceptor
 
resetStatistics() - Method in class org.jboss.cache.interceptors.base.JmxStatsCommandInterceptor
Resets statistics gathered.
resetStatistics() - Method in class org.jboss.cache.interceptors.CacheLoaderInterceptor
 
resetStatistics() - Method in class org.jboss.cache.interceptors.CacheMgmtInterceptor
 
resetStatistics() - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor
 
resetStatistics() - Method in class org.jboss.cache.interceptors.InvalidationInterceptor
 
resetStatistics() - Method in class org.jboss.cache.interceptors.LegacyActivationInterceptor
Deprecated.  
resetStatistics() - Method in class org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor
Deprecated.  
resetStatistics() - Method in class org.jboss.cache.interceptors.PassivationInterceptor
 
resetStatistics() - Method in class org.jboss.cache.interceptors.TxInterceptor
 
resetStatistics() - Method in interface org.jboss.cache.jmx.JmxStatisticsExposer
Resets an interceptor's cache statistics
resetStatistics() - Method in class org.jboss.cache.RPCManagerImpl
 
resortEvictionQueue(boolean) - Method in class org.jboss.cache.eviction.BaseSortedEvictionAlgorithm
This method is called to resort the queue after add or visit events have occurred.
resortEvictionQueue() - Method in class org.jboss.cache.eviction.ElementSizeQueue
 
resortEvictionQueue() - Method in class org.jboss.cache.eviction.LFUQueue
 
resortEvictionQueue() - Method in interface org.jboss.cache.eviction.SortedEvictionQueue
Provide contract to resort a sorted queue.
ResourceDMBean - Class in org.jboss.cache.jmx
This class was entirely copied from jgroups 2.7 (same name there).
ResourceDMBean(Object) - Constructor for class org.jboss.cache.jmx.ResourceDMBean
 
restartComponent(Lifecycle) - Method in class org.jboss.cache.util.concurrent.SynchronizedRestarter
 
resume(Transaction) - Method in class org.jboss.cache.transaction.DummyBaseTransactionManager
Resume the association of the calling thread with the given transaction.
retainAll(Collection<?>) - Method in class org.jboss.cache.util.concurrent.ConcurrentHashSet
 
retainAll(Collection<?>) - Method in class org.jboss.cache.util.ImmutableListCopy
 
ReversibleCommand - Interface in org.jboss.cache.commands.legacy
Deprecated. will be removed along with optimistic and pessimistic locking.
rewire() - Method in class org.jboss.cache.factories.ComponentRegistry
Rewires components.
rollback() - Method in interface org.jboss.cache.commands.legacy.ReversibleCommand
Deprecated. Reverses a command that has already been invoked.
rollback() - Method in class org.jboss.cache.commands.legacy.write.CreateNodeCommand
Deprecated.  
rollback() - Method in class org.jboss.cache.commands.legacy.write.PessClearDataCommand
Deprecated.  
rollback() - Method in class org.jboss.cache.commands.legacy.write.PessMoveCommand
Deprecated.  
rollback() - Method in class org.jboss.cache.commands.legacy.write.PessPutDataMapCommand
Deprecated.  
rollback() - Method in class org.jboss.cache.commands.legacy.write.PessPutForExternalReadCommand
Deprecated.  
rollback() - Method in class org.jboss.cache.commands.legacy.write.PessPutKeyValueCommand
Deprecated.  
rollback() - Method in class org.jboss.cache.commands.legacy.write.PessRemoveKeyCommand
Deprecated.  
rollback() - Method in class org.jboss.cache.commands.legacy.write.PessRemoveNodeCommand
Deprecated.  
rollback() - Method in class org.jboss.cache.commands.write.EvictCommand
 
rollback(Object) - Method in class org.jboss.cache.loader.AbstractCacheLoader
 
rollback(Object) - Method in class org.jboss.cache.loader.AbstractDelegatingCacheLoader
 
rollback(Object) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoader
Rolls back a transaction.
rollback(Object) - Method in class org.jboss.cache.loader.AsyncCacheLoader
TODO this is the same as the AbstractCacheLoader.
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(Object) - Method in interface org.jboss.cache.loader.CacheLoader
Rolls the transaction back.
rollback(Object) - Method in class org.jboss.cache.loader.ChainingCacheLoader
Roll the transaction back.
rollback(Object) - Method in class org.jboss.cache.loader.ClusteredCacheLoader
Does nothing.
rollback(Object) - Method in interface org.jboss.cache.loader.ConnectionFactory
 
rollback(Object) - Method in class org.jboss.cache.loader.ManagedConnectionFactory
 
rollback(Object) - Method in class org.jboss.cache.loader.ReadOnlyDelegatingCacheLoader
 
rollback(Object) - Method in class org.jboss.cache.loader.SingletonStoreCacheLoader
Calls the underlying cache loader's operation if the current node is the coordinator.
rollback() - Method in class org.jboss.cache.transaction.DummyBaseTransactionManager
Rolls back the transaction associated with the calling thread.
rollback() - Method in class org.jboss.cache.transaction.DummyTransaction
Rolls back this transaction.
rollback() - Method in class org.jboss.cache.transaction.DummyUserTransaction
Rolls back this transaction.
rollback(GlobalTransaction) - Method in class org.jboss.cache.transaction.TransactionLog
 
RollbackCommand - Class in org.jboss.cache.commands.tx
The rollback phase of a 2-phase commit.
RollbackCommand(GlobalTransaction) - Constructor for class org.jboss.cache.commands.tx.RollbackCommand
 
RollbackCommand() - Constructor for class org.jboss.cache.commands.tx.RollbackCommand
 
rollbackUpdate() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
rollbackUpdate() - Method in class org.jboss.cache.mvcc.ReadCommittedNode
 
rollbackUpdate() - Method in interface org.jboss.cache.NodeSPI
Rolls back any changes made to a node.
ROOT - Static variable in class org.jboss.cache.config.parsing.XmlConfigHelper
The root of a JBoss Cache configuration XML file.
ROOT - Static variable in class org.jboss.cache.Fqn
Immutable root Fqn.
root() - Static method in class org.jboss.cache.Fqn
 
RootElementBuilder - Class in org.jboss.cache.config.parsing
Parses an xml files and validates xml elements form RootElementBuilder.JBOSSCACHE_CORE_NS_31 namespace according to the configured schema.
RootElementBuilder(ErrorHandler) - Constructor for class org.jboss.cache.config.parsing.RootElementBuilder
 
RootElementBuilder(ErrorHandler, boolean) - Constructor for class org.jboss.cache.config.parsing.RootElementBuilder
 
RootElementBuilder() - Constructor for class org.jboss.cache.config.parsing.RootElementBuilder
 
RootElementBuilder(boolean) - Constructor for class org.jboss.cache.config.parsing.RootElementBuilder
 
rootNode - Variable in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
rpcManager - Variable in class org.jboss.cache.commands.CommandsFactoryImpl
 
rpcManager - Variable in class org.jboss.cache.interceptors.BaseRpcInterceptor
 
rpcManager - Variable in class org.jboss.cache.interceptors.TxInterceptor
 
rpcManager - Variable in class org.jboss.cache.RegionManagerImpl
 
RPCManager - Interface in org.jboss.cache
Provides a mechanism for communicating with other caches in the cluster.
RPCManagerImpl - Class in org.jboss.cache
Manager that handles all RPC calls between JBoss Cache instances
RPCManagerImpl() - Constructor for class org.jboss.cache.RPCManagerImpl
 
RPCManagerImpl.FlushTracker - Class in org.jboss.cache
 
RPCManagerImpl.FlushTracker() - Constructor for class org.jboss.cache.RPCManagerImpl.FlushTracker
 
RPCManagerImpl.MembershipListenerAdaptor - Class in org.jboss.cache
 
RPCManagerImpl.MembershipListenerAdaptor() - Constructor for class org.jboss.cache.RPCManagerImpl.MembershipListenerAdaptor
 
run() - Method in class org.jboss.cache.eviction.EvictionTimerTask.Task
 
runCommitPhase(InvocationContext, GlobalTransaction, List, boolean) - Method in class org.jboss.cache.interceptors.TxInterceptor
creates a commit()
runPreparePhase(PrepareCommand, GlobalTransaction, InvocationContext) - Method in class org.jboss.cache.interceptors.ReplicationInterceptor
Calls prepare(GlobalTransaction,List,org.jgroups.Address,boolean)) in all members except self.
runPreparePhase(InvocationContext, GlobalTransaction, List<WriteCommand>) - Method in class org.jboss.cache.interceptors.TxInterceptor
Handles a local prepare - invoked by the sync handler.
runRollbackPhase(InvocationContext, GlobalTransaction, Transaction) - Method in class org.jboss.cache.interceptors.TxInterceptor
creates a rollback()
RuntimeConfig - Class in org.jboss.cache.config
 
RuntimeConfig() - Constructor for class org.jboss.cache.config.RuntimeConfig
 
RuntimeConfigAwareFactory - Class in org.jboss.cache.factories
An extension of the EmptyConstructorFactory that places a component in the RuntimeConfig after creating it.
RuntimeConfigAwareFactory() - Constructor for class org.jboss.cache.factories.RuntimeConfigAwareFactory
 

S

S3CacheLoader - Class in org.jboss.cache.loader.s3
Uses the Amazon S3 service for storage.
S3CacheLoader() - Constructor for class org.jboss.cache.loader.s3.S3CacheLoader
 
S3Exception - Exception in org.jboss.cache.loader.s3
Basic exception class.
S3Exception() - Constructor for exception org.jboss.cache.loader.s3.S3Exception
Constructs a new S3Exception.
S3Exception(String) - Constructor for exception org.jboss.cache.loader.s3.S3Exception
Constructs a new S3Exception.
S3Exception(Throwable) - Constructor for exception org.jboss.cache.loader.s3.S3Exception
Constructs a new S3Exception.
S3Exception(String, Throwable) - Constructor for exception org.jboss.cache.loader.s3.S3Exception
Constructs a new S3Exception.
S3LoaderConfig - Class in org.jboss.cache.loader.s3
Amazon S3 loader configuration.
S3LoaderConfig() - Constructor for class org.jboss.cache.loader.s3.S3LoaderConfig
 
safeClose(InputStream) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoader
 
safeClose(Statement) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoader
 
safeClose(ResultSet) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoader
 
safeEquals(Object, Object) - Static method in class org.jboss.cache.util.Util
Null-safe equality test.
searchSubtrees - Variable in class org.jboss.cache.commands.read.GravitateDataCommand
 
segmentFor(T) - Method in class org.jboss.cache.util.Caches.HashKeySelector
Returns the segment for this key, in the inclusive range 0 to Caches.HashKeySelector.segments - 1.
segments - Variable in class org.jboss.cache.util.Caches.HashKeySelector
 
selectChildFqnsSql - Variable in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
selectChildNamesSql - Variable in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
selectNodeSql - Variable in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
SelfInitializingConcurrentHashMap<K,V> - Class in org.jboss.cache.util.concurrent
Primarily used to hold child maps for nodes.
SelfInitializingConcurrentHashMap() - Constructor for class org.jboss.cache.util.concurrent.SelfInitializingConcurrentHashMap
 
SemaphoreLock - Class in org.jboss.cache.lock
Implements most of the methods of Lock using the Semaphore implementation.
SemaphoreLock(int) - Constructor for class org.jboss.cache.lock.SemaphoreLock
 
sendNotification(Notification) - Method in interface org.jboss.cache.jmx.CacheNotificationBroadcaster
Sends a notification to any interested NotificationListener.
SEPARATOR - Static variable in class org.jboss.cache.Fqn
Separator between FQN elements.
serialize() - Method in class org.jboss.cache.marshall.MarshalledValue
 
SERVICE_KEY_NAME - Static variable in class org.jboss.cache.jmx.JmxUtil
Deprecated.  
setAccessKeyId(String) - Method in class org.jboss.cache.loader.s3.S3LoaderConfig
Sets accessKeyId.
setActive(boolean) - Method in interface org.jboss.cache.Region
Sets this region as active - this only marks a flag and does not actually activates or deactivates this region.
setActive(boolean) - Method in class org.jboss.cache.RegionImpl
 
setAddress(Address) - Method in class org.jboss.cache.transaction.GlobalTransaction
 
setAfterClass(String) - Method in class org.jboss.cache.config.CustomInterceptorConfig
Adds the interceptor immediately after the first occurance of an interceptor having the given class.
setAsync(boolean) - Method in class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
 
setAsyncCacheListenerExecutor(ExecutorService) - Method in class org.jboss.cache.config.RuntimeConfig
This is used to set the executor to use for async cache listeners, and effectively overrides Configuration.setListenerAsyncPoolSize(int)

setAsyncSerializationExecutor(ExecutorService) - Method in class org.jboss.cache.config.RuntimeConfig
This is used to set the executor to use for async cache replucation, and effectively overrides Configuration.setSerializationExecutorPoolSize(int)

setAttribute(Attribute) - Method in class org.jboss.cache.jmx.ResourceDMBean
 
setAttributes(AttributeList) - Method in class org.jboss.cache.jmx.ResourceDMBean
 
setAutoDataGravitation(boolean) - Method in class org.jboss.cache.config.BuddyReplicationConfig
 
setBatchSize(int) - Method in class org.jboss.cache.loader.AsyncCacheLoaderConfig
 
setBeforeClass(String) - Method in class org.jboss.cache.config.CustomInterceptorConfig
Adds the interceptor immediately before the first occurance of an interceptor having the given class.
setBindAddress(String) - Method in class org.jboss.cache.loader.tcp.TcpCacheServer
 
setBindAddress(String) - Method in interface org.jboss.cache.loader.tcp.TcpCacheServerMBean
 
setBucket(Bucket) - Method in class org.jboss.cache.loader.s3.S3LoaderConfig
Sets bucket.
setBuddyCommunicationTimeout(int) - Method in class org.jboss.cache.config.BuddyReplicationConfig
 
setBuddyFqnTransformer(BuddyFqnTransformer) - Method in class org.jboss.cache.buddyreplication.Fqn2BuddyFqnVisitor
 
setBuddyFqnTransformer(BuddyFqnTransformer) - Method in class org.jboss.cache.DataContainerImpl
 
setBuddyGroup(BuddyGroup) - Method in class org.jboss.cache.config.RuntimeConfig
 
setBuddyGroup(BuddyGroup) - Method in class org.jboss.cache.notifications.event.EventImpl
 
setBuddyLocatorClass(String) - Method in class org.jboss.cache.buddyreplication.NextMemberBuddyLocatorConfig
 
setBuddyLocatorClass(String) - Method in class org.jboss.cache.config.BuddyReplicationConfig.BuddyLocatorConfig
 
setBuddyLocatorConfig(BuddyReplicationConfig.BuddyLocatorConfig) - Method in class org.jboss.cache.config.BuddyReplicationConfig
 
setBuddyLocatorProperties(Properties) - Method in class org.jboss.cache.buddyreplication.NextMemberBuddyLocatorConfig
 
setBuddyLocatorProperties(Properties) - Method in class org.jboss.cache.config.BuddyReplicationConfig.BuddyLocatorConfig
 
setBuddyPoolName(String) - Method in class org.jboss.cache.config.BuddyReplicationConfig
 
setBuddyReplicationConfig(BuddyReplicationConfig) - Method in class org.jboss.cache.config.Configuration
 
setBuddyReplicationConfig(Element) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
setBuddyReplicationConfig(Element) - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Sets the buddy replication configuration element
setCache(CacheSPI) - Method in class org.jboss.cache.config.ConfigurationComponent
 
setCache(CacheSPI) - Method in class org.jboss.cache.eviction.BaseEvictionPolicy
Deprecated.  
setCache(Cache<?, ?>) - Method in class org.jboss.cache.eviction.DefaultEvictionActionPolicy
 
setCache(Cache<?, ?>) - Method in interface org.jboss.cache.eviction.EvictionActionPolicy
Sets a reference to the cache.
setCache(CacheSPI) - Method in interface org.jboss.cache.eviction.EvictionPolicy
Deprecated. Method called to set the cache in this implementation.
setCache(CacheSPI) - Method in class org.jboss.cache.eviction.LRUPolicy
Deprecated.  
setCache(CacheSPI) - Method in class org.jboss.cache.eviction.NullEvictionPolicy
Deprecated.  
setCache(Cache<?, ?>) - Method in class org.jboss.cache.eviction.RemoveOnEvictActionPolicy
 
setCache(CacheSPI) - Method in class org.jboss.cache.interceptors.Interceptor
Deprecated.  
setCache(Cache<K, V>) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated. Allows direct injection of the underlying cache.
setCache(CacheSPI) - Method in class org.jboss.cache.loader.AbstractCacheLoader
 
setCache(CacheSPI) - Method in class org.jboss.cache.loader.AbstractDelegatingCacheLoader
 
setCache(CacheSPI) - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Sets the CacheImpl owner of this cache loader.
setCache(CacheSPI) - Method in interface org.jboss.cache.loader.CacheLoader
Sets the CacheSPI that is maintaining this CacheLoader.
setCache(CacheSPI) - Method in class org.jboss.cache.loader.jdbm.JdbmCacheLoader
Sets the CacheImpl owner of this cache loader.
setCache(CacheSPI) - Method in class org.jboss.cache.loader.tcp.TcpCacheServer
 
setCache(Cache) - Method in class org.jboss.cache.notifications.event.EventImpl
 
setCache(Cache) - Method in interface org.jboss.cache.TreeCacheViewMBean
 
setCacheInLoader(CacheSPI, CacheLoader) - Method in class org.jboss.cache.loader.CacheLoaderManager
Sets the cache instance associated with the given cache loader.
setCacheJmxWrapper(CacheJmxWrapperMBean) - Method in class org.jboss.cache.loader.tcp.TcpCacheServer
 
setCacheJmxWrapper(CacheJmxWrapperMBean) - Method in interface org.jboss.cache.loader.tcp.TcpCacheServerMBean
 
setCacheLoader(CacheLoader) - Method in class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
Provides the ability to get and set a running cache loader, which, if exists, will be used rather than constructing a new one.
setCacheLoader(CacheLoader) - Method in class org.jboss.cache.loader.AbstractDelegatingCacheLoader
 
setCacheLoaderConfig(CacheLoaderConfig) - Method in class org.jboss.cache.config.Configuration
 
setCacheLoaderConfig(Element) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
setCacheLoaderConfig(Element) - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated.  
setCacheLoaderConfiguration(Element) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
setCacheLoaderConfiguration(Element) - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. use LegacyConfiguration.setCacheLoaderConfig(org.w3c.dom.Element)
setCacheMarshaller(Marshaller) - Method in class org.jboss.cache.config.Configuration
 
setCacheMode(Configuration.CacheMode) - Method in class org.jboss.cache.config.Configuration
 
setCacheMode(String) - Method in class org.jboss.cache.config.Configuration
 
setCacheMode(String) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
setCacheMode(String) - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Sets the default caching mode)
setCacheModeLocal(boolean) - Method in class org.jboss.cache.config.Option
overriding CacheMode from REPL_SYNC, REPL_ASYNC, INVALIDATION_SYNC, INVALIDATION_ASYNC to LOCAL.
setCacheModeString(String) - Method in class org.jboss.cache.config.Configuration
 
setCacheObjectName(String) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
setCacheService(CacheJmxWrapperMBean) - Method in interface org.jboss.cache.TreeCacheViewMBean
 
setCallingFormat(CallingFormat) - Method in class org.jboss.cache.loader.s3.S3LoaderConfig
Sets callingFormat.
setChannel(Channel) - Method in class org.jboss.cache.config.RuntimeConfig
Sets the channel the cache will use.
setChannelFactory(ChannelFactory) - Method in class org.jboss.cache.CacheManagerImpl
 
setCheckCharacterPortability(boolean) - Method in class org.jboss.cache.loader.FileCacheLoaderConfig
 
setChildrenLoaded(boolean) - Method in interface org.jboss.cache.InternalNode
 
setChildrenLoaded(boolean) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
setChildrenLoaded(boolean) - Method in class org.jboss.cache.mvcc.NodeReference
 
setChildrenLoaded(boolean) - Method in class org.jboss.cache.mvcc.ReadCommittedNode
 
setChildrenLoaded(boolean) - Method in interface org.jboss.cache.NodeSPI
Sets if the children of this node were loaded from a cache loader.
setChildrenLoaded(boolean) - Method in class org.jboss.cache.UnversionedNode
 
setChildrenMap(ConcurrentMap<Object, InternalNode<K, V>>) - Method in class org.jboss.cache.AbstractNode
 
setChildrenMap(ConcurrentMap<Object, InternalNode<K, V>>) - Method in interface org.jboss.cache.InternalNode
 
setChildrenMap(ConcurrentMap<Object, InternalNode<K, V>>) - Method in class org.jboss.cache.mvcc.NodeReference
 
setChildrenMap(ConcurrentMap<Object, InternalNode<K, V>>) - Method in class org.jboss.cache.UnversionedNode
 
setChildrenMapDirect(Map<Object, Node<K, V>>) - Method in class org.jboss.cache.AbstractNode
 
setChildrenMapDirect(Map<Object, Node<K, V>>) - Method in interface org.jboss.cache.InternalNode
Deprecated. 
setChildrenMapDirect(Map<Object, Node<K, V>>) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
setChildrenMapDirect(Map<Object, Node<K, V>>) - Method in class org.jboss.cache.mvcc.NodeReference
 
setChildrenMapDirect(Map<Object, Node<K, V>>) - Method in interface org.jboss.cache.NodeSPI
Sets the node's children explictly.
setChildrenMapDirect(Map<Object, Node<K, V>>) - Method in class org.jboss.cache.PessimisticUnversionedNode
Deprecated.  
setClassName(String) - Method in class org.jboss.cache.config.PluggableConfigurationComponent
 
setClusterConfig(Element) - Method in class org.jboss.cache.config.Configuration
Converts a list of elements to a Java Groups property string.
setClusterConfig(String) - Method in class org.jboss.cache.config.Configuration
 
setClusterConfig(Element) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
setClusterConfig(Element) - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Convert a list of elements to the JG property string
setClusterName(String) - Method in class org.jboss.cache.config.Configuration
 
setClusterName(String) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
setClusterName(String) - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Set the name of the replication group
setClusterProperties(String) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
setClusterProperties(String) - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Set the cluster properties.
setCommand(VisitableCommand) - Method in class org.jboss.cache.InvocationContext
Deprecated. 
setCommandsFactory(CommandsFactory) - Method in class org.jboss.cache.loader.ClusteredCacheLoader
 
setConcurrencyLevel(int) - Method in class org.jboss.cache.config.Configuration
 
setConfig(CacheLoaderConfig.IndividualCacheLoaderConfig) - Method in class org.jboss.cache.loader.AbstractDelegatingCacheLoader
 
setConfig(CacheLoaderConfig.IndividualCacheLoaderConfig) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoader
 
setConfig(CacheLoaderConfig.IndividualCacheLoaderConfig) - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
setConfig(CacheLoaderConfig.IndividualCacheLoaderConfig) - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Sets the configuration string for this cache loader.
setConfig(AdjListJDBCCacheLoaderConfig) - Method in class org.jboss.cache.loader.C3p0ConnectionFactory
 
setConfig(CacheLoaderConfig.IndividualCacheLoaderConfig) - Method in interface org.jboss.cache.loader.CacheLoader
Sets the configuration.
setConfig(CacheLoaderConfig, CacheSPI, Configuration) - Method in class org.jboss.cache.loader.CacheLoaderManager
Sets a configuration object and creates a cacheloader accordingly.
setConfig(CacheLoaderConfig.IndividualCacheLoaderConfig) - Method in class org.jboss.cache.loader.ChainingCacheLoader
Sets the configuration.
setConfig(CacheLoaderConfig.IndividualCacheLoaderConfig) - Method in class org.jboss.cache.loader.ClusteredCacheLoader
Sets the configuration.
setConfig(AdjListJDBCCacheLoaderConfig) - Method in interface org.jboss.cache.loader.ConnectionFactory
 
setConfig(CacheLoaderConfig.IndividualCacheLoaderConfig) - Method in class org.jboss.cache.loader.FileCacheLoader
 
setConfig(CacheLoaderConfig.IndividualCacheLoaderConfig) - Method in class org.jboss.cache.loader.jdbm.JdbmCacheLoader
Sets the configuration string for this cache loader.
setConfig(CacheLoaderConfig.IndividualCacheLoaderConfig) - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoader
 
setConfig(AdjListJDBCCacheLoaderConfig) - Method in class org.jboss.cache.loader.ManagedConnectionFactory
 
setConfig(CacheLoaderConfig.IndividualCacheLoaderConfig) - Method in class org.jboss.cache.loader.s3.S3CacheLoader
Sets the configuration string for this cache loader.
setConfig(CacheLoaderConfig.IndividualCacheLoaderConfig) - Method in class org.jboss.cache.loader.SingletonStoreCacheLoader
Sets the config for SingletonStoreCacheLoader and for the delegating cache loader.
setConfig(String) - Method in class org.jboss.cache.loader.tcp.TcpCacheServer
 
setConfig(String) - Method in interface org.jboss.cache.loader.tcp.TcpCacheServerMBean
 
setConfig(CacheLoaderConfig.IndividualCacheLoaderConfig) - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoader
Allows configuration via XML config file.
setConfiguration(Configuration) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated. Sets the configuration that the underlying cache should use.
setConfigurationRegistry(ConfigurationRegistry) - Method in class org.jboss.cache.CacheManagerImpl
 
setConnectionFactoryClass(String) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
setContextClassLoaderAsCurrent(Fqn) - Method in interface org.jboss.cache.RegionManager
Helper utility that checks for a ClassLoader registered for the given Fqn, and if found sets it as the TCCL.
setContextClassLoaderAsCurrent(Fqn) - Method in class org.jboss.cache.RegionManagerImpl
 
setCreated(boolean) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
setCreated(boolean) - Method in class org.jboss.cache.mvcc.ReadCommittedNode
 
setCreated(boolean) - Method in interface org.jboss.cache.NodeSPI
Sets the created flag on a node.
setCreateTable(boolean) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
setCreateTableDDL(String) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
setCreationTimeStamp(long) - Method in class org.jboss.cache.eviction.NodeEntry
 
setCurrentlyInUse(boolean, long) - Method in class org.jboss.cache.eviction.NodeEntry
 
setCustomInterceptors(List<CustomInterceptorConfig>) - Method in class org.jboss.cache.config.Configuration
 
setData(Map) - Method in class org.jboss.cache.commands.write.PutDataMapCommand
 
setData(Fqn, Map<? extends K, ? extends V>) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
setData(String, Map<? extends K, ? extends V>) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
setData(Map) - Method in class org.jboss.cache.Modification
Sets the modification Map set.
setData(Map) - Method in class org.jboss.cache.notifications.event.EventImpl
 
setDataGravitationRemoveOnFind(boolean) - Method in class org.jboss.cache.config.BuddyReplicationConfig
 
setDataGravitationSearchBackupTrees(boolean) - Method in class org.jboss.cache.config.BuddyReplicationConfig
 
setDataLoaded(boolean) - Method in interface org.jboss.cache.InternalNode
 
setDataLoaded(boolean) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
setDataLoaded(boolean) - Method in class org.jboss.cache.mvcc.NodeReference
 
setDataLoaded(boolean) - Method in class org.jboss.cache.mvcc.ReadCommittedNode
 
setDataLoaded(boolean) - Method in interface org.jboss.cache.NodeSPI
Sets if the data was loaded from the cache loader.
setDataLoaded(boolean) - Method in class org.jboss.cache.UnversionedNode
Sets if the data was loaded from the cache loader.
setDataOwner(Address) - Method in class org.jboss.cache.buddyreplication.BuddyGroup
 
setDatasourceName(String) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
setDataVersion(DataVersion) - Method in class org.jboss.cache.commands.legacy.write.VersionedInvalidateCommand
Deprecated.  
setDataVersion(DataVersion) - Method in interface org.jboss.cache.commands.VersionedDataCommand
Sets the DataVersion pertaining to this command.
setDataVersion(DataVersion) - Method in class org.jboss.cache.commands.write.AbstractVersionedDataCommand
 
setDataVersion(DataVersion) - Method in class org.jboss.cache.config.Option
Deprecated. this is to support a deprecated locking scheme (Optimistic Locking). Will be removed when Optimistic Locking support is removed.
setDefaultClassLoader(ClassLoader) - Method in class org.jboss.cache.DefaultCacheFactory
Allows users to specify a default class loader to use for both the construction and running of the cache.
setDefaultEventQueueSize(int) - Method in class org.jboss.cache.config.EvictionConfig
Deprecated. set these attributes on the default eviction region config.
setDefaultEvictionPolicyClass(String) - Method in class org.jboss.cache.config.EvictionConfig
Deprecated. use EvictionConfig.setDefaultEvictionRegionConfig(EvictionRegionConfig) instead.
setDefaultEvictionRegionConfig(EvictionRegionConfig) - Method in class org.jboss.cache.config.EvictionConfig
 
setDefaultInactive(boolean) - Method in interface org.jboss.cache.RegionManager
Sets if replication for new Regions is by default inactive.
setDefaultInactive(boolean) - Method in class org.jboss.cache.RegionManagerImpl
 
setDefaults(EvictionRegionConfig) - Method in class org.jboss.cache.config.EvictionRegionConfig
 
setDelegate(Cache) - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoaderConfig
 
setDelegate(InternalNode<K, V>) - Method in class org.jboss.cache.mvcc.NodeReference
Sets the internal node to delegate to.
setDelegate(NodeSPI<K, V>) - Method in class org.jboss.cache.UnversionedNode
 
setDelegateCache(CacheSPI) - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoader
 
setDeleteAllSql(String) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
setDeleteNodeSql(String) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
setDependencies(NodeFactory, LockManager) - Method in class org.jboss.cache.DataContainerImpl
 
setDependencies(DataContainer) - Method in class org.jboss.cache.interceptors.CacheMgmtInterceptor
 
setDependencies(RPCManager) - Method in class org.jboss.cache.interceptors.InvocationContextInterceptor
 
setDependencies(LockManager, DataContainer, MVCCNodeHelper) - Method in class org.jboss.cache.interceptors.MVCCLockingInterceptor
 
setDependencies(Notifier, CacheLoaderManager) - Method in class org.jboss.cache.interceptors.PassivationInterceptor
 
setDisableStateChangeNotifications(boolean) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated. Hook to allow PojoCacheJmxWrapper to suppress state change notifications from this mbean in lieu of its own.
setDriverClass(String) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
setDropTable(boolean) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
setDropTableDDL(String) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
setElementDifference(int) - Method in class org.jboss.cache.eviction.EvictionEvent
 
setEnabled(boolean) - Method in class org.jboss.cache.config.BuddyReplicationConfig
 
setEqualityPreferenceForInstance(boolean) - Method in class org.jboss.cache.marshall.MarshalledValue
 
setErase(boolean) - Method in class org.jboss.cache.commands.write.PutDataMapCommand
Sets a flag indicating the node data should be erased.
setEventQueueSize(int) - Method in class org.jboss.cache.config.EvictionRegionConfig
 
setEventQueueSizeIfUnset(int) - Method in class org.jboss.cache.config.EvictionRegionConfig
 
setEventType(EvictionEvent.Type) - Method in class org.jboss.cache.eviction.EvictionEvent
 
setEvictionActionPolicy(EvictionActionPolicy) - Method in class org.jboss.cache.eviction.BaseEvictionAlgorithm
 
setEvictionActionPolicy(EvictionActionPolicy) - Method in interface org.jboss.cache.eviction.EvictionAlgorithm
Sets the eviction action policy, so the algorithm knows what to do when a node is to be evicted.
setEvictionActionPolicy(EvictionActionPolicy) - Method in class org.jboss.cache.eviction.NullEvictionAlgorithm
 
setEvictionActionPolicyClassName(String) - Method in class org.jboss.cache.config.EvictionRegionConfig
 
setEvictionAlgorithmConfig(EvictionAlgorithmConfig) - Method in class org.jboss.cache.config.EvictionRegionConfig
 
setEvictionConfig(EvictionConfig) - Method in class org.jboss.cache.config.Configuration
 
setEvictionConfig(EvictionConfig) - Method in interface org.jboss.cache.RegionManager
Sets the eviction configuration.
setEvictionConfig(EvictionConfig) - Method in class org.jboss.cache.RegionManagerImpl
 
setEvictionPolicy(EvictionPolicyConfig) - Method in interface org.jboss.cache.Region
Deprecated.  
setEvictionPolicy(EvictionPolicyConfig) - Method in class org.jboss.cache.RegionImpl
Deprecated. 
setEvictionPolicyClass(String) - Method in class org.jboss.cache.eviction.EvictionPolicyConfigBase
Deprecated.  
setEvictionPolicyClassName() - Method in class org.jboss.cache.eviction.ElementSizeConfiguration
Deprecated.  
setEvictionPolicyClassName() - Method in class org.jboss.cache.eviction.EvictionPolicyConfigBase
Deprecated. This method should be overridden by subclass implementers to set the default policy class name for the subclass.
setEvictionPolicyClassName() - Method in class org.jboss.cache.eviction.ExpirationConfiguration
Deprecated.  
setEvictionPolicyClassName() - Method in class org.jboss.cache.eviction.FIFOConfiguration
Deprecated.  
setEvictionPolicyClassName() - Method in class org.jboss.cache.eviction.LFUConfiguration
Deprecated.  
setEvictionPolicyClassName() - Method in class org.jboss.cache.eviction.LRUConfiguration
Deprecated.  
setEvictionPolicyClassName() - Method in class org.jboss.cache.eviction.MRUConfiguration
Deprecated.  
setEvictionPolicyConfig(EvictionPolicyConfig) - Method in class org.jboss.cache.config.EvictionRegionConfig
Deprecated. see EvictionRegionConfig.setEvictionAlgorithmConfig(EvictionAlgorithmConfig)
setEvictionPolicyConfig(Element) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
setEvictionPolicyConfig(Element) - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Setup eviction policy configuration
setEvictionRegionConfig(EvictionRegionConfig) - Method in interface org.jboss.cache.Region
Configures this region for eviction.
setEvictionRegionConfig(EvictionRegionConfig) - Method in class org.jboss.cache.RegionImpl
 
setEvictionRegionConfigs(List<EvictionRegionConfig>) - Method in class org.jboss.cache.config.EvictionConfig
 
setEvictionTimerThreadFactory(ThreadFactory) - Method in class org.jboss.cache.config.RuntimeConfig
Sets the eviction timer thread factory to use when creating a scheduled executor.
setExistsSql(String) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
setExpirationKeyName(String) - Method in class org.jboss.cache.eviction.ExpirationAlgorithmConfig
Sets the expirationKeyName.
setExpirationKeyName(String) - Method in class org.jboss.cache.eviction.ExpirationConfiguration
Deprecated. Sets the expirationKeyName.
setExposeManagementStatistics(boolean) - Method in class org.jboss.cache.config.Configuration
 
setExposeManagementStatistics(boolean) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
setExposeManagementStatistics(boolean) - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated.  
setFailSilently(boolean) - Method in class org.jboss.cache.config.Option
suppress any failures in your cache operation, including version mismatches with optimistic locking, timeouts obtaining locks, transaction rollbacks.
setFetchInMemoryState(boolean) - Method in class org.jboss.cache.config.Configuration
 
setFetchInMemoryState(boolean) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
setFetchInMemoryState(boolean) - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Sets whether or not any initial or subsequent partial state transfer should include in-memory state.
setFetchPersistentState(boolean) - Method in class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
 
setFirst(boolean) - Method in class org.jboss.cache.config.CustomInterceptorConfig
Shall this interceptor be the first one in the chain?
setFirstInChain(CommandInterceptor) - Method in class org.jboss.cache.interceptors.InterceptorChain
Mainly used by unit tests to replace the interceptor chain with the starting point passed in.
setFlag(AbstractNode.NodeFlags, boolean) - Method in class org.jboss.cache.AbstractNode
Utility method for setting or unsetting a flag.
setFlag(AbstractNode.NodeFlags) - Method in class org.jboss.cache.AbstractNode
Unility method that sets the value of the given flag to true.
setFlag(ReadCommittedNode.Flags) - Method in class org.jboss.cache.mvcc.ReadCommittedNode
Unility method that sets the value of the given flag to true.
setForceAsynchronous(boolean) - Method in class org.jboss.cache.config.Option
Sets whether replication or invalidation should be done asynchronously, even if the cache is configured in a synchronous mode.
setForceAsyncReplication(boolean) - Method in class org.jboss.cache.transaction.AbstractTransactionContext
 
setForceAsyncReplication(boolean) - Method in interface org.jboss.cache.transaction.TransactionContext
Sets the value of the forceAsyncReplication flag.
setForceDataGravitation(boolean) - Method in class org.jboss.cache.config.Option
Enables data gravitation calls if a cache miss is detected when using Buddy Replication.
setForceSynchronous(boolean) - Method in class org.jboss.cache.config.Option
Sets whether replication or invalidation should be done synchronously, even if the cache is configured in an asynchronous mode.
setForceSyncReplication(boolean) - Method in class org.jboss.cache.transaction.AbstractTransactionContext
 
setForceSyncReplication(boolean) - Method in interface org.jboss.cache.transaction.TransactionContext
Sets the value of the forceSyncReplication flag.
setForceWriteLock(boolean) - Method in class org.jboss.cache.config.Option
Forces a write lock to be acquired on the call, regardless of whether it is a read or write.
setFqn(Fqn) - Method in class org.jboss.cache.eviction.EvictionEvent
 
setFqn(Fqn) - Method in interface org.jboss.cache.InternalNode
Sets the node's Fqn
setFqn(Fqn) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
setFqn(Fqn) - Method in class org.jboss.cache.Modification
Sets the modification fqn.
setFqn(Fqn) - Method in class org.jboss.cache.mvcc.NodeReference
 
setFqn(Fqn) - Method in interface org.jboss.cache.NodeSPI
Sets the FQN of this node and resets the names of all children as well.
setFqn(Fqn) - Method in class org.jboss.cache.notifications.event.EventImpl
 
setFqn(Fqn) - Method in class org.jboss.cache.PessimisticUnversionedNode
Deprecated.  
setFqn(Fqn) - Method in class org.jboss.cache.UnversionedNode
 
setFqn2(Fqn) - Method in class org.jboss.cache.Modification
 
setFqnColumn(String) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
setFqnsLoaded(Set<Fqn>) - Method in class org.jboss.cache.InvocationContext
 
setFqnType(String) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
setGlobalTransaction(GlobalTransaction) - Method in class org.jboss.cache.commands.legacy.write.CreateNodeCommand
Deprecated.  
setGlobalTransaction(GlobalTransaction) - Method in class org.jboss.cache.commands.legacy.write.VersionedInvalidateCommand
Deprecated.  
setGlobalTransaction(GlobalTransaction) - Method in class org.jboss.cache.commands.remote.DataGravitationCleanupCommand
 
setGlobalTransaction(GlobalTransaction) - Method in class org.jboss.cache.commands.tx.AbstractTransactionCommand
 
setGlobalTransaction(GlobalTransaction) - Method in class org.jboss.cache.commands.write.AbstractVersionedDataCommand
 
setGlobalTransaction(GlobalTransaction) - Method in class org.jboss.cache.commands.write.MoveCommand
 
setGlobalTransaction(GlobalTransaction) - Method in interface org.jboss.cache.commands.WriteCommand
Sets a GlobalTransaction on this command.
setGlobalTransaction(GlobalTransaction) - Method in class org.jboss.cache.InvocationContext
Sets the global transaction associated with this invocation
setGroupName(String) - Method in class org.jboss.cache.buddyreplication.BuddyGroup
 
setGroupRequestMode(int) - Method in class org.jboss.cache.config.Option
By default, the RPCManager has inbuilt logic when it comes to selecting a group request mode.
setHost(String) - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoaderConfig
 
setId(long) - Method in class org.jboss.cache.transaction.GlobalTransaction
 
setIgnoreColocatedBuddies(boolean) - Method in class org.jboss.cache.buddyreplication.NextMemberBuddyLocatorConfig
 
setIgnoreModifications(boolean) - Method in class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
 
setInactiveOnStartup(boolean) - Method in class org.jboss.cache.config.Configuration
 
setInactiveOnStartup(boolean) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
setInactiveOnStartup(boolean) - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Sets whether the entire tree is inactive upon startup, only responding to replication messages after Region.activate() is called to activate one or more parts of the tree.
setIndex(int) - Method in class org.jboss.cache.config.CustomInterceptorConfig
Put this interceptor at the specified index, after the default chain is built.
setIndividualCacheLoaderConfigs(List<CacheLoaderConfig.IndividualCacheLoaderConfig>) - Method in class org.jboss.cache.config.CacheLoaderConfig
 
setInitialStateRetrievalTimeout(long) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated. 
setInitialStateRetrievalTimeout(long) - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. use LegacyConfiguration.setStateRetrievalTimeout(long)
setInsertNodeSql(String) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
setInternalFqns() - Method in class org.jboss.cache.lock.MVCCLockManager
 
setInternalState(Map) - Method in interface org.jboss.cache.InternalNode
 
setInternalState(Map) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
setInternalState(Map) - Method in class org.jboss.cache.mvcc.NodeReference
 
setInternalState(Map) - Method in interface org.jboss.cache.NodeSPI
Very similar to NodeSPI.putAllDirect(java.util.Map) except that this method first scans the map for any internal attributes using special _JBOSS_INTERNAL_XXX Strings as keys, and uses these to set internal attributes before passing the remaining attributes to NodeSPI.putAllDirect(java.util.Map).
setInternalState(Map) - Method in class org.jboss.cache.UnversionedNode
 
setInternalState(Map) - Method in class org.jboss.cache.VersionedNode
Deprecated.  
setInUseTimeout(long) - Method in class org.jboss.cache.eviction.EvictionEvent
 
setInvocationBatchingEnabled(boolean) - Method in class org.jboss.cache.config.Configuration
Enables invocation batching if set to true.
setInvocationContext(InvocationContext) - Method in interface org.jboss.cache.Cache
Sets the passed in InvocationContext as current.
setInvocationContext(InvocationContext) - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
setIsolationLevel(IsolationLevel) - Method in class org.jboss.cache.config.Configuration
 
setIsolationLevel(String) - Method in class org.jboss.cache.config.Configuration
 
setIsolationLevel(String) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
setIsolationLevel(String) - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Set the transaction isolation level.
setIsolationLevel(IsolationLevel) - Method in class org.jboss.cache.lock.LockStrategyFactory
 
setIsolationLevelString(String) - Method in class org.jboss.cache.config.Configuration
 
setJdbcPassword(String) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
setJdbcURL(String) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
setJdbcUser(String) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
setJgroupsConfigFile(URL) - Method in class org.jboss.cache.config.Configuration
 
setKey(Object) - Method in class org.jboss.cache.commands.read.GetKeyValueCommand
 
setKey(Object) - Method in class org.jboss.cache.commands.write.PutKeyValueCommand
 
setKey(Object) - Method in class org.jboss.cache.commands.write.RemoveKeyCommand
 
setKey(Object) - Method in class org.jboss.cache.Modification
Sets the modification key.
setLast(boolean) - Method in class org.jboss.cache.config.CustomInterceptorConfig
Shall this intercepto be the last one in the chain?
setListenerAsyncPoolSize(int) - Method in class org.jboss.cache.config.Configuration
Sets the size of the asynchronous listener notification thread pool size.
setListenerAsyncQueueSize(int) - Method in class org.jboss.cache.config.Configuration
Sets the queue size of the bounded queue used to store async listener events on.
setLocalRollbackOnly(boolean) - Method in class org.jboss.cache.InvocationContext
Marks teh context as only rolling back.
setLocation(String) - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoaderConfig
 
setLocation(String) - Method in class org.jboss.cache.loader.FileCacheLoaderConfig
 
setLocation(String) - Method in class org.jboss.cache.loader.jdbm.JdbmCacheLoaderConfig
 
setLockAcquisitionTimeout(long) - Method in class org.jboss.cache.config.Configuration
 
setLockAcquisitionTimeout(int) - Method in class org.jboss.cache.config.Option
Sets any lock acquisition timeout configured for the call.
setLockAcquisitionTimeout(long) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
setLockAcquisitionTimeout(long) - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Set the max time for lock acquisition.
setLockAcquisitionTimeout() - Method in class org.jboss.cache.lock.AbstractLockManager
 
setLockForChildInsertRemove(boolean) - Method in interface org.jboss.cache.InternalNode
 
setLockForChildInsertRemove(boolean) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
setLockForChildInsertRemove(boolean) - Method in class org.jboss.cache.mvcc.NodeReference
 
setLockForChildInsertRemove(boolean) - Method in interface org.jboss.cache.Node
Configures the behaviour of how this node is locked when adding/removing children.
setLockForChildInsertRemove(boolean) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
setLockForChildInsertRemove(boolean) - Method in class org.jboss.cache.UnversionedNode
 
setLockParentForChildInsertRemove(boolean) - Method in class org.jboss.cache.config.Configuration
Sets whether inserting or removing a node requires a write lock on the node's parent (when pessimistic locking is used.)

The default value is false

setMarshallerClass(String) - Method in class org.jboss.cache.config.Configuration
 
setMaxAge(long) - Method in class org.jboss.cache.eviction.LRUAlgorithmConfig
Sets the max age per element
setMaxAge(long, TimeUnit) - Method in class org.jboss.cache.eviction.LRUAlgorithmConfig
 
setMaxAgeSeconds(int) - Method in class org.jboss.cache.eviction.LRUConfiguration
Deprecated.  
setMaxElementsPerNode(int) - Method in class org.jboss.cache.eviction.ElementSizeAlgorithmConfig
 
setMaxElementsPerNode(int) - Method in class org.jboss.cache.eviction.ElementSizeConfiguration
Deprecated.  
setMaxNodes(int) - Method in class org.jboss.cache.eviction.EvictionAlgorithmConfigBase
 
setMaxNodes(int) - Method in class org.jboss.cache.eviction.EvictionPolicyConfigBase
Deprecated.  
setMethodCall(MethodCall) - Method in class org.jboss.cache.InvocationContext
Deprecated. not used anymore. Interceptors will get a ReplicableCommand instance passed in along with an InvocationContext.
setMethodId(int) - Method in class org.jboss.cache.marshall.MethodCall
Deprecated.  
setMinNodes(int) - Method in class org.jboss.cache.eviction.LFUAlgorithmConfig
 
setMinNodes(int) - Method in class org.jboss.cache.eviction.LFUConfiguration
Deprecated.  
setMinTimeToLive(long) - Method in class org.jboss.cache.eviction.EvictionAlgorithmConfigBase
 
setMinTimeToLive(long, TimeUnit) - Method in class org.jboss.cache.eviction.EvictionAlgorithmConfigBase
 
setMinTimeToLiveSeconds(long) - Method in class org.jboss.cache.eviction.EvictionAlgorithmConfigBase
Deprecated. 
setMinTimeToLiveSeconds(int) - Method in class org.jboss.cache.eviction.EvictionPolicyConfigBase
Deprecated.  
setModifications(List<ReplicableCommand>) - Method in class org.jboss.cache.commands.remote.ReplicateCommand
 
setModificationType(NodeModifiedEvent.ModificationType) - Method in class org.jboss.cache.notifications.event.EventImpl
 
setModifiedTimeStamp(long) - Method in class org.jboss.cache.eviction.NodeEntry
 
setMultiplexerService(JChannelFactoryMBean) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
setMultiplexerService(JChannelFactoryMBean) - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated.  
setMultiplexerStack(String) - Method in class org.jboss.cache.config.Configuration
 
setMultiplexerStack(String) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
setMultiplexerStack(String) - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Used with JGroups multiplexer, specifies stack to be used (e.g., fc-fast-minimalthreads) This attribute is optional; if not provided, a default multiplexer stack will be used.
setMuxChannelFactory(ChannelFactory) - Method in class org.jboss.cache.config.RuntimeConfig
Sets the factory the cache should use to create a multiplexed channel.
setMuxChannelFactory(ChannelFactory) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
setMuxChannelFactory(ChannelFactory) - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated.  
setMuxStackName(String) - Method in class org.jboss.cache.config.Configuration
 
setNewView(View) - Method in class org.jboss.cache.notifications.event.EventImpl
 
setNext(CommandInterceptor) - Method in class org.jboss.cache.interceptors.base.CommandInterceptor
Sets the next interceptor in the chain to the interceptor passed in.
setNodeColumn(String) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
setNodeCountSql(String) - Method in class org.jboss.cache.loader.JDBCCacheLoaderConfig
 
setNodeLockingOptimistic(boolean) - Method in class org.jboss.cache.config.Configuration
Deprecated. 
setNodeLockingScheme(Configuration.NodeLockingScheme) - Method in class org.jboss.cache.config.Configuration
Deprecated. will default to MVCC once optimistic and pessimistic schemes are removed.
setNodeLockingScheme(String) - Method in class org.jboss.cache.config.Configuration
 
setNodeLockingScheme(String) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
setNodeLockingScheme(String) - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated.  
setNodeLockingSchemeString(String) - Method in class org.jboss.cache.config.Configuration
 
setNodes(Map<Fqn, WorkspaceNode<K, V>>) - Method in interface org.jboss.cache.optimistic.TransactionWorkspace
Deprecated.  
setNodes(Map<Fqn, WorkspaceNode<K, V>>) - Method in class org.jboss.cache.optimistic.TransactionWorkspaceImpl
Deprecated. Sets the nodes.
setNodesToEvict(List<Fqn>) - Method in class org.jboss.cache.commands.write.EvictCommand
 
setNodeType(String) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
setNonBlockingStateTransfer(boolean) - Method in class org.jboss.cache.config.Configuration
 
setNotificationServiceName(String) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
setNumberOfElements(int) - Method in class org.jboss.cache.eviction.NodeEntry
 
setNumberOfNodeVisits(int) - Method in class org.jboss.cache.eviction.NodeEntry
 
setNumBuddies(int) - Method in class org.jboss.cache.buddyreplication.NextMemberBuddyLocatorConfig
 
setObjectInputStreamPoolSize(int) - Method in class org.jboss.cache.config.Configuration
Initialises the size of the object input stream pool size, which defaults to 50.
setObjectOutputStreamPoolSize(int) - Method in class org.jboss.cache.config.Configuration
Initialises the size of the object output stream pool size, which defaults to 50.
setOldValue(Object) - Method in class org.jboss.cache.Modification
Sets the post modification old value.
setOptimize(boolean) - Method in class org.jboss.cache.loader.s3.S3LoaderConfig
Sets optimize.
setOption(Option) - Method in class org.jboss.cache.transaction.AbstractTransactionContext
 
setOption(Option) - Method in interface org.jboss.cache.transaction.TransactionContext
Sets a transaction-scope option override
setOptionOverrides(Option) - Method in class org.jboss.cache.InvocationContext
Sets the option overrides to be associated with this invocation
setOrderedSynchronizationHandler(OrderedSynchronizationHandler) - Method in class org.jboss.cache.transaction.AbstractTransactionContext
 
setOrderedSynchronizationHandler(OrderedSynchronizationHandler) - Method in interface org.jboss.cache.transaction.TransactionContext
Associates an ordered sync handler with this transaction.
setOriginal(Map<K, V>) - Method in class org.jboss.cache.util.DeltaMap
Sets the original values of this delta map.
setOriginLocal(boolean) - Method in class org.jboss.cache.InvocationContext
If set to true, the invocation is assumed to have originated locally.
setOriginLocal(boolean) - Method in class org.jboss.cache.notifications.event.EventImpl
 
setParameters(int, Object[]) - Method in class org.jboss.cache.commands.legacy.write.VersionedInvalidateCommand
Deprecated.  
setParameters(int, Object[]) - Method in class org.jboss.cache.commands.read.AbstractDataCommand
Basic versions of these methods
setParameters(int, Object[]) - Method in class org.jboss.cache.commands.read.GetKeyValueCommand
 
setParameters(int, Object[]) - Method in class org.jboss.cache.commands.read.GravitateDataCommand
 
setParameters(int, Object[]) - Method in class org.jboss.cache.commands.remote.AnnounceBuddyPoolNameCommand
 
setParameters(int, Object[]) - Method in class org.jboss.cache.commands.remote.AssignToBuddyGroupCommand
 
setParameters(int, Object[]) - Method in class org.jboss.cache.commands.remote.ClusteredGetCommand
 
setParameters(int, Object[]) - Method in class org.jboss.cache.commands.remote.DataGravitationCleanupCommand
 
setParameters(int, Object[]) - Method in class org.jboss.cache.commands.remote.RemoveFromBuddyGroupCommand
 
setParameters(int, Object[]) - Method in class org.jboss.cache.commands.remote.ReplicateCommand
 
setParameters(int, Object[]) - Method in class org.jboss.cache.commands.remote.StateTransferControlCommand
 
setParameters(int, Object[]) - Method in interface org.jboss.cache.commands.ReplicableCommand
Used by the CommandsFactory to create a command from raw data read off a stream.
setParameters(int, Object[]) - Method in class org.jboss.cache.commands.tx.AbstractTransactionCommand
 
setParameters(int, Object[]) - Method in class org.jboss.cache.commands.tx.OptimisticPrepareCommand
 
setParameters(int, Object[]) - Method in class org.jboss.cache.commands.tx.PrepareCommand
 
setParameters(int, Object[]) - Method in class org.jboss.cache.commands.write.AbstractVersionedDataCommand
 
setParameters(int, Object[]) - Method in class org.jboss.cache.commands.write.ClearDataCommand
 
setParameters(int, Object[]) - Method in class org.jboss.cache.commands.write.EvictCommand
 
setParameters(int, Object[]) - Method in class org.jboss.cache.commands.write.InvalidateCommand
 
setParameters(int, Object[]) - Method in class org.jboss.cache.commands.write.MoveCommand
 
setParameters(int, Object[]) - Method in class org.jboss.cache.commands.write.PutDataMapCommand
 
setParameters(int, Object[]) - Method in class org.jboss.cache.commands.write.PutKeyValueCommand
 
setParameters(int, Object[]) - Method in class org.jboss.cache.commands.write.RemoveKeyCommand
 
setParameters(int, Object[]) - Method in class org.jboss.cache.commands.write.RemoveNodeCommand
 
setParentCache(boolean) - Method in class org.jboss.cache.loader.s3.S3LoaderConfig
Sets parentCache.
setParentColumn(String) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
setPassivation(boolean) - Method in class org.jboss.cache.config.CacheLoaderConfig
 
setPort(int) - Method in class org.jboss.cache.loader.s3.S3LoaderConfig
Sets port.
setPort(int) - Method in class org.jboss.cache.loader.tcp.TcpCacheServer
 
setPort(int) - Method in interface org.jboss.cache.loader.tcp.TcpCacheServerMBean
 
setPort(int) - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoaderConfig
 
setPre(boolean) - Method in class org.jboss.cache.notifications.event.EventImpl
 
setPreload(String) - Method in class org.jboss.cache.config.CacheLoaderConfig
 
setPrimaryKey(String) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
setProperties(Properties) - Method in class org.jboss.cache.config.PluggableConfigurationComponent
 
setProperties(String) - Method in class org.jboss.cache.config.PluggableConfigurationComponent
 
setProperties(Properties) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
setProperties(Properties) - Method in class org.jboss.cache.loader.AsyncCacheLoaderConfig
 
setProperties(Properties) - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoaderConfig
 
setProperties(Properties) - Method in class org.jboss.cache.loader.ClusteredCacheLoaderConfig
 
setProperties(Properties) - Method in class org.jboss.cache.loader.FileCacheLoaderConfig
 
setProperties(Properties) - Method in class org.jboss.cache.loader.JDBCCacheLoaderConfig
 
setProperties(Properties) - Method in class org.jboss.cache.loader.jdbm.JdbmCacheLoaderConfig
 
setProperties(Properties) - Method in class org.jboss.cache.loader.s3.S3LoaderConfig
 
setProperties(Properties) - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoaderConfig
 
setPurgeOnStartup(boolean) - Method in class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
 
setPushStateWhenCoordinator(boolean) - Method in class org.jboss.cache.loader.SingletonStoreDefaultConfig
 
setPushStateWhenCoordinatorTimeout(int) - Method in class org.jboss.cache.loader.SingletonStoreDefaultConfig
 
setQueueSize(int) - Method in class org.jboss.cache.loader.AsyncCacheLoaderConfig
 
setReadTimeout(int) - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoaderConfig
 
setReconnectWaitTime(int) - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoaderConfig
 
setRecursive(boolean) - Method in class org.jboss.cache.commands.write.EvictCommand
 
setRecursiveChildrenSql(String) - Method in class org.jboss.cache.loader.JDBCCacheLoaderConfig
 
setRegionFqn(Fqn) - Method in class org.jboss.cache.config.EvictionRegionConfig
 
setRegionManager(RegionManager) - Method in class org.jboss.cache.loader.AbstractCacheLoader
 
setRegionManager(RegionManager) - Method in class org.jboss.cache.loader.AbstractDelegatingCacheLoader
 
setRegionManager(RegionManager) - Method in interface org.jboss.cache.loader.CacheLoader
Sets the RegionManager this object should use to manage marshalling/unmarshalling of different regions using different classloaders.
setRegionManager(RegionManager) - Method in class org.jboss.cache.loader.ChainingCacheLoader
No-op, as this class doesn't directly use the ERegionManager.
setRegionManager(RegionManager) - Method in class org.jboss.cache.loader.ClusteredCacheLoader
 
setRegionName(String) - Method in class org.jboss.cache.config.EvictionRegionConfig
 
setRegisterJmxResource(boolean) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
setRegisterJmxResource(boolean) - Method in interface org.jboss.cache.jmx.CacheJmxWrapperMBean
Deprecated. Sets whether this object should register the cache's interceptors with JMX during CacheJmxWrapperMBean.create().
setRemote(boolean) - Method in class org.jboss.cache.transaction.GlobalTransaction
 
setRemoved(boolean) - Method in class org.jboss.cache.AbstractNode
 
setRemoved(boolean) - Method in interface org.jboss.cache.InternalNode
 
setRemoved(boolean) - Method in class org.jboss.cache.mvcc.NodeReference
 
setRemoved(boolean) - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated.  
setReplayIgnoredRequests(boolean) - Method in class org.jboss.cache.marshall.ExtendedResponse
 
setReplicationObserver(ReplicationObserver) - Method in class org.jboss.cache.marshall.CommandAwareRpcDispatcher
 
setReplicationVersion(short) - Method in class org.jboss.cache.config.Configuration
 
setReplicationVersion(String) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
setReplicationVersion(String) - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Sets the format version of the data transferred during an initial state transfer or a call to Region.activate().
setReplQueueInterval(long) - Method in class org.jboss.cache.config.Configuration
 
setReplQueueInterval(long) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
setReplQueueInterval(long) - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated.  
setReplQueueMaxElements(int) - Method in class org.jboss.cache.config.Configuration
 
setReplQueueMaxElements(int) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
setReplQueueMaxElements(int) - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated.  
setReplVersionString(String) - Method in class org.jboss.cache.config.Configuration
 
setRequestMarshaller(RpcDispatcher.Marshaller) - Method in class org.jboss.cache.marshall.InactiveRegionAwareRpcDispatcher
 
setResident(boolean) - Method in class org.jboss.cache.AbstractNode
 
setResident(boolean) - Method in interface org.jboss.cache.InternalNode
 
setResident(boolean) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
setResident(boolean) - Method in class org.jboss.cache.mvcc.NodeReference
 
setResident(boolean) - Method in interface org.jboss.cache.Node
 
setReturnOld(boolean) - Method in class org.jboss.cache.loader.AsyncCacheLoaderConfig
 
setRollbackOnly() - Method in class org.jboss.cache.transaction.DummyBaseTransactionManager
Mark the transaction associated with the calling thread for rollback only.
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.DummyUserTransaction
Mark the transaction so that the only possible outcome is a rollback.
setRoot(Object) - Method in interface org.jboss.cache.DataContainer
Sets a new root node
setRoot(Object) - Method in class org.jboss.cache.DataContainerImpl
Sets the root node reference to the node passed in.
setRootNode() - Method in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
setRPCManager(RPCManager) - Method in class org.jboss.cache.config.RuntimeConfig
 
setRuntimeConfig(RuntimeConfig) - Method in class org.jboss.cache.config.Configuration
 
setSecretAccessKey(String) - Method in class org.jboss.cache.loader.s3.S3LoaderConfig
Sets secretAccessKey.
setSecure(boolean) - Method in class org.jboss.cache.loader.s3.S3LoaderConfig
Sets secure.
setSelectChildFqnsSql(String) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
setSelectChildNamesSql(String) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
setSelectNodeSql(String) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
setSerializationExecutorPoolSize(int) - Method in class org.jboss.cache.config.Configuration
Sets the async replication serialization executor pool size for async replication.
setSerializationExecutorQueueSize(int) - Method in class org.jboss.cache.config.Configuration
Sets the queue size of the bounded queue used to store async serialization events on.
setServer(String) - Method in class org.jboss.cache.loader.s3.S3LoaderConfig
Sets server.
setServiceName(String) - Method in class org.jboss.cache.jmx.CacheNotificationListener
 
setShared(boolean) - Method in class org.jboss.cache.config.CacheLoaderConfig
 
setShutdownHookBehavior(Configuration.ShutdownHookBehavior) - Method in class org.jboss.cache.config.Configuration
 
setShutdownHookBehavior(String) - Method in class org.jboss.cache.config.Configuration
 
setSingleModification(ReplicableCommand) - Method in class org.jboss.cache.commands.remote.ReplicateCommand
 
setSingletonStoreClass(String) - Method in class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig
 
setSingletonStoreClass(String) - Method in class org.jboss.cache.loader.SingletonStoreDefaultConfig
 
setSingletonStoreConfig(CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig) - Method in class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
 
setSingletonStoreEnabled(boolean) - Method in class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig
 
setSingletonStoreEnabled(boolean) - Method in class org.jboss.cache.loader.SingletonStoreDefaultConfig
 
setSingletonStoreproperties(Properties) - Method in class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig
 
setSingletonStoreproperties(Properties) - Method in class org.jboss.cache.loader.SingletonStoreDefaultConfig
Takes the properties defined and populates the individual instance fields of the default singleton store cache loader configuration.
setSkipCacheStatusCheck(boolean) - Method in class org.jboss.cache.config.Option
If set to true, cache lifecycle checks will be skipped.
setSkipDataGravitation(boolean) - Method in class org.jboss.cache.config.Option
Suppresses data gravitation when buddy replication is used.
setSkipSendingNodeEvents(boolean) - Method in class org.jboss.cache.commands.write.RemoveNodeCommand
 
setSqlConcat(String) - Method in class org.jboss.cache.loader.JDBCCacheLoaderConfig
Deprecated. 
setState(InvocationContext) - Method in class org.jboss.cache.InvocationContext
Sets the state of the InvocationContext based on the template context passed in
setState(byte[]) - Method in class org.jboss.cache.remoting.jgroups.ChannelMessageListener
 
setState(InputStream) - Method in class org.jboss.cache.remoting.jgroups.ChannelMessageListener
 
setState(String, byte[]) - Method in class org.jboss.cache.remoting.jgroups.ChannelMessageListener
 
setState(String, InputStream) - Method in class org.jboss.cache.remoting.jgroups.ChannelMessageListener
 
setState(ObjectInputStream, Fqn) - Method in class org.jboss.cache.statetransfer.DefaultStateTransferManager
 
setState(ObjectInputStream, NodeSPI) - Method in class org.jboss.cache.statetransfer.DefaultStateTransferManager
Set the portion of the cache rooted in targetRoot to match the given state.
setState(ObjectInputStream, NodeSPI) - Method in class org.jboss.cache.statetransfer.LegacyStateTransferManager
Deprecated. Set the portion of the cache rooted in targetRoot to match the given state.
setState(ObjectInputStream, Fqn) - Method in interface org.jboss.cache.statetransfer.StateTransferManager
Set the portion of the cache rooted in targetRoot to match the given state.
setStateException - Variable in class org.jboss.cache.remoting.jgroups.ChannelMessageListener
Reference to an exception that was raised during state installation on this node.
setStateRetrievalTimeout(long) - Method in class org.jboss.cache.config.Configuration
 
setStateRetrievalTimeout(long) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
setStateRetrievalTimeout(long) - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Set the state transfer timeout (see LegacyConfiguration.getStateRetrievalTimeout())
setStateSet(boolean) - Method in class org.jboss.cache.remoting.jgroups.ChannelMessageListener
 
setStatisticsEnabled(boolean) - Method in class org.jboss.cache.interceptors.base.JmxStatsCommandInterceptor
 
setStatisticsEnabled(boolean) - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor
 
setStatisticsEnabled(boolean) - Method in class org.jboss.cache.interceptors.InvalidationInterceptor
 
setStatisticsEnabled(boolean) - Method in class org.jboss.cache.interceptors.TxInterceptor
 
setStatisticsEnabled(boolean) - Method in interface org.jboss.cache.jmx.JmxStatisticsExposer
Enables an interceptor's cache statistics If true, the interceptor will capture statistics and make them available through the mbean.
setStatisticsEnabled(boolean) - Method in class org.jboss.cache.RPCManagerImpl
 
setStatus(Region.Status) - Method in interface org.jboss.cache.Region
A mechanism to set status of a region, more fine grained control than just setActive();
setStatus(Region.Status) - Method in class org.jboss.cache.RegionImpl
 
setStatusCheckNecessary(boolean) - Method in class org.jboss.cache.factories.ComponentRegistry
 
setSuccessful(boolean) - Method in class org.jboss.cache.notifications.event.EventImpl
 
setSuppressEventNotification(boolean) - Method in class org.jboss.cache.config.Option
Set whether event notifications should be suppressed for this particular cache or transaction invocation.
setSuppressLocking(boolean) - Method in class org.jboss.cache.config.Option
Suppresses acquiring locks for the given invocation.
setSuppressPersistence(boolean) - Method in class org.jboss.cache.config.Option
If set to true, any persistence to a cache loader will be suppressed for the current invocation only.
setSyncCommitPhase(boolean) - Method in class org.jboss.cache.config.Configuration
 
setSyncCommitPhase(boolean) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
setSyncCommitPhase(boolean) - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated.  
setSyncReplTimeout(long) - Method in class org.jboss.cache.config.Configuration
 
setSyncReplTimeout(long) - Method in class org.jboss.cache.config.Option
Used to override the value in Configuration.getSyncReplTimeout() (used when cache mode is either Configuration.CacheMode.REPL_SYNC or Configuration.CacheMode.INVALIDATION_SYNC) for this specific invocation.
setSyncReplTimeout(long) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
setSyncReplTimeout(long) - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Sets the default maximum wait time for synchronous replication to receive all results
setSyncRollbackPhase(boolean) - Method in class org.jboss.cache.config.Configuration
 
setSyncRollbackPhase(boolean) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
setSyncRollbackPhase(boolean) - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated.  
setTable(String) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
setTargetFqn(Fqn) - Method in class org.jboss.cache.notifications.event.EventImpl
 
setterMethod(Class, Class) - Static method in class org.jboss.cache.util.BeanUtils
Returns a Method object corresponding to a setter that sets an instance of componentClass from target.
setterName(String) - Static method in class org.jboss.cache.util.BeanUtils
Retrieves a setter name based on a field name passed in
setterName(Class) - Static method in class org.jboss.cache.util.BeanUtils
Returns a setter for a given class
setThreadPoolSize(int) - Method in class org.jboss.cache.loader.AsyncCacheLoaderConfig
 
setTimeout(long) - Method in class org.jboss.cache.loader.ClusteredCacheLoaderConfig
 
setTimeout(int) - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoaderConfig
 
setTimeToLive(long) - Method in class org.jboss.cache.eviction.ExpirationAlgorithmConfig
Sets the time to live
setTimeToLive(long, TimeUnit) - Method in class org.jboss.cache.eviction.ExpirationAlgorithmConfig
 
setTimeToLive(long) - Method in class org.jboss.cache.eviction.LRUAlgorithmConfig
Sets the time to live
setTimeToLive(long, TimeUnit) - Method in class org.jboss.cache.eviction.LRUAlgorithmConfig
 
setTimeToLiveSeconds(long) - Method in class org.jboss.cache.eviction.ExpirationAlgorithmConfig
Deprecated. 
setTimeToLiveSeconds(int) - Method in class org.jboss.cache.eviction.ExpirationConfiguration
Deprecated.  
setTimeToLiveSeconds(long) - Method in class org.jboss.cache.eviction.LRUAlgorithmConfig
Deprecated. 
setTimeToLiveSeconds(int) - Method in class org.jboss.cache.eviction.LRUConfiguration
Deprecated.  
setTransaction(Transaction) - Method in class org.jboss.cache.InvocationContext
Sets a transaction object on the invocation context.
setTransaction(Transaction) - Method in class org.jboss.cache.notifications.event.EventImpl
 
setTransaction(Transaction) - Method in class org.jboss.cache.transaction.AbstractTransactionContext
 
setTransaction(Transaction) - Method in class org.jboss.cache.transaction.DummyBaseTransactionManager
Just used for unit tests
setTransaction(Transaction) - Method in interface org.jboss.cache.transaction.TransactionContext
Sets the local transaction to be associated with this transaction context.
setTransactionalContext(Transaction, GlobalTransaction, TransactionContext, InvocationContext) - Method in class org.jboss.cache.interceptors.BaseTransactionalContextInterceptor
 
setTransactionContext(TransactionContext) - Method in class org.jboss.cache.invocation.MVCCInvocationContext
 
setTransactionContext(TransactionContext) - Method in class org.jboss.cache.InvocationContext
Sets the transaction context to be associated with the current thread.
setTransactionManager(TransactionManager) - Method in class org.jboss.cache.config.RuntimeConfig
 
setTransactionManager(TransactionManager) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
setTransactionManager(TransactionManager) - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated.  
setTransactionManagerLookupClass(String) - Method in class org.jboss.cache.config.Configuration
 
setTransactionManagerLookupClass(String) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
setTransactionManagerLookupClass(String) - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Sets the class of the TransactionManagerLookup impl.
setTransactionTimeout(int) - Method in class org.jboss.cache.transaction.DummyBaseTransactionManager
Change the transaction timeout for transactions started by the calling thread with the DummyBaseTransactionManager.begin() method.
setTransactionTimeout(int) - Method in class org.jboss.cache.transaction.DummyTransaction
Change the transaction timeout for transactions started by the calling thread with the DummyBaseTransactionManager.begin() method.
setTransactionTimeout(int) - Method in class org.jboss.cache.transaction.DummyUserTransaction
Change the transaction timeout for transactions started by the calling thread with the DummyUserTransaction.begin() method.
setTransactionWorkSpace(TransactionWorkspace) - Method in class org.jboss.cache.transaction.OptimisticTransactionContext
Deprecated.  
setType(Modification.ModificationType) - Method in class org.jboss.cache.Modification
Sets the type of modification.
setType(Event.Type) - Method in class org.jboss.cache.notifications.event.EventImpl
 
setUpdateNodeSql(String) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
setUpdateTableSql(String) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
setupDependencies(ChannelMessageListener, Configuration, Notifier, CacheSPI, Marshaller, TransactionTable, TransactionManager, InvocationContextContainer, InterceptorChain, ComponentRegistry, LockManager) - Method in class org.jboss.cache.RPCManagerImpl
 
setupEvictionQueue() - Method in class org.jboss.cache.eviction.BaseEvictionAlgorithm
This method will create an EvictionQueue implementation and prepare it for use.
setupEvictionQueue() - Method in class org.jboss.cache.eviction.ElementSizeAlgorithm
 
setupEvictionQueue() - Method in class org.jboss.cache.eviction.ExpirationAlgorithm
 
setupEvictionQueue() - Method in class org.jboss.cache.eviction.FIFOAlgorithm
 
setupEvictionQueue() - Method in class org.jboss.cache.eviction.LFUAlgorithm
Will create a LFUQueue to be used as the underlying eviction queue.
setupEvictionQueue() - Method in class org.jboss.cache.eviction.LRUAlgorithm
 
setupEvictionQueue() - Method in class org.jboss.cache.eviction.MRUAlgorithm
 
setUseAsyncPut(boolean) - Method in class org.jboss.cache.loader.AsyncCacheLoaderConfig
 
setUseInterceptorMbeans(boolean) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
setUseInterceptorMbeans(boolean) - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. use LegacyConfiguration.setExposeManagementStatistics(boolean)
setUseLazyDeserialization(boolean) - Method in class org.jboss.cache.config.Configuration
 
setUseLockStriping(boolean) - Method in class org.jboss.cache.config.Configuration
 
setUseRegionBasedMarshalling(boolean) - Method in class org.jboss.cache.config.Configuration
This is a deprecated configuration option.
setUseRegionBasedMarshalling(boolean) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated. 
setUseRegionBasedMarshalling(boolean) - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated. Sets whether marshalling uses scoped class loaders on a per region basis.
setUseReplQueue(boolean) - Method in class org.jboss.cache.config.Configuration
 
setUseReplQueue(boolean) - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
setUseReplQueue(boolean) - Method in interface org.jboss.cache.jmx.LegacyConfiguration
Deprecated.  
setUsingEvictions(boolean) - Method in interface org.jboss.cache.RegionManager
Sets if evictions are processed.
setUsingEvictions(boolean) - Method in class org.jboss.cache.RegionManagerImpl
 
setUsingMultiplexer(boolean) - Method in class org.jboss.cache.config.Configuration
 
setValid(boolean, boolean) - Method in interface org.jboss.cache.InternalNode
 
setValid(boolean, boolean) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
setValid(boolean, boolean) - Method in class org.jboss.cache.mvcc.NodeReference
 
setValid(boolean, boolean) - Method in class org.jboss.cache.mvcc.NullMarkerNodeForRemoval
 
setValid(boolean, boolean) - Method in interface org.jboss.cache.NodeSPI
Sets the validity of a node.
setValid(boolean, boolean) - Method in class org.jboss.cache.PessimisticUnversionedNode
Deprecated.  
setValid(boolean, boolean) - Method in class org.jboss.cache.UnversionedNode
 
setValue(Object) - Method in class org.jboss.cache.commands.write.PutKeyValueCommand
 
setValue(Object) - Method in class org.jboss.cache.Modification
Sets the modification value.
setValue(V) - Method in class org.jboss.cache.util.FastCopyHashMap.SimpleEntry
 
setValue(Object, String, Object) - Static method in class org.jboss.cache.util.reflect.ReflectionUtil
 
setValues(Object, Map<?, ?>, boolean, boolean) - Static method in class org.jboss.cache.config.parsing.XmlConfigHelper
 
setVersion(DataVersion) - Method in class org.jboss.cache.AbstractNode
 
setVersion(DataVersion) - Method in interface org.jboss.cache.InternalNode
 
setVersion(DataVersion) - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
setVersion(DataVersion) - Method in class org.jboss.cache.mvcc.NodeReference
 
setVersion(DataVersion) - Method in interface org.jboss.cache.NodeSPI
Sets the data version of this node if versioning is supported.
setVersion(DataVersion) - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated. Sets the data version of this workspace node.
setVersion(DataVersion) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
setVersion(DataVersion) - Method in class org.jboss.cache.VersionedNode
Deprecated. Sets the version id of this node.
setVersioningImplicit(boolean) - Method in interface org.jboss.cache.optimistic.TransactionWorkspace
Deprecated. Sets if versioning is implicit for a given tx.
setVersioningImplicit(boolean) - Method in class org.jboss.cache.optimistic.TransactionWorkspaceImpl
Deprecated.  
setVersioningImplicit(boolean) - Method in interface org.jboss.cache.optimistic.WorkspaceNode
Deprecated. Sets whether versioning for the WorkspaceNode instance in the current transaction is implicit (i.e., using DefaultDataVersion rather than a custom DataVersion passed in using Option.setDataVersion(DataVersion))
setVersioningImplicit(boolean) - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
setWakeupInterval(long) - Method in class org.jboss.cache.config.EvictionConfig
Set the wake up interval for the eviction thread.
setWakeupInterval(long, TimeUnit) - Method in class org.jboss.cache.config.EvictionConfig
Set the wake up interval for the eviction thread.
setWakeupIntervalSeconds(int) - Method in class org.jboss.cache.config.EvictionConfig
Deprecated. Use EvictionConfig.setWakeupInterval(long).
setWarnNoExpirationKey(boolean) - Method in class org.jboss.cache.eviction.ExpirationAlgorithmConfig
Sets if the algorithm should warn if a expiration key is missing for a node.
setWarnNoExpirationKey(boolean) - Method in class org.jboss.cache.eviction.ExpirationConfiguration
Deprecated. Sets if the algorithm should warn if a expiration key is missing for a node.
setWriterIfNotNull(Object) - Method in class org.jboss.cache.lock.LockMap
Adding a writer owner.
setWriteSkewCheck(boolean) - Method in class org.jboss.cache.config.Configuration
 
setXmlValues(Configuration, Map<String, Element>) - Method in class org.jboss.cache.config.parsing.XmlConfigurationParser2x
Deprecated.  
shouldEvictNode(NodeEntry) - Method in class org.jboss.cache.eviction.BaseEvictionAlgorithm
This method will check whether the given node should be evicted or not.
shouldEvictNode(NodeEntry) - Method in class org.jboss.cache.eviction.ElementSizeAlgorithm
 
shouldEvictNode(NodeEntry) - Method in class org.jboss.cache.eviction.ExpirationAlgorithm
 
shouldEvictNode(NodeEntry) - Method in class org.jboss.cache.eviction.FIFOAlgorithm
For FIFO, a node should be evicted if the queue size is >= to the configured maxNodes size.
shouldEvictNode(NodeEntry) - Method in class org.jboss.cache.eviction.LFUAlgorithm
 
shouldEvictNode(NodeEntry) - Method in class org.jboss.cache.eviction.LRUAlgorithm
 
shouldEvictNode(NodeEntry) - Method in class org.jboss.cache.eviction.MRUAlgorithm
 
shouldNotifyOnNodeModified() - Method in interface org.jboss.cache.notifications.Notifier
When notifying about node modifications, in many scenarios there is a need of building a new Map object.
shouldNotifyOnNodeModified() - Method in class org.jboss.cache.notifications.NotifierImpl
 
shutdown() - Method in class org.jboss.cache.util.concurrent.WithinThreadExecutor
 
shutdownNow() - Method in class org.jboss.cache.util.concurrent.WithinThreadExecutor
 
signalWaiters() - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade.ReaderLock
 
signalWaiters() - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade.WriterLock
 
SINGLE_METHOD_ID - Static variable in class org.jboss.cache.commands.remote.ReplicateCommand
 
SingletonStoreCacheLoader - Class in org.jboss.cache.loader
SingletonStoreCacheLoader is a delegating cache loader used for situations when only one node should interact with the underlying store.
SingletonStoreCacheLoader() - Constructor for class org.jboss.cache.loader.SingletonStoreCacheLoader
Empty constructor so that it can instantiated using reflection.
SingletonStoreCacheLoader(SingletonStoreDefaultConfig) - Constructor for class org.jboss.cache.loader.SingletonStoreCacheLoader
Protected constructor which should only be used from unit tests.
SingletonStoreCacheLoader.PushStateException - Exception in org.jboss.cache.loader
Exception representing any issues that arise from pushing the in-memory state to the cache loader.
SingletonStoreCacheLoader.PushStateException(String, Throwable) - Constructor for exception org.jboss.cache.loader.SingletonStoreCacheLoader.PushStateException
 
SingletonStoreCacheLoader.PushStateException(Throwable) - Constructor for exception org.jboss.cache.loader.SingletonStoreCacheLoader.PushStateException
 
SingletonStoreCacheLoader.SingletonStoreListener - Class in org.jboss.cache.loader
Cache listener that reacts to cluster topology changes to find out whether a new coordinator is elected.
SingletonStoreCacheLoader.SingletonStoreListener() - Constructor for class org.jboss.cache.loader.SingletonStoreCacheLoader.SingletonStoreListener
 
SingletonStoreDefaultConfig - Class in org.jboss.cache.loader
Default singleton store cache loader configuration implementation, which is provided with the default singleton store cache loader implementation.
SingletonStoreDefaultConfig() - Constructor for class org.jboss.cache.loader.SingletonStoreDefaultConfig
Default constructor that sets default values for singleton store cache loader configuration taking in account that this configuration belongs to the default singleton store cache loader implementation.
SingletonStoreDefaultConfig(CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig) - Constructor for class org.jboss.cache.loader.SingletonStoreDefaultConfig
Constructor that sets the assumed values for the default singleton store cache loader implementation and also the properties, as per the properties section defined in the XML configuration.
size - Variable in class org.jboss.cache.Fqn
 
size() - Method in class org.jboss.cache.Fqn
 
size() - Method in class org.jboss.cache.interceptors.InterceptorChain
Returns the number of interceptors in the chain.
size() - Method in class org.jboss.cache.loader.jdbm.JdbmCacheLoader
Returns the number of database record nodes.
size() - Method in class org.jboss.cache.lock.ThreadLocalMap
 
size() - Method in class org.jboss.cache.marshall.MarshalledValueMap
 
size() - Method in class org.jboss.cache.transaction.TransactionLog
 
size() - Method in class org.jboss.cache.util.concurrent.ConcurrentHashSet
 
size() - Method in interface org.jboss.cache.util.concurrent.locks.LockContainer
 
size() - Method in class org.jboss.cache.util.concurrent.locks.OwnableReentrantSharedLockContainer
 
size() - Method in class org.jboss.cache.util.concurrent.locks.PerElementLockContainer
 
size() - Method in class org.jboss.cache.util.concurrent.locks.ReentrantSharedLockContainer
 
size() - Method in class org.jboss.cache.util.concurrent.SelfInitializingConcurrentHashMap
 
size() - Method in class org.jboss.cache.util.DeltaMap
 
size() - Method in class org.jboss.cache.util.FastCopyHashMap
 
size() - Method in class org.jboss.cache.util.ImmutableListCopy
 
SkipCheckChainedInterceptor - Class in org.jboss.cache.interceptors.base
This interceptor will call SkipCheckChainedInterceptor.skipInterception(org.jboss.cache.InvocationContext ,org.jboss.cache.commands.VisitableCommand) before invoking each visit method (and the SkipCheckChainedInterceptor.handleDefault(org.jboss.cache.InvocationContext , org.jboss.cache.commands.VisitableCommand) method).
SkipCheckChainedInterceptor() - Constructor for class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
skipInterception(InvocationContext, VisitableCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
Tests whether the command should be intercepted or not.
skipInterception(InvocationContext, VisitableCommand) - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor
if this is a shared cache loader and the call is of remote origin, pass up the chain
skipReplicationOfTransactionMethod(InvocationContext) - Method in class org.jboss.cache.interceptors.BaseRpcInterceptor
It does not make sense replicating a transaction method(commit, rollback, prepare) if one of the following is true:
SortedEvictionQueue - Interface in org.jboss.cache.eviction
Sorted Eviction Queue implementation.
spi - Variable in class org.jboss.cache.commands.write.InvalidateCommand
 
start() - Method in interface org.jboss.cache.Cache
Lifecycle method that starts the cache loader, starts cache replication, starts the region manager, etc., and (if configured) warms the cache using a state transfer or cache loader preload.
start() - Method in class org.jboss.cache.CacheManagerImpl
 
start() - Method in class org.jboss.cache.cluster.ReplicationQueue
Starts the asynchronous flush queue.
start() - Method in class org.jboss.cache.config.XmlParsingConfigurationRegistry
 
start() - Method in class org.jboss.cache.DataContainerImpl
 
Start - Annotation Type in org.jboss.cache.factories.annotations
Method level annotation that indicates a (no-param) method to be called on a component registered in the ComponentRegistry when the cache starts.
start() - Method in class org.jboss.cache.factories.ComponentRegistry
This starts the components in the cache, connecting to channels, starting service threads, etc.
start() - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor
 
start() - Method in class org.jboss.cache.interceptors.CallInterceptor
 
start() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
start() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
start() - Method in interface org.jboss.cache.jmx.CacheJmxWrapperMBean
Deprecated.  
start() - Method in interface org.jboss.cache.Lifecycle
 
start() - Method in class org.jboss.cache.loader.AbstractCacheLoader
 
start() - Method in class org.jboss.cache.loader.AbstractDelegatingCacheLoader
 
start() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoader
 
start() - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
start() - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Opens the JE environment and the database specified by the configuration string.
start() - Method in class org.jboss.cache.loader.C3p0ConnectionFactory
 
start() - Method in class org.jboss.cache.loader.ChainingCacheLoader
 
start() - Method in interface org.jboss.cache.loader.ConnectionFactory
 
start() - Method in class org.jboss.cache.loader.JDBCCacheLoader
Start is overwritten for the sake of backward compatibility only.
start() - Method in class org.jboss.cache.loader.jdbm.JdbmCacheLoader
Opens the environment and the database specified by the configuration string.
start() - Method in class org.jboss.cache.loader.ManagedConnectionFactory
 
start() - Method in class org.jboss.cache.loader.s3.S3CacheLoader
This cache loader is stateless, but as part of initialization access the service.
start() - Method in class org.jboss.cache.loader.tcp.TcpCacheServer
 
start() - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoader
 
start() - Method in class org.jboss.cache.lock.LockStrategyFactory
 
start() - Method in class org.jboss.cache.mvcc.MVCCNodeHelper
 
start() - Method in class org.jboss.cache.RegionManagerImpl
 
start() - Method in interface org.jboss.cache.RPCManager
Starts the RPCManager by connecting the underlying JGroups channel (if configured for replication).
start() - Method in class org.jboss.cache.RPCManagerImpl
 
start() - Method in class org.jboss.cache.statetransfer.DefaultStateTransferIntegrator
 
start() - Method in class org.jboss.cache.statetransfer.DefaultStateTransferManager
 
start() - Method in class org.jboss.cache.statetransfer.LegacyStateTransferIntegrator
Deprecated.  
start() - Method in interface org.jboss.cache.TreeCacheViewMBean
 
startAllowed() - Method in enum org.jboss.cache.CacheStatus
 
startBatch() - Method in class org.jboss.cache.batch.BatchContainer
 
startBatch() - Method in interface org.jboss.cache.Cache
Starts a batch.
startBatch() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
startCacheLoader() - Method in class org.jboss.cache.loader.CacheLoaderManager
 
STARTED - Static variable in interface org.jboss.cache.jmx.CacheJmxWrapperMBean
Deprecated. The lifecycle method start has completed
startEvictionThread() - Method in interface org.jboss.cache.RegionManager
Deprecated.  
startEvictionThread() - Method in class org.jboss.cache.RegionManagerImpl
Starts the eviction processing thread.
STARTING - Static variable in interface org.jboss.cache.jmx.CacheJmxWrapperMBean
Deprecated. The lifecycle method start has been invoked
startInterceptor() - Method in class org.jboss.cache.interceptors.CacheLoaderInterceptor
 
startInterceptor() - Method in class org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor
Deprecated.  
startLockManager() - Method in class org.jboss.cache.lock.MVCCLockManager
 
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
 
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_TRANSFER_VERSION - Static variable in class org.jboss.cache.statetransfer.DefaultStateTransferGenerator
 
STATE_TRANSFER_VERSION - Static variable in class org.jboss.cache.statetransfer.LegacyStateTransferGenerator
Deprecated.  
stateProducingFailed(Throwable) - Method in class org.jboss.cache.remoting.jgroups.ChannelMessageListener
 
StateProviderBusyException - Exception in org.jboss.cache.statetransfer
Thrown when a state provider is busy
StateProviderBusyException() - Constructor for exception org.jboss.cache.statetransfer.StateProviderBusyException
 
StateProviderBusyException(String) - Constructor for exception org.jboss.cache.statetransfer.StateProviderBusyException
 
StateProviderBusyException(String, Throwable) - Constructor for exception org.jboss.cache.statetransfer.StateProviderBusyException
 
StateProviderBusyException(Throwable) - Constructor for exception org.jboss.cache.statetransfer.StateProviderBusyException
 
stateReceivedSuccess() - Method in class org.jboss.cache.remoting.jgroups.ChannelMessageListener
 
stateReceivingFailed(Throwable) - Method in class org.jboss.cache.remoting.jgroups.ChannelMessageListener
 
stateRetrievalTimeout - Variable in class org.jboss.cache.statetransfer.DefaultStateTransferManager
 
StateTransferControlCommand - Class in org.jboss.cache.commands.remote
A control command for communication between peers for non-blocking state transfer
StateTransferControlCommand() - Constructor for class org.jboss.cache.commands.remote.StateTransferControlCommand
 
StateTransferControlCommand(boolean) - Constructor for class org.jboss.cache.commands.remote.StateTransferControlCommand
 
StateTransferFactory - Class in org.jboss.cache.factories
Factory class able to create StateTransferGenerator and StateTransferIntegrator instances.
StateTransferFactory() - Constructor for class org.jboss.cache.factories.StateTransferFactory
 
StateTransferGenerator - Interface in org.jboss.cache.statetransfer
 
StateTransferIntegrator - Interface in org.jboss.cache.statetransfer
 
StateTransferManager - Interface in org.jboss.cache.statetransfer
This interface handles requests to generate or integrate state from neighbouring caches in a cluster.
StateTransferManagerFactory - Class in org.jboss.cache.factories
Constructs StateTransferManager instances.
StateTransferManagerFactory() - Constructor for class org.jboss.cache.factories.StateTransferManagerFactory
 
stop() - Method in class org.jboss.cache.buddyreplication.BuddyManager
Stops the buddy manager and the related async thread.
stop() - Method in interface org.jboss.cache.Cache
Lifecycle method that stops the cache, including replication, clustering, cache loading, notifications, etc., and clears all cache in-memory state.
stop() - Method in class org.jboss.cache.CacheManagerImpl
 
stop() - Method in class org.jboss.cache.cluster.ReplicationQueue
Stops the asynchronous flush queue.
stop() - Method in class org.jboss.cache.config.XmlParsingConfigurationRegistry
 
stop() - Method in class org.jboss.cache.DataContainerImpl
 
stop() - Method in class org.jboss.cache.eviction.EvictionTimerTask
 
Stop - Annotation Type in org.jboss.cache.factories.annotations
Method level annotation that indicates a (no-param) method to be called on a component registered in the ComponentRegistry when the cache stops.
stop() - Method in class org.jboss.cache.factories.ComponentRegistry
Stops the cache and sets the cache status to CacheStatus.STOPPED once it is done.
stop() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
stop() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
stop() - Method in interface org.jboss.cache.jmx.CacheJmxWrapperMBean
Deprecated.  
stop() - Method in interface org.jboss.cache.Lifecycle
 
stop() - Method in class org.jboss.cache.loader.AbstractCacheLoader
 
stop() - Method in class org.jboss.cache.loader.AbstractDelegatingCacheLoader
 
stop() - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoader
 
stop() - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
stop() - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
Closes the JE databases and environment, and nulls references to them.
stop() - Method in class org.jboss.cache.loader.C3p0ConnectionFactory
 
stop() - Method in class org.jboss.cache.loader.ChainingCacheLoader
 
stop() - Method in interface org.jboss.cache.loader.ConnectionFactory
 
stop() - Method in class org.jboss.cache.loader.jdbm.JdbmCacheLoader
Closes the databases and environment, and nulls references to them.
stop() - Method in class org.jboss.cache.loader.ManagedConnectionFactory
 
stop() - Method in class org.jboss.cache.loader.s3.S3CacheLoader
Closes the connection; shuts down the HTTP connection pool.
stop() - Method in class org.jboss.cache.loader.tcp.TcpCacheServer
 
stop() - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoader
 
stop() - Method in class org.jboss.cache.marshall.CommandAwareRpcDispatcher
 
stop() - Method in class org.jboss.cache.RegionManagerImpl
 
stop() - Method in interface org.jboss.cache.RPCManager
Stops the RPCDispatcher and frees resources.
stop() - Method in class org.jboss.cache.RPCManagerImpl
 
stop() - Method in interface org.jboss.cache.TreeCacheViewMBean
 
stopAllowed() - Method in enum org.jboss.cache.CacheStatus
 
stopCacheLoader() - Method in class org.jboss.cache.loader.CacheLoaderManager
 
stopEvictionThread() - Method in interface org.jboss.cache.RegionManager
Deprecated.  
stopEvictionThread() - Method in class org.jboss.cache.RegionManagerImpl
Stops the eviction processing thread
STOPPED - Static variable in interface org.jboss.cache.jmx.CacheJmxWrapperMBean
Deprecated. The lifecycle method stop has completed
STOPPING - Static variable in interface org.jboss.cache.jmx.CacheJmxWrapperMBean
Deprecated. The lifecycle method stop has been invoked
STORE_ENTIRE_STATE - Static variable in interface org.jboss.cache.loader.tcp.TcpCacheOperations
 
storeAttributes(Fqn, Map) - Method in class org.jboss.cache.loader.FileCacheLoader
 
storeEntireState(ObjectInputStream) - Method in class org.jboss.cache.loader.AbstractCacheLoader
 
storeEntireState(ObjectInputStream) - Method in class org.jboss.cache.loader.AbstractDelegatingCacheLoader
 
storeEntireState(ObjectInputStream) - Method in interface org.jboss.cache.loader.CacheLoader
Stores the entire state for this cache by reading it from a provided ObjectInputStream.
storeEntireState(ObjectInputStream) - Method in class org.jboss.cache.loader.ChainingCacheLoader
 
storeEntireState(ObjectInputStream) - Method in class org.jboss.cache.loader.ClusteredCacheLoader
 
storeEntireState(ObjectInputStream) - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoader
 
storeEntireState(ObjectInputStream) - Method in class org.jboss.cache.loader.ReadOnlyDelegatingCacheLoader
 
storeEntireState(ObjectInputStream) - Method in class org.jboss.cache.loader.SingletonStoreCacheLoader
Calls the underlying cache loader's operation if the current node is the coordinator.
storeEntireState(ObjectInputStream) - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoader
 
storeObject(Fqn, Object) - Method in interface org.jboss.cache.loader.CacheLoaderAop
Stores an object under a given key in the persistent store.
storeState(Fqn, ObjectInputStream) - Method in class org.jboss.cache.loader.AbstractCacheLoader
 
storeState(Fqn, ObjectInputStream) - Method in class org.jboss.cache.loader.AbstractDelegatingCacheLoader
 
storeState(Fqn, ObjectInputStream) - Method in interface org.jboss.cache.loader.CacheLoader
Stores the given portion of the cache tree's state in secondary storage.
storeState(Fqn, ObjectInputStream) - Method in class org.jboss.cache.loader.ChainingCacheLoader
 
storeState(Fqn, ObjectInputStream) - Method in class org.jboss.cache.loader.ClusteredCacheLoader
 
storeState(Fqn, ObjectInputStream) - Method in class org.jboss.cache.loader.JDBCCacheLoader
 
storeState(Fqn, ObjectInputStream) - Method in class org.jboss.cache.loader.LocalDelegatingCacheLoader
 
storeState(Fqn, ObjectInputStream) - Method in class org.jboss.cache.loader.ReadOnlyDelegatingCacheLoader
 
storeState(Fqn, ObjectInputStream) - Method in class org.jboss.cache.loader.SingletonStoreCacheLoader
Calls the underlying cache loader's operation if the current node is the coordinator.
storeState(Fqn, ObjectInputStream) - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoader
 
storeStateForPutDataMap(Fqn, InvocationContext) - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor
 
storeStateForPutDataMap(Fqn, InvocationContext) - Method in class org.jboss.cache.interceptors.LegacyCacheStoreInterceptor
Deprecated.  
storeStateHelper(Fqn, List, boolean) - Method in class org.jboss.cache.loader.AbstractCacheLoader
 
storeStateHelper(Fqn, List, boolean) - Method in class org.jboss.cache.loader.bdbje.BdbjeCacheLoader
 
storeStateHelper(Fqn, List, boolean) - Method in class org.jboss.cache.loader.JDBCCacheLoader
 
STREAMING_DELIMITER_NODE - Static variable in class org.jboss.cache.statetransfer.DefaultStateTransferManager
 
stringAttribs - Variable in class org.jboss.cache.config.parsing.ParsedAttributes
 
StringFqn - Class in org.jboss.cache
An optimisation of Fqn that does more efficient equals() and hashcode() computations.
StringFqn() - Constructor for class org.jboss.cache.StringFqn
 
StringFqn(StringFqn, List<String>) - Constructor for class org.jboss.cache.StringFqn
 
StringFqn(StringFqn, StringFqn) - Constructor for class org.jboss.cache.StringFqn
 
StringFqn(List<String>) - Constructor for class org.jboss.cache.StringFqn
 
StringFqn(String) - Constructor for class org.jboss.cache.StringFqn
 
stringRepresentation - Variable in class org.jboss.cache.Fqn
A cached string representation of this Fqn, used by toString to it isn't calculated again every time.
stringToElement(String) - Static method in class org.jboss.cache.config.parsing.XmlConfigHelper
Converts a String representing an XML snippet into an Element.
stringToElementInCoreNS(String) - Static method in class org.jboss.cache.config.parsing.XmlConfigHelper
Converts a String representing an XML snippet into an Element.
StripedLock - Class in org.jboss.cache.lock
A simple implementation of lock striping, using Fqns as the keys to lock on, primarily used to help make CacheLoader implemtations thread safe.
StripedLock() - Constructor for class org.jboss.cache.lock.StripedLock
This constructor just calls StripedLock.StripedLock(int) with a default concurrency value of 20.
StripedLock(int) - Constructor for class org.jboss.cache.lock.StripedLock
Creates a new StripedLock which uses a certain number of shared locks across all elements that need to be locked.
subList(int, int) - Method in class org.jboss.cache.util.ImmutableListCopy
 
submit(Callable<T>) - Method in class org.jboss.cache.util.concurrent.WithinThreadExecutor
 
submit(Runnable, T) - Method in class org.jboss.cache.util.concurrent.WithinThreadExecutor
 
submit(Runnable) - Method in class org.jboss.cache.util.concurrent.WithinThreadExecutor
 
subtreeResult(List<NodeData>, Fqn) - Static method in class org.jboss.cache.buddyreplication.GravitateResult
Factory method that creates a GravitateResult with the data found and the backup fqn it was found in.
suspect(Address) - Method in class org.jboss.cache.RPCManagerImpl.MembershipListenerAdaptor
Called when a member is suspected.
SuspectException - Exception in org.jboss.cache
Thrown when a member is suspected during remote method invocation
SuspectException() - Constructor for exception org.jboss.cache.SuspectException
 
SuspectException(String) - Constructor for exception org.jboss.cache.SuspectException
 
SuspectException(String, Throwable) - Constructor for exception org.jboss.cache.SuspectException
 
suspend() - Method in class org.jboss.cache.transaction.DummyBaseTransactionManager
Suspend the association the calling thread has to a transaction, and return the suspended transaction.
SynchronizedRestarter - Class in org.jboss.cache.util.concurrent
A class that handles restarts of components via multiple threads.
SynchronizedRestarter() - Constructor for class org.jboss.cache.util.concurrent.SynchronizedRestarter
 

T

table - Variable in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
tableExists(String, Connection) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoader
 
takeLastEventNode() - Method in interface org.jboss.cache.Region
Deprecated.  
takeLastEventNode() - Method in class org.jboss.cache.RegionImpl
Deprecated. 
targetNode - Variable in class org.jboss.cache.commands.write.RemoveNodeCommand
 
TcpCacheOperations - Interface in org.jboss.cache.loader.tcp
Statics that used to exist in the DelegatingCacheLoader class.
TcpCacheServer - Class in org.jboss.cache.loader.tcp
TCP-IP based CacheServer, setCache TcpDelegatingCacheLoader with host and port of this server
TcpCacheServer() - Constructor for class org.jboss.cache.loader.tcp.TcpCacheServer
 
TcpCacheServerMBean - Interface in org.jboss.cache.loader.tcp
StandardMBean interface for TcpCacheServer.
TcpDelegatingCacheLoader - Class in org.jboss.cache.loader
DelegatingCacheLoader implementation which delegates to a remote (not in the same VM) CacheImpl using TCP/IP for communication.
TcpDelegatingCacheLoader() - Constructor for class org.jboss.cache.loader.TcpDelegatingCacheLoader
 
TcpDelegatingCacheLoaderConfig - Class in org.jboss.cache.loader
 
TcpDelegatingCacheLoaderConfig() - Constructor for class org.jboss.cache.loader.TcpDelegatingCacheLoaderConfig
 
testImmutability(String) - Method in class org.jboss.cache.config.ConfigurationComponent
Checks field modifications via setters
ThreadLocalMap<K,V> - Class in org.jboss.cache.lock
Map which reduces concurrency and potential memory leaks for non-static ThreadLocals.
ThreadLocalMap() - Constructor for class org.jboss.cache.lock.ThreadLocalMap
 
throwIfNeeded(Throwable) - Method in class org.jboss.cache.InvocationContext
Throws the given throwable provided no options suppress or prevent this from happening.
TimeoutException - Exception in org.jboss.cache.lock
Thrown when a timeout occurred.
TimeoutException() - Constructor for exception org.jboss.cache.lock.TimeoutException
 
TimeoutException(String) - Constructor for exception org.jboss.cache.lock.TimeoutException
 
TimeoutException(String, Throwable) - Constructor for exception org.jboss.cache.lock.TimeoutException
 
tm_ - Variable in class org.jboss.cache.transaction.DummyTransaction
 
to - Variable in class org.jboss.cache.commands.write.MoveCommand
 
toArray() - Method in class org.jboss.cache.util.concurrent.ConcurrentHashSet
 
toArray(T[]) - Method in class org.jboss.cache.util.concurrent.ConcurrentHashSet
 
toArray() - Method in class org.jboss.cache.util.ImmutableListCopy
 
toArray(T[]) - Method in class org.jboss.cache.util.ImmutableListCopy
 
toDebugString() - Method in class org.jboss.cache.util.DeltaMap
Returns a debug string.
toString() - Method in class org.jboss.cache.buddyreplication.BuddyGroup
 
toString() - Method in class org.jboss.cache.buddyreplication.GravitateResult
 
toString() - Method in class org.jboss.cache.commands.legacy.write.CreateNodeCommand
Deprecated.  
toString() - Method in class org.jboss.cache.commands.legacy.write.VersionedInvalidateCommand
Deprecated.  
toString() - Method in class org.jboss.cache.commands.read.AbstractDataCommand
 
toString() - Method in class org.jboss.cache.commands.read.GetKeyValueCommand
 
toString() - Method in class org.jboss.cache.commands.read.GravitateDataCommand
 
toString() - Method in class org.jboss.cache.commands.remote.AnnounceBuddyPoolNameCommand
 
toString() - Method in class org.jboss.cache.commands.remote.AssignToBuddyGroupCommand
 
toString() - Method in class org.jboss.cache.commands.remote.ClusteredGetCommand
 
toString() - Method in class org.jboss.cache.commands.remote.DataGravitationCleanupCommand
 
toString() - Method in class org.jboss.cache.commands.remote.RemoveFromBuddyGroupCommand
 
toString() - Method in class org.jboss.cache.commands.remote.ReplicateCommand
 
toString() - Method in class org.jboss.cache.commands.remote.StateTransferControlCommand
 
toString() - Method in class org.jboss.cache.commands.tx.AbstractTransactionCommand
 
toString() - Method in class org.jboss.cache.commands.tx.OptimisticPrepareCommand
 
toString() - Method in class org.jboss.cache.commands.tx.PrepareCommand
 
toString() - Method in class org.jboss.cache.commands.write.ClearDataCommand
 
toString() - Method in class org.jboss.cache.commands.write.EvictCommand
 
toString() - Method in class org.jboss.cache.commands.write.InvalidateCommand
 
toString() - Method in class org.jboss.cache.commands.write.MoveCommand
 
toString() - Method in class org.jboss.cache.commands.write.PutDataMapCommand
 
toString() - Method in class org.jboss.cache.commands.write.PutKeyValueCommand
 
toString() - Method in class org.jboss.cache.commands.write.RemoveKeyCommand
 
toString() - Method in class org.jboss.cache.commands.write.RemoveNodeCommand
 
toString() - Method in class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig
 
toString() - Method in class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
 
toString() - Method in class org.jboss.cache.config.CacheLoaderConfig
 
toString() - Method in class org.jboss.cache.config.CustomInterceptorConfig
 
toString() - Method in class org.jboss.cache.config.EvictionRegionConfig
 
toString() - Method in class org.jboss.cache.config.Option
 
toString(Element) - Static method in class org.jboss.cache.config.parsing.XmlConfigHelper
 
toString() - Method in class org.jboss.cache.config.PluggableConfigurationComponent
 
toString() - Method in class org.jboss.cache.DataContainerImpl
 
toString(boolean) - Method in class org.jboss.cache.DataContainerImpl
Returns a debug string with optional details of contents.
toString() - Method in class org.jboss.cache.eviction.BaseEvictionAlgorithm
Returns debug information.
toString() - Method in class org.jboss.cache.eviction.ElementSizeAlgorithmConfig
 
toString() - Method in class org.jboss.cache.eviction.ElementSizeConfiguration
Deprecated.  
toString() - Method in class org.jboss.cache.eviction.EvictionEvent
 
toString() - Method in class org.jboss.cache.eviction.EvictionQueueList
 
toString() - Method in class org.jboss.cache.eviction.ExpirationAlgorithmConfig
 
toString() - Method in class org.jboss.cache.eviction.FIFOAlgorithmConfig
 
toString() - Method in class org.jboss.cache.eviction.FIFOConfiguration
Deprecated.  
toString() - Method in class org.jboss.cache.eviction.LFUAlgorithmConfig
 
toString() - Method in class org.jboss.cache.eviction.LFUConfiguration
Deprecated.  
toString() - Method in class org.jboss.cache.eviction.LRUAlgorithmConfig
 
toString() - Method in class org.jboss.cache.eviction.LRUConfiguration
Deprecated.  
toString() - Method in class org.jboss.cache.eviction.MRUAlgorithmConfig
 
toString() - Method in class org.jboss.cache.eviction.MRUConfiguration
Deprecated.  
toString() - Method in class org.jboss.cache.eviction.MRUQueue
 
toString() - Method in class org.jboss.cache.eviction.NodeEntry
 
toString() - Method in class org.jboss.cache.factories.ComponentRegistry.Component
 
toString() - Method in class org.jboss.cache.Fqn
Returns this Fqn as a string, prefixing the first element with a Fqn.SEPARATOR and joining each subsequent element with a Fqn.SEPARATOR.
toString() - Method in class org.jboss.cache.interceptors.Interceptor
Deprecated.  
toString() - Method in class org.jboss.cache.interceptors.InterceptorChain
 
toString() - Method in class org.jboss.cache.interceptors.OrderedSynchronizationHandler
 
toString() - Method in class org.jboss.cache.invocation.CacheInvocationDelegate
 
toString() - Method in class org.jboss.cache.invocation.NodeInvocationDelegate
 
toString() - Method in class org.jboss.cache.InvocationContext
 
toString() - Method in class org.jboss.cache.loader.AsyncCacheLoader
 
toString() - Method in class org.jboss.cache.loader.ChainingCacheLoader
 
toString() - Method in class org.jboss.cache.loader.jdbm.JdbmCacheLoader
 
toString() - Method in class org.jboss.cache.loader.s3.S3LoaderConfig
Returns a debug string.
toString() - Method in class org.jboss.cache.loader.SingletonStoreCacheLoader
Calls the underlying cache loader's operation if the current node is the coordinator.
toString() - Method in class org.jboss.cache.lock.IdentityLock
Deprecated.  
toString(boolean) - Method in class org.jboss.cache.lock.IdentityLock
Deprecated.  
toString(StringBuilder) - Method in class org.jboss.cache.lock.IdentityLock
Deprecated.  
toString(StringBuilder, boolean) - Method in class org.jboss.cache.lock.IdentityLock
Deprecated.  
toString() - Method in exception org.jboss.cache.lock.LockingException
 
toString() - Method in class org.jboss.cache.lock.LockStrategyRepeatableRead
 
toString() - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
 
toString() - Method in class org.jboss.cache.marshall.CommandAwareRpcDispatcher
 
toString() - Method in class org.jboss.cache.marshall.MarshalledValue
 
toString() - Method in class org.jboss.cache.marshall.MethodCall
Deprecated.  
toString() - Method in class org.jboss.cache.marshall.NodeData
 
toString() - Method in class org.jboss.cache.marshall.NodeDataExceptionMarker
 
toString() - Method in class org.jboss.cache.marshall.NodeDataMarker
 
toString() - Method in class org.jboss.cache.Modification
Returns debug information about this modification.
toString() - Method in class org.jboss.cache.mvcc.NodeReference
 
toString() - Method in class org.jboss.cache.notifications.event.EventImpl
 
toString() - Method in class org.jboss.cache.optimistic.DefaultDataVersion
Deprecated.  
toString() - Method in class org.jboss.cache.optimistic.TransactionWorkspaceImpl
Deprecated. Returns debug information.
toString() - Method in class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated.  
toString() - Method in class org.jboss.cache.PessimisticUnversionedNode
Deprecated.  
toString() - Method in class org.jboss.cache.RegionImpl
 
toString() - Method in class org.jboss.cache.RegionManagerImpl
Returns a string containing debug information on every region.
toString() - Method in class org.jboss.cache.transaction.AbstractTransactionContext
Returns debug information about this transaction.
toString() - Method in class org.jboss.cache.transaction.GlobalTransaction
 
toString() - Method in class org.jboss.cache.transaction.OptimisticTransactionContext
Deprecated.  
toString() - Method in class org.jboss.cache.transaction.TransactionTable
Returns summary debug information.
toString(boolean) - Method in class org.jboss.cache.transaction.TransactionTable
Returns detailed debug information.
toString() - Method in class org.jboss.cache.UnversionedNode
Returns a debug string.
toString() - Method in class org.jboss.cache.util.BitEncodedIntegerSet
 
toString() - Method in class org.jboss.cache.util.Caches.HashKeySelector
 
toString() - Method in class org.jboss.cache.util.concurrent.locks.OwnableReentrantLock
Returns a string identifying this lock, as well as its lock state.
toString() - Method in class org.jboss.cache.util.concurrent.locks.OwnableReentrantSharedLockContainer
 
toString() - Method in class org.jboss.cache.util.concurrent.locks.ReentrantSharedLockContainer
 
toString() - Method in class org.jboss.cache.util.concurrent.SelfInitializingConcurrentHashMap
 
toString() - Method in class org.jboss.cache.util.FastCopyHashMap.SimpleEntry
 
toString() - Method in class org.jboss.cache.util.Util.MapModifications
 
trace - Static variable in class org.jboss.cache.commands.write.ClearDataCommand
 
trace - Static variable in class org.jboss.cache.commands.write.EvictCommand
 
trace - Static variable in class org.jboss.cache.commands.write.MoveCommand
 
trace - Static variable in class org.jboss.cache.commands.write.PutDataMapCommand
 
trace - Static variable in class org.jboss.cache.commands.write.RemoveNodeCommand
 
trace - Variable in class org.jboss.cache.interceptors.base.CommandInterceptor
 
trace - Variable in class org.jboss.cache.interceptors.Interceptor
Deprecated.  
trace - Variable in class org.jboss.cache.marshall.AbstractMarshaller
 
trace - Variable in class org.jboss.cache.marshall.CommandAwareRpcDispatcher
 
trace - Static variable in class org.jboss.cache.RegionManagerImpl
 
trace - Static variable in class org.jboss.cache.statetransfer.DefaultStateTransferManager
 
trace - Static variable in class org.jboss.cache.UnversionedNode
 
TransactionalEvent - Interface in org.jboss.cache.notifications.event
An event type that includes a transaction context - if one exists - as well as a boolean as to whether the call originated locally or remotely.
TransactionCompleted - Annotation Type in org.jboss.cache.notifications.annotation
This annotation should be used on methods that need to be notified when the cache is called to participate in a transaction and the transaction completes, either with a commit or a rollback.
TransactionCompletedEvent - Interface in org.jboss.cache.notifications.event
This event is passed in to any method annotated with TransactionCompleted.
transactionContext - Variable in class org.jboss.cache.InvocationContext
 
TransactionContext - Interface in org.jboss.cache.transaction
Captures information pertaining to a specific JTA transaction.
TransactionLog - Class in org.jboss.cache.transaction
Logs transactions and writes for Non-Blocking State Transfer
TransactionLog() - Constructor for class org.jboss.cache.transaction.TransactionLog
 
TransactionLog.LogEntry - Class in org.jboss.cache.transaction
 
TransactionLog.LogEntry(GlobalTransaction, List<WriteCommand>) - Constructor for class org.jboss.cache.transaction.TransactionLog.LogEntry
 
TransactionLogFactory - Class in org.jboss.cache.factories
Constructs TransactionLog instances.
TransactionLogFactory() - Constructor for class org.jboss.cache.factories.TransactionLogFactory
 
TransactionManagerFactory - Class in org.jboss.cache.factories
Uses a number of mechanisms to retrieve a transaction manager.
TransactionManagerFactory() - Constructor for class org.jboss.cache.factories.TransactionManagerFactory
 
TransactionManagerLookup - Interface in org.jboss.cache.transaction
Factory interface, allows Cache to use different transactional systems.
TransactionRegistered - Annotation Type in org.jboss.cache.notifications.annotation
This annotation should be used on methods that need to be notified when the cache is called to participate in a transaction and registers a Synchronization with a registered TransactionManager.
TransactionRegisteredEvent - Interface in org.jboss.cache.notifications.event
This event is passed in to any method annotated with TransactionRegistered.
transactions - Variable in class org.jboss.cache.interceptors.ActivationInterceptor
List that we have registered for
transactions - Variable in class org.jboss.cache.interceptors.LegacyActivationInterceptor
Deprecated. List that we have registered for
transactions - Variable in class org.jboss.cache.loader.AbstractCacheLoader
HashMap>.
transactionTable - Variable in class org.jboss.cache.commands.CommandsFactoryImpl
 
TransactionTable - Class in org.jboss.cache.transaction
Maintains the mapping between a local Transaction and a GlobalTransaction.
TransactionTable() - Constructor for class org.jboss.cache.transaction.TransactionTable
 
TransactionWorkspace<K,V> - Interface in org.jboss.cache.optimistic
Deprecated. will be removed along with optimistic and pessimistic locking.
TransactionWorkspaceImpl<K,V> - Class in org.jboss.cache.optimistic
Deprecated. will be removed along with optimistic and pessimistic locking.
TransactionWorkspaceImpl() - Constructor for class org.jboss.cache.optimistic.TransactionWorkspaceImpl
Deprecated.  
transformBatch(List<WriteCommand>) - Method in class org.jboss.cache.buddyreplication.Fqn2BuddyFqnVisitor
 
transformFqns(VisitableCommand) - Method in class org.jboss.cache.buddyreplication.BuddyManager
 
transformReplicateCommand(ReplicateCommand) - Method in class org.jboss.cache.buddyreplication.BuddyManager
 
TreeCacheViewMBean - Interface in org.jboss.cache
MBean interface.
tryAcquire(int) - Method in class org.jboss.cache.util.concurrent.locks.OwnableReentrantLock
 
tryAcquireShared(int) - Method in class org.jboss.cache.util.concurrent.ReclosableLatch
 
tryLock(long, TimeUnit) - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade.ReaderLock
 
tryLock(long, TimeUnit) - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade.WriterLock
 
tryLock() - Method in class org.jboss.cache.lock.SemaphoreLock
 
tryLock(long, TimeUnit) - Method in class org.jboss.cache.lock.SemaphoreLock
 
tryLock() - Method in class org.jboss.cache.util.concurrent.locks.OwnableReentrantLock
 
tryLock(long, TimeUnit) - Method in class org.jboss.cache.util.concurrent.locks.OwnableReentrantLock
 
tryRelease(int) - Method in class org.jboss.cache.util.concurrent.locks.OwnableReentrantLock
 
tryReleaseShared(int) - Method in class org.jboss.cache.util.concurrent.ReclosableLatch
 
tx2gtxMap - Variable in class org.jboss.cache.transaction.TransactionTable
Mapping between local (javax.transaction.Transaction) and GlobalTransactions.
TxInterceptor - Class in org.jboss.cache.interceptors
This interceptor is the new default at the head of all interceptor chains, and makes transactional attributes available to all interceptors in the chain.
TxInterceptor() - Constructor for class org.jboss.cache.interceptors.TxInterceptor
 
txManager - Variable in class org.jboss.cache.commands.CommandsFactoryImpl
 
txManager - Variable in class org.jboss.cache.interceptors.BaseTransactionalContextInterceptor
 
txManager - Variable in class org.jboss.cache.interceptors.OptimisticInterceptor
Deprecated.  
txMgr - Variable in class org.jboss.cache.interceptors.ActivationInterceptor
 
txMgr - Variable in class org.jboss.cache.interceptors.CacheStoreInterceptor
 
txMgr - Variable in class org.jboss.cache.interceptors.LegacyActivationInterceptor
Deprecated.  
txMods - Variable in class org.jboss.cache.interceptors.InvalidationInterceptor
 
txTable - Variable in class org.jboss.cache.interceptors.BaseRpcInterceptor
 
txTable - Variable in class org.jboss.cache.interceptors.BaseTransactionalContextInterceptor
 
txTable - Variable in class org.jboss.cache.interceptors.CacheLoaderInterceptor
 
txTable - Variable in class org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor
Deprecated.  
txTable - Variable in class org.jboss.cache.interceptors.OptimisticInterceptor
Deprecated.  

U

unbind(Name) - Method in class org.jboss.cache.transaction.DummyContext
Unbinds the named object.
unbind(String) - Method in class org.jboss.cache.transaction.DummyContext
Unbinds the named object.
unblock() - Method in class org.jboss.cache.RPCManagerImpl.FlushTracker
 
unblock() - Method in class org.jboss.cache.RPCManagerImpl.MembershipListenerAdaptor
Indicates that a channel has received a UNBLOCK event from FLUSH protocol.
undeleteWorkspaceNode(WorkspaceNode, TransactionWorkspace) - Method in class org.jboss.cache.interceptors.OptimisticInterceptor
Deprecated.  
undeleteWorkspaceNode(WorkspaceNode, WorkspaceNode) - Method in class org.jboss.cache.interceptors.OptimisticInterceptor
Deprecated. Undeletes a node that already exists in the workspace, by setting appropriate flags and re-adding to parent's child map.
UNIQUE_ID_KEY - Static variable in class org.jboss.cache.jmx.JmxUtil
Deprecated.  
unlock(NodeSPI, Object) - Method in class org.jboss.cache.lock.FqnLockManager
 
unlock(Fqn, Object) - Method in interface org.jboss.cache.lock.LockManager
Releases the lock passed in, held by the specified owner
unlock(NodeSPI<?, ?>, Object) - Method in interface org.jboss.cache.lock.LockManager
Releases the lock passed in, held by the specified owner
unlock(InvocationContext) - Method in interface org.jboss.cache.lock.LockManager
Releases locks present in an invocation context and transaction entry, if one is available.
unlock(Fqn, Object) - Method in class org.jboss.cache.lock.MVCCLockManager
 
unlock(InvocationContext) - Method in class org.jboss.cache.lock.MVCCLockManager
 
unlock(InvocationContext) - Method in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
unlock(Fqn, Object) - Method in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
unlock(NodeSPI, Object) - Method in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
unlock() - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade.ReaderLock
 
unlock() - Method in class org.jboss.cache.lock.ReadWriteLockWithUpgrade.WriterLock
 
unlock() - Method in class org.jboss.cache.lock.SemaphoreLock
 
unlock(Fqn) - Method in class org.jboss.cache.RegionManagerImpl
 
unlock() - Method in class org.jboss.cache.util.concurrent.locks.OwnableReentrantLock
 
unlockAll(NodeSPI<?, ?>, Object) - Method in interface org.jboss.cache.lock.LockManager
Releases locks on a given node and all children for a given owner.
unlockAll(NodeSPI<?, ?>) - Method in interface org.jboss.cache.lock.LockManager
Releases locks on a given node and all children for all owners.
unlockAll(NodeSPI<?, ?>, Object) - Method in class org.jboss.cache.lock.MVCCLockManager
 
unlockAll(NodeSPI) - Method in class org.jboss.cache.lock.MVCCLockManager
 
unlockAll(NodeSPI, Object) - Method in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
unlockAll(NodeSPI) - Method in class org.jboss.cache.lock.NodeBasedLockManager
Deprecated.  
unlockProcessingLock() - Method in class org.jboss.cache.RPCManagerImpl.FlushTracker
 
unlockSuspendProcessingLock() - Method in class org.jboss.cache.RPCManagerImpl.FlushTracker
 
unmarkNodeCurrentlyInUse(Fqn) - Method in interface org.jboss.cache.Region
Adds an event to the eviction queue indicating that a node is no longer in use.
unmarkNodeCurrentlyInUse(Fqn) - Method in class org.jboss.cache.RegionImpl
 
unmarshall(InputStream) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoader
 
unmarshallArray(ObjectInputStream, UnmarshalledReferences) - Method in class org.jboss.cache.marshall.CacheMarshaller200
 
unmarshallDefaultDataVersion(ObjectInputStream) - Method in class org.jboss.cache.marshall.CacheMarshaller200
 
unmarshalledMap(Set) - Method in class org.jboss.cache.marshall.MarshalledValueMap
 
UnmarshalledReferences - Class in org.jboss.cache.marshall
An efficient array-based list of referenced objects, using the reference id as a subscript for the array.
UnmarshalledReferences() - Constructor for class org.jboss.cache.marshall.UnmarshalledReferences
 
unmarshallFqn(ObjectInputStream, UnmarshalledReferences) - Method in class org.jboss.cache.marshall.CacheMarshaller200
 
unmarshallObject(ObjectInputStream, ClassLoader, UnmarshalledReferences, boolean) - Method in class org.jboss.cache.marshall.CacheMarshaller200
 
unmarshallObject(ObjectInputStream, UnmarshalledReferences) - Method in class org.jboss.cache.marshall.CacheMarshaller200
 
unmarshallString(ObjectInputStream) - Method in class org.jboss.cache.marshall.CacheMarshaller200
 
unregisterAllMBeans() - Method in class org.jboss.cache.jmx.JmxRegistrationManager
Unregisters all the MBeans registered through JmxRegistrationManager.registerAllMBeans().
unregisterCacheMBean(MBeanServer, String) - Static method in class org.jboss.cache.jmx.JmxUtil
Deprecated.  
unregisterConfiguration(String) - Method in interface org.jboss.cache.config.ConfigurationRegistry
Unregisters the named configuration.
unregisterConfiguration(String) - Method in class org.jboss.cache.config.XmlParsingConfigurationRegistry
 
unregisterContextClassLoader() - Method in interface org.jboss.cache.Region
Unregisters a registered ClassLoaders for this region.
unregisterContextClassLoader() - Method in class org.jboss.cache.RegionImpl
 
UNREGISTERED - Static variable in interface org.jboss.cache.jmx.CacheJmxWrapperMBean
Deprecated. The MBean has been instantiated but has not completed MBeanRegistration.postRegister
unregisterJmxResources() - Method in class org.jboss.cache.jmx.CacheJmxWrapper
Deprecated.  
unregisterMBeans() - Method in class org.jboss.cache.jmx.PlatformMBeanServerRegistration
Unregister when the cache is being stoped.
unsetFlag(AbstractNode.NodeFlags) - Method in class org.jboss.cache.AbstractNode
Utility method that sets the value of the flag to false.
unsetFlag(ReadCommittedNode.Flags) - Method in class org.jboss.cache.mvcc.ReadCommittedNode
Utility method that sets the value of the flag to false.
UnsupportedEvictionImplException - Exception in org.jboss.cache.config
Thrown if an eviction configuration that cannot be translated to the new 3.x eviction interfaces is used.
UnsupportedEvictionImplException(Exception) - Constructor for exception org.jboss.cache.config.UnsupportedEvictionImplException
 
UnsupportedEvictionImplException(String) - Constructor for exception org.jboss.cache.config.UnsupportedEvictionImplException
 
UnsupportedEvictionImplException(String, String) - Constructor for exception org.jboss.cache.config.UnsupportedEvictionImplException
 
UnsupportedEvictionImplException(String, Throwable) - Constructor for exception org.jboss.cache.config.UnsupportedEvictionImplException
 
UnversionedNode<K,V> - Class in org.jboss.cache
Basic data node class.
UnversionedNode() - Constructor for class org.jboss.cache.UnversionedNode
Constructs a new node with an FQN of Root.
UnversionedNode(Fqn) - Constructor for class org.jboss.cache.UnversionedNode
Constructs a new node a given Fqn
UnversionedNode(Fqn, CacheSPI<K, V>, boolean) - Constructor for class org.jboss.cache.UnversionedNode
 
UnversionedNode(Fqn, CacheSPI<K, V>, boolean, Map<K, V>) - Constructor for class org.jboss.cache.UnversionedNode
 
updateNode(Fqn, Map<Object, Object>) - Method in class org.jboss.cache.loader.AdjListJDBCCacheLoader
Updates a node in the database.
updateNode(Fqn, InvocationContext, DataContainer) - Method in class org.jboss.cache.mvcc.NullMarkerNodeForRemoval
 
updateNode(Fqn, InvocationContext, DataContainer) - Method in class org.jboss.cache.mvcc.ReadCommittedNode
Updates state changes on the current node in the underlying data structure.
updateNode(Fqn, InvocationContext, DataContainer) - Method in class org.jboss.cache.mvcc.RepeatableReadNode
 
updateNodeSql - Variable in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
updateTableSql - Variable in class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig
 
upgrade(Object) - Method in class org.jboss.cache.lock.LockMap
Upgrading current reader ownership to writer one.
upgradeDataMap() - Method in class org.jboss.cache.UnversionedNode
 
UpgradeException - Exception in org.jboss.cache.lock
Used when a read-lock cannot be upgraded to a write-lock
UpgradeException(String) - Constructor for exception org.jboss.cache.lock.UpgradeException
Constructor for UpgradeException.
UpgradeException(String, Throwable) - Constructor for exception org.jboss.cache.lock.UpgradeException
 
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.
upgraderLocal_ - Static variable in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
 
useCacheStore - Variable in class org.jboss.cache.interceptors.CacheLoaderInterceptor
True if CacheStoreInterceptor is in place.
useCacheStore - Variable in class org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor
Deprecated. True if CacheStoreInterceptor is in place.
useChainingCacheLoader() - Method in class org.jboss.cache.config.CacheLoaderConfig
 
useRefs - Variable in class org.jboss.cache.marshall.AbstractMarshaller
 
useRegionBasedMarshalling - Variable in class org.jboss.cache.marshall.AbstractMarshaller
 
useVersionedNode - Variable in class org.jboss.cache.AbstractNodeFactory
 
usingVersionedInvalidation - Variable in class org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor
Deprecated.  
Util - Class in org.jboss.cache.util
General utility methods used throughout the JBC code base.
Util.MapModifications - Class in org.jboss.cache.util
Static inner class that holds 3 maps - for data added, removed and modified.
Util.MapModifications() - Constructor for class org.jboss.cache.util.Util.MapModifications
 
utx - Static variable in class org.jboss.cache.transaction.DummyTransactionManager
 

V

validate() - Method in interface org.jboss.cache.config.EvictionAlgorithmConfig
Validate the configuration.
validate() - Method in interface org.jboss.cache.config.EvictionPolicyConfig
Deprecated. Validate the configuration.
validate() - Method in class org.jboss.cache.config.EvictionRegionConfig
Ensure this is a valid eviction region configuration.
validate() - Method in class org.jboss.cache.eviction.ElementSizeAlgorithmConfig
Requires a positive maxElementsPerNode value or ConfigurationException is thrown.
validate() - Method in class org.jboss.cache.eviction.ElementSizeConfiguration
Deprecated. Requires a positive maxElementsPerNode value or ConfigurationException is thrown.
validate() - Method in class org.jboss.cache.eviction.EvictionAlgorithmConfigBase
 
validate() - Method in class org.jboss.cache.eviction.EvictionPolicyConfigBase
Deprecated.  
validate() - Method in class org.jboss.cache.eviction.FIFOAlgorithmConfig
Requires a positive maxNodes value or ConfigurationException is thrown.
validate() - Method in class org.jboss.cache.eviction.FIFOConfiguration
Deprecated. Requires a positive maxNodes value or ConfigurationException is thrown.
validate() - Method in class org.jboss.cache.eviction.LRUAlgorithmConfig
Requires a positive timeToLive value or ConfigurationException is thrown.
validate() - Method in class org.jboss.cache.eviction.LRUConfiguration
Deprecated. Requires a positive timeToLive value or ConfigurationException is thrown.
validate() - Method in class org.jboss.cache.eviction.MRUAlgorithmConfig
Requires a positive maxNodes value or ConfigurationException is thrown.
validate() - Method in class org.jboss.cache.eviction.MRUConfiguration
Deprecated. Requires a positive maxNodes value or ConfigurationException is thrown.
validate() - Method in class org.jboss.cache.eviction.NullEvictionAlgorithmConfig
No-op
validate() - Method in class org.jboss.cache.eviction.NullEvictionPolicyConfig
Deprecated. No-op
VALIDATING_SYSTEM_PROPERTY - Static variable in class org.jboss.cache.config.parsing.RootElementBuilder
 
value - Variable in class org.jboss.cache.commands.write.PutKeyValueCommand
 
valueOf(String) - Static method in enum org.jboss.cache.AbstractNode.NodeFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.cache.CacheStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.cache.config.Configuration.CacheMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.cache.config.Configuration.NodeLockingScheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.cache.config.Configuration.ShutdownHookBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.cache.eviction.EvictionEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.cache.eviction.EvictionEventType
Deprecated. Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.cache.lock.IsolationLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.cache.lock.LockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.cache.Modification.ModificationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.cache.mvcc.ReadCommittedNode.Flags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.cache.notifications.event.Event.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.cache.notifications.event.NodeModifiedEvent.ModificationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.cache.Region.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.cache.Region.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.cache.AbstractNode.NodeFlags
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.cache.CacheStatus
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.cache.config.Configuration.CacheMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.cache.config.Configuration.NodeLockingScheme
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.cache.config.Configuration.ShutdownHookBehavior
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.cache.eviction.EvictionEvent.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.cache.eviction.EvictionEventType
Deprecated. Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.cache.lock.IsolationLevel
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.cache.lock.LockType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Method in class org.jboss.cache.lock.ThreadLocalMap
 
values() - Method in class org.jboss.cache.marshall.MarshalledValueMap
 
values() - Static method in enum org.jboss.cache.Modification.ModificationType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.cache.mvcc.ReadCommittedNode.Flags
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.cache.notifications.event.Event.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.cache.notifications.event.NodeModifiedEvent.ModificationType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.cache.Region.Status
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.cache.Region.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Method in class org.jboss.cache.util.concurrent.SelfInitializingConcurrentHashMap
 
values() - Method in class org.jboss.cache.util.FastCopyHashMap
 
Version - Class in org.jboss.cache
Contains version information about this release of JBoss Cache.
Version() - Constructor for class org.jboss.cache.Version
 
version - Static variable in class org.jboss.cache.Version
 
Version.Retro - Class in org.jboss.cache
Retroweaver version info.
Version.Retro() - Constructor for class org.jboss.cache.Version.Retro
 
VersionAwareMarshaller - Class in org.jboss.cache.marshall
A delegate to various other marshallers like CacheMarshaller200.
VersionAwareMarshaller() - Constructor for class org.jboss.cache.marshall.VersionAwareMarshaller
 
VERSIONED_METHOD_ID - Static variable in class org.jboss.cache.commands.write.ClearDataCommand
 
VERSIONED_METHOD_ID - Static variable in class org.jboss.cache.commands.write.EvictCommand
 
VERSIONED_METHOD_ID - Static variable in class org.jboss.cache.commands.write.PutDataMapCommand
 
VERSIONED_METHOD_ID - Static variable in class org.jboss.cache.commands.write.PutForExternalReadCommand
 
VERSIONED_METHOD_ID - Static variable in class org.jboss.cache.commands.write.PutKeyValueCommand
 
VERSIONED_METHOD_ID - Static variable in class org.jboss.cache.commands.write.RemoveKeyCommand
 
VERSIONED_METHOD_ID - Static variable in class org.jboss.cache.commands.write.RemoveNodeCommand
 
VersionedDataCommand - Interface in org.jboss.cache.commands
Just like a DataCommand, except that these are versioned and reversible too.
VersionedInvalidateCommand - Class in org.jboss.cache.commands.legacy.write
Deprecated. will be removed along with optimistic and pessimistic locking.
VersionedInvalidateCommand(Fqn) - Constructor for class org.jboss.cache.commands.legacy.write.VersionedInvalidateCommand
Deprecated.  
VersionedInvalidateCommand() - Constructor for class org.jboss.cache.commands.legacy.write.VersionedInvalidateCommand
Deprecated.  
VersionedNode<K,V> - Class in org.jboss.cache
Deprecated. will be removed along with optimistic and pessimistic locking.
VersionedNode(Fqn, NodeSPI<K, V>, Map<K, V>, CacheSPI<K, V>) - Constructor for class org.jboss.cache.VersionedNode
Deprecated.  
viewAccepted(View) - Method in class org.jboss.cache.RPCManagerImpl.MembershipListenerAdaptor
 
viewChange(ViewChangedEvent) - Method in class org.jboss.cache.loader.SingletonStoreCacheLoader.SingletonStoreListener
The cluster formation changed, so determine whether the current node stopped being the coordinator or became the coordinator.
ViewChanged - Annotation Type in org.jboss.cache.notifications.annotation
This annotation should be used on methods that need to be notified when the cache is used in a cluster and the cluster topology changes (i.e., a member joins or leaves the cluster).
ViewChangedEvent - Interface in org.jboss.cache.notifications.event
This event is passed in to any method annotated with ViewChanged.
VisitableCommand - Interface in org.jboss.cache.commands
A type of command that can accept Visitors, such as CommandInterceptors.
visitClearDataCommand(InvocationContext, ClearDataCommand) - Method in class org.jboss.cache.buddyreplication.Fqn2BuddyFqnVisitor
 
visitClearDataCommand(InvocationContext, ClearDataCommand) - Method in class org.jboss.cache.commands.AbstractVisitor
 
visitClearDataCommand(InvocationContext, ClearDataCommand) - Method in interface org.jboss.cache.commands.Visitor
Visits a RemoveDataCommand.
visitClearDataCommand(InvocationContext, ClearDataCommand) - Method in class org.jboss.cache.interceptors.ActivationInterceptor
 
visitClearDataCommand(InvocationContext, ClearDataCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
visitClearDataCommand(InvocationContext, ClearDataCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
visitClearDataCommand(InvocationContext, ClearDataCommand) - Method in class org.jboss.cache.interceptors.CacheLoaderInterceptor
 
visitClearDataCommand(InvocationContext, ClearDataCommand) - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor.StoreModificationsBuilder
 
visitClearDataCommand(InvocationContext, ClearDataCommand) - Method in class org.jboss.cache.interceptors.CallInterceptor
 
visitClearDataCommand(InvocationContext, ClearDataCommand) - Method in class org.jboss.cache.interceptors.EvictionInterceptor
 
visitClearDataCommand(InvocationContext, ClearDataCommand) - Method in class org.jboss.cache.interceptors.InvalidationInterceptor.InvalidationFilterVisitor
 
visitClearDataCommand(InvocationContext, ClearDataCommand) - Method in class org.jboss.cache.interceptors.InvalidationInterceptor
 
visitClearDataCommand(InvocationContext, ClearDataCommand) - Method in class org.jboss.cache.interceptors.InvocationContextInterceptor
 
visitClearDataCommand(InvocationContext, ClearDataCommand) - Method in class org.jboss.cache.interceptors.LegacyActivationInterceptor
Deprecated.  
visitClearDataCommand(InvocationContext, ClearDataCommand) - Method in class org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor
Deprecated.  
visitClearDataCommand(InvocationContext, ClearDataCommand) - Method in class org.jboss.cache.interceptors.MarshalledValueInterceptor
 
visitClearDataCommand(InvocationContext, ClearDataCommand) - Method in class org.jboss.cache.interceptors.OptimisticNodeInterceptor
Deprecated.  
visitClearDataCommand(InvocationContext, ClearDataCommand) - Method in class org.jboss.cache.interceptors.OptimisticReplicationInterceptor.DataVersionPopulator
Deprecated.  
visitClearDataCommand(InvocationContext, ClearDataCommand) - Method in class org.jboss.cache.interceptors.ReplicationInterceptor
 
visitCollection(InvocationContext, Collection<? extends VisitableCommand>) - Method in class org.jboss.cache.commands.AbstractVisitor
Helper method to visit a collection of VisitableCommands.
visitCommitCommand(InvocationContext, CommitCommand) - Method in class org.jboss.cache.buddyreplication.Fqn2BuddyFqnVisitor
 
visitCommitCommand(InvocationContext, CommitCommand) - Method in class org.jboss.cache.commands.AbstractVisitor
 
visitCommitCommand(InvocationContext, CommitCommand) - Method in interface org.jboss.cache.commands.Visitor
Visits a CommitCommand.
visitCommitCommand(InvocationContext, CommitCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
visitCommitCommand(InvocationContext, CommitCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
visitCommitCommand(InvocationContext, CommitCommand) - Method in class org.jboss.cache.interceptors.CallInterceptor
 
visitCommitCommand(InvocationContext, CommitCommand) - Method in class org.jboss.cache.interceptors.InvalidationInterceptor
 
visitCommitCommand(InvocationContext, CommitCommand) - Method in class org.jboss.cache.interceptors.InvocationContextInterceptor
 
visitCommitCommand(InvocationContext, CommitCommand) - Method in class org.jboss.cache.interceptors.LegacyDataGravitatorInterceptor
Deprecated.  
visitCommitCommand(InvocationContext, CommitCommand) - Method in class org.jboss.cache.interceptors.NotificationInterceptor
 
visitCommitCommand(InvocationContext, CommitCommand) - Method in class org.jboss.cache.interceptors.OptimisticLockingInterceptor
Deprecated.  
visitCommitCommand(InvocationContext, CommitCommand) - Method in class org.jboss.cache.interceptors.OptimisticReplicationInterceptor
Deprecated.  
visitCommitCommand(InvocationContext, CommitCommand) - Method in class org.jboss.cache.interceptors.OptimisticValidatorInterceptor
Deprecated.  
visitCommitCommand(InvocationContext, CommitCommand) - Method in class org.jboss.cache.interceptors.ReplicationInterceptor
 
visitCommitCommand(InvocationContext, CommitCommand) - Method in class org.jboss.cache.interceptors.TxInterceptor
 
visitCreateNodeCommand(InvocationContext, CreateNodeCommand) - Method in class org.jboss.cache.buddyreplication.Fqn2BuddyFqnVisitor
 
visitCreateNodeCommand(InvocationContext, CreateNodeCommand) - Method in class org.jboss.cache.commands.AbstractVisitor
 
visitCreateNodeCommand(InvocationContext, CreateNodeCommand) - Method in interface org.jboss.cache.commands.Visitor
Deprecated. in 3.0. Will be removed once optimistic and pessimistic locking is removed.
visitCreateNodeCommand(InvocationContext, CreateNodeCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
visitCreateNodeCommand(InvocationContext, CreateNodeCommand) - Method in class org.jboss.cache.interceptors.OptimisticReplicationInterceptor.DataVersionPopulator
Deprecated.  
visitEvictFqnCommand(InvocationContext, EvictCommand) - Method in class org.jboss.cache.buddyreplication.Fqn2BuddyFqnVisitor
 
visitEvictFqnCommand(InvocationContext, EvictCommand) - Method in class org.jboss.cache.commands.AbstractVisitor
 
visitEvictFqnCommand(InvocationContext, EvictCommand) - Method in interface org.jboss.cache.commands.Visitor
Visits a EvictCommand.
visitEvictFqnCommand(InvocationContext, EvictCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
visitEvictFqnCommand(InvocationContext, EvictCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
visitEvictFqnCommand(InvocationContext, EvictCommand) - Method in class org.jboss.cache.interceptors.CacheMgmtInterceptor
 
visitEvictFqnCommand(InvocationContext, EvictCommand) - Method in class org.jboss.cache.interceptors.EvictionInterceptor
 
visitEvictFqnCommand(InvocationContext, EvictCommand) - Method in class org.jboss.cache.interceptors.LegacyPassivationInterceptor
Deprecated.  
visitEvictFqnCommand(InvocationContext, EvictCommand) - Method in class org.jboss.cache.interceptors.PassivationInterceptor
Notifies the cache instance listeners that the evicted node is about to be passivated and stores the evicted node and its attributes back to the store using the CacheLoader.
visitExistsNodeCommand(InvocationContext, ExistsCommand) - Method in class org.jboss.cache.buddyreplication.Fqn2BuddyFqnVisitor
 
visitExistsNodeCommand(InvocationContext, ExistsCommand) - Method in class org.jboss.cache.commands.AbstractVisitor
 
visitExistsNodeCommand(InvocationContext, ExistsCommand) - Method in interface org.jboss.cache.commands.Visitor
Visits a RemoteExistsCommand.
visitExistsNodeCommand(InvocationContext, ExistsCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
visitExistsNodeCommand(InvocationContext, ExistsCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
visitExistsNodeCommand(InvocationContext, ExistsCommand) - Method in class org.jboss.cache.interceptors.InvocationContextInterceptor
 
visitGetChildrenNamesCommand(InvocationContext, GetChildrenNamesCommand) - Method in class org.jboss.cache.buddyreplication.Fqn2BuddyFqnVisitor
 
visitGetChildrenNamesCommand(InvocationContext, GetChildrenNamesCommand) - Method in class org.jboss.cache.commands.AbstractVisitor
 
visitGetChildrenNamesCommand(InvocationContext, GetChildrenNamesCommand) - Method in interface org.jboss.cache.commands.Visitor
Visits a GetChildrenNamesCommand.
visitGetChildrenNamesCommand(InvocationContext, GetChildrenNamesCommand) - Method in class org.jboss.cache.interceptors.ActivationInterceptor
 
visitGetChildrenNamesCommand(InvocationContext, GetChildrenNamesCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
visitGetChildrenNamesCommand(InvocationContext, GetChildrenNamesCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
visitGetChildrenNamesCommand(InvocationContext, GetChildrenNamesCommand) - Method in class org.jboss.cache.interceptors.CacheLoaderInterceptor
 
visitGetChildrenNamesCommand(InvocationContext, GetChildrenNamesCommand) - Method in class org.jboss.cache.interceptors.LegacyActivationInterceptor
Deprecated.  
visitGetChildrenNamesCommand(InvocationContext, GetChildrenNamesCommand) - Method in class org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor
Deprecated.  
visitGetChildrenNamesCommand(InvocationContext, GetChildrenNamesCommand) - Method in class org.jboss.cache.interceptors.LegacyDataGravitatorInterceptor
Deprecated.  
visitGetChildrenNamesCommand(InvocationContext, GetChildrenNamesCommand) - Method in class org.jboss.cache.interceptors.MarshalledValueInterceptor
 
visitGetChildrenNamesCommand(InvocationContext, GetChildrenNamesCommand) - Method in class org.jboss.cache.interceptors.OptimisticNodeInterceptor
Deprecated.  
visitGetDataMapCommand(InvocationContext, GetDataMapCommand) - Method in class org.jboss.cache.buddyreplication.Fqn2BuddyFqnVisitor
 
visitGetDataMapCommand(InvocationContext, GetDataMapCommand) - Method in class org.jboss.cache.commands.AbstractVisitor
 
visitGetDataMapCommand(InvocationContext, GetDataMapCommand) - Method in interface org.jboss.cache.commands.Visitor
Visits a GetDataMapCommand.
visitGetDataMapCommand(InvocationContext, GetDataMapCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
visitGetDataMapCommand(InvocationContext, GetDataMapCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
visitGetDataMapCommand(InvocationContext, GetDataMapCommand) - Method in class org.jboss.cache.interceptors.CacheLoaderInterceptor
 
visitGetDataMapCommand(InvocationContext, GetDataMapCommand) - Method in class org.jboss.cache.interceptors.EvictionInterceptor
 
visitGetDataMapCommand(InvocationContext, GetDataMapCommand) - Method in class org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor
Deprecated.  
visitGetDataMapCommand(InvocationContext, GetDataMapCommand) - Method in class org.jboss.cache.interceptors.LegacyDataGravitatorInterceptor
Deprecated.  
visitGetDataMapCommand(InvocationContext, GetDataMapCommand) - Method in class org.jboss.cache.interceptors.MarshalledValueInterceptor
 
visitGetDataMapCommand(InvocationContext, GetDataMapCommand) - Method in class org.jboss.cache.interceptors.OptimisticNodeInterceptor
Deprecated.  
visitGetKeysCommand(InvocationContext, GetKeysCommand) - Method in class org.jboss.cache.buddyreplication.Fqn2BuddyFqnVisitor
 
visitGetKeysCommand(InvocationContext, GetKeysCommand) - Method in class org.jboss.cache.commands.AbstractVisitor
 
visitGetKeysCommand(InvocationContext, GetKeysCommand) - Method in interface org.jboss.cache.commands.Visitor
Visits a GetKeysCommand.
visitGetKeysCommand(InvocationContext, GetKeysCommand) - Method in class org.jboss.cache.interceptors.ActivationInterceptor
 
visitGetKeysCommand(InvocationContext, GetKeysCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
visitGetKeysCommand(InvocationContext, GetKeysCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
visitGetKeysCommand(InvocationContext, GetKeysCommand) - Method in class org.jboss.cache.interceptors.CacheLoaderInterceptor
 
visitGetKeysCommand(InvocationContext, GetKeysCommand) - Method in class org.jboss.cache.interceptors.LegacyActivationInterceptor
Deprecated.  
visitGetKeysCommand(InvocationContext, GetKeysCommand) - Method in class org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor
Deprecated.  
visitGetKeysCommand(InvocationContext, GetKeysCommand) - Method in class org.jboss.cache.interceptors.LegacyDataGravitatorInterceptor
Deprecated.  
visitGetKeysCommand(InvocationContext, GetKeysCommand) - Method in class org.jboss.cache.interceptors.MarshalledValueInterceptor
 
visitGetKeysCommand(InvocationContext, GetKeysCommand) - Method in class org.jboss.cache.interceptors.OptimisticNodeInterceptor
Deprecated.  
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.jboss.cache.buddyreplication.Fqn2BuddyFqnVisitor
 
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.jboss.cache.commands.AbstractVisitor
 
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in interface org.jboss.cache.commands.Visitor
Visits a GetKeyValueCommand.
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.jboss.cache.interceptors.ActivationInterceptor
 
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.jboss.cache.interceptors.CacheLoaderInterceptor
 
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.jboss.cache.interceptors.CacheMgmtInterceptor
 
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.jboss.cache.interceptors.EvictionInterceptor
 
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.jboss.cache.interceptors.LegacyActivationInterceptor
Deprecated.  
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor
Deprecated.  
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.jboss.cache.interceptors.LegacyDataGravitatorInterceptor
Deprecated.  
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.jboss.cache.interceptors.MarshalledValueInterceptor
 
visitGetKeyValueCommand(InvocationContext, GetKeyValueCommand) - Method in class org.jboss.cache.interceptors.OptimisticNodeInterceptor
Deprecated.  
visitGetNodeCommand(InvocationContext, GetNodeCommand) - Method in class org.jboss.cache.buddyreplication.Fqn2BuddyFqnVisitor
 
visitGetNodeCommand(InvocationContext, GetNodeCommand) - Method in class org.jboss.cache.commands.AbstractVisitor
 
visitGetNodeCommand(InvocationContext, GetNodeCommand) - Method in interface org.jboss.cache.commands.Visitor
Visits a GetNodeCommand.
visitGetNodeCommand(InvocationContext, GetNodeCommand) - Method in class org.jboss.cache.interceptors.ActivationInterceptor
 
visitGetNodeCommand(InvocationContext, GetNodeCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
visitGetNodeCommand(InvocationContext, GetNodeCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
visitGetNodeCommand(InvocationContext, GetNodeCommand) - Method in class org.jboss.cache.interceptors.CacheLoaderInterceptor
 
visitGetNodeCommand(InvocationContext, GetNodeCommand) - Method in class org.jboss.cache.interceptors.EvictionInterceptor
 
visitGetNodeCommand(InvocationContext, GetNodeCommand) - Method in class org.jboss.cache.interceptors.LegacyActivationInterceptor
Deprecated.  
visitGetNodeCommand(InvocationContext, GetNodeCommand) - Method in class org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor
Deprecated.  
visitGetNodeCommand(InvocationContext, GetNodeCommand) - Method in class org.jboss.cache.interceptors.LegacyDataGravitatorInterceptor
Deprecated.  
visitGetNodeCommand(InvocationContext, GetNodeCommand) - Method in class org.jboss.cache.interceptors.MarshalledValueInterceptor
 
visitGetNodeCommand(InvocationContext, GetNodeCommand) - Method in class org.jboss.cache.interceptors.OptimisticNodeInterceptor
Deprecated.  
visitGravitateDataCommand(InvocationContext, GravitateDataCommand) - Method in class org.jboss.cache.buddyreplication.Fqn2BuddyFqnVisitor
 
visitGravitateDataCommand(InvocationContext, GravitateDataCommand) - Method in class org.jboss.cache.commands.AbstractVisitor
 
visitGravitateDataCommand(InvocationContext, GravitateDataCommand) - Method in interface org.jboss.cache.commands.Visitor
Visits a GravitateDataCommand.
visitGravitateDataCommand(InvocationContext, GravitateDataCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
visitGravitateDataCommand(InvocationContext, GravitateDataCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
visitGravitateDataCommand(InvocationContext, GravitateDataCommand) - Method in class org.jboss.cache.interceptors.OptimisticReplicationInterceptor.DataVersionPopulator
Deprecated.  
visitInvalidateCommand(InvocationContext, InvalidateCommand) - Method in class org.jboss.cache.buddyreplication.Fqn2BuddyFqnVisitor
 
visitInvalidateCommand(InvocationContext, InvalidateCommand) - Method in class org.jboss.cache.commands.AbstractVisitor
 
visitInvalidateCommand(InvocationContext, InvalidateCommand) - Method in interface org.jboss.cache.commands.Visitor
Visits a InvalidateCommand.
visitInvalidateCommand(InvocationContext, InvalidateCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
visitInvalidateCommand(InvocationContext, InvalidateCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
visitInvalidateCommand(InvocationContext, InvalidateCommand) - Method in class org.jboss.cache.interceptors.TxInterceptor
 
visitMoveCommand(InvocationContext, MoveCommand) - Method in class org.jboss.cache.buddyreplication.Fqn2BuddyFqnVisitor
 
visitMoveCommand(InvocationContext, MoveCommand) - Method in class org.jboss.cache.commands.AbstractVisitor
 
visitMoveCommand(InvocationContext, MoveCommand) - Method in interface org.jboss.cache.commands.Visitor
Visits a MoveCommand.
visitMoveCommand(InvocationContext, MoveCommand) - Method in class org.jboss.cache.interceptors.ActivationInterceptor
 
visitMoveCommand(InvocationContext, MoveCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
visitMoveCommand(InvocationContext, MoveCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
visitMoveCommand(InvocationContext, MoveCommand) - Method in class org.jboss.cache.interceptors.CacheLoaderInterceptor
 
visitMoveCommand(InvocationContext, MoveCommand) - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor.StoreModificationsBuilder
 
visitMoveCommand(InvocationContext, MoveCommand) - Method in class org.jboss.cache.interceptors.CallInterceptor
 
visitMoveCommand(InvocationContext, MoveCommand) - Method in class org.jboss.cache.interceptors.InvalidationInterceptor.InvalidationFilterVisitor
 
visitMoveCommand(InvocationContext, MoveCommand) - Method in class org.jboss.cache.interceptors.InvalidationInterceptor
 
visitMoveCommand(InvocationContext, MoveCommand) - Method in class org.jboss.cache.interceptors.LegacyActivationInterceptor
Deprecated.  
visitMoveCommand(InvocationContext, MoveCommand) - Method in class org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor
Deprecated.  
visitMoveCommand(InvocationContext, MoveCommand) - Method in class org.jboss.cache.interceptors.OptimisticCreateIfNotExistsInterceptor
Deprecated.  
visitMoveCommand(InvocationContext, MoveCommand) - Method in class org.jboss.cache.interceptors.OptimisticNodeInterceptor
Deprecated.  
visitMoveCommand(InvocationContext, MoveCommand) - Method in class org.jboss.cache.interceptors.OptimisticReplicationInterceptor.DataVersionPopulator
Deprecated.  
visitMoveCommand(InvocationContext, MoveCommand) - Method in class org.jboss.cache.interceptors.ReplicationInterceptor
 
visitOptimisticPrepareCommand(InvocationContext, OptimisticPrepareCommand) - Method in class org.jboss.cache.buddyreplication.Fqn2BuddyFqnVisitor
 
visitOptimisticPrepareCommand(InvocationContext, OptimisticPrepareCommand) - Method in class org.jboss.cache.commands.AbstractVisitor
 
visitOptimisticPrepareCommand(InvocationContext, OptimisticPrepareCommand) - Method in interface org.jboss.cache.commands.Visitor
Visits a OptimisticPrepareCommand.
visitOptimisticPrepareCommand(InvocationContext, OptimisticPrepareCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
visitOptimisticPrepareCommand(InvocationContext, OptimisticPrepareCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
visitOptimisticPrepareCommand(InvocationContext, OptimisticPrepareCommand) - Method in class org.jboss.cache.interceptors.CallInterceptor
 
visitOptimisticPrepareCommand(InvocationContext, OptimisticPrepareCommand) - Method in class org.jboss.cache.interceptors.InvalidationInterceptor
 
visitOptimisticPrepareCommand(InvocationContext, OptimisticPrepareCommand) - Method in class org.jboss.cache.interceptors.InvocationContextInterceptor
 
visitOptimisticPrepareCommand(InvocationContext, OptimisticPrepareCommand) - Method in class org.jboss.cache.interceptors.LegacyDataGravitatorInterceptor
Deprecated.  
visitOptimisticPrepareCommand(InvocationContext, OptimisticPrepareCommand) - Method in class org.jboss.cache.interceptors.OptimisticLockingInterceptor
Deprecated.  
visitOptimisticPrepareCommand(InvocationContext, OptimisticPrepareCommand) - Method in class org.jboss.cache.interceptors.OptimisticReplicationInterceptor
Deprecated.  
visitOptimisticPrepareCommand(InvocationContext, OptimisticPrepareCommand) - Method in class org.jboss.cache.interceptors.OptimisticTxInterceptor
Deprecated.  
visitOptimisticPrepareCommand(InvocationContext, OptimisticPrepareCommand) - Method in class org.jboss.cache.interceptors.OptimisticValidatorInterceptor
Deprecated.  
Visitor - Interface in org.jboss.cache.commands
This interface is the core of JBoss Cache, where each VisitableCommand can be visited by a Visitor implementation.
visitPrepareCommand(InvocationContext, PrepareCommand) - Method in class org.jboss.cache.buddyreplication.Fqn2BuddyFqnVisitor
 
visitPrepareCommand(InvocationContext, PrepareCommand) - Method in class org.jboss.cache.commands.AbstractVisitor
 
visitPrepareCommand(InvocationContext, PrepareCommand) - Method in interface org.jboss.cache.commands.Visitor
Visits a PrepareCommand.
visitPrepareCommand(InvocationContext, PrepareCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
visitPrepareCommand(InvocationContext, PrepareCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
visitPrepareCommand(InvocationContext, PrepareCommand) - Method in class org.jboss.cache.interceptors.CallInterceptor
 
visitPrepareCommand(InvocationContext, PrepareCommand) - Method in class org.jboss.cache.interceptors.InvalidationInterceptor
 
visitPrepareCommand(InvocationContext, PrepareCommand) - Method in class org.jboss.cache.interceptors.InvocationContextInterceptor
 
visitPrepareCommand(InvocationContext, PrepareCommand) - Method in class org.jboss.cache.interceptors.LegacyDataGravitatorInterceptor
Deprecated. Make sure you also run a cleanup if we have an 1pc.
visitPrepareCommand(InvocationContext, PrepareCommand) - Method in class org.jboss.cache.interceptors.NotificationInterceptor
 
visitPrepareCommand(InvocationContext, PrepareCommand) - Method in class org.jboss.cache.interceptors.ReplicationInterceptor
 
visitPrepareCommand(InvocationContext, PrepareCommand) - Method in class org.jboss.cache.interceptors.TxInterceptor
 
visitPutDataMapCommand(InvocationContext, PutDataMapCommand) - Method in class org.jboss.cache.buddyreplication.Fqn2BuddyFqnVisitor
 
visitPutDataMapCommand(InvocationContext, PutDataMapCommand) - Method in class org.jboss.cache.commands.AbstractVisitor
 
visitPutDataMapCommand(InvocationContext, PutDataMapCommand) - Method in interface org.jboss.cache.commands.Visitor
Visits a PutDataMapCommand.
visitPutDataMapCommand(InvocationContext, PutDataMapCommand) - Method in class org.jboss.cache.interceptors.ActivationInterceptor
 
visitPutDataMapCommand(InvocationContext, PutDataMapCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
visitPutDataMapCommand(InvocationContext, PutDataMapCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
visitPutDataMapCommand(InvocationContext, PutDataMapCommand) - Method in class org.jboss.cache.interceptors.CacheLoaderInterceptor
 
visitPutDataMapCommand(InvocationContext, PutDataMapCommand) - Method in class org.jboss.cache.interceptors.CacheMgmtInterceptor
 
visitPutDataMapCommand(InvocationContext, PutDataMapCommand) - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor.StoreModificationsBuilder
 
visitPutDataMapCommand(InvocationContext, PutDataMapCommand) - Method in class org.jboss.cache.interceptors.CallInterceptor
 
visitPutDataMapCommand(InvocationContext, PutDataMapCommand) - Method in class org.jboss.cache.interceptors.EvictionInterceptor
 
visitPutDataMapCommand(InvocationContext, PutDataMapCommand) - Method in class org.jboss.cache.interceptors.InvalidationInterceptor.InvalidationFilterVisitor
 
visitPutDataMapCommand(InvocationContext, PutDataMapCommand) - Method in class org.jboss.cache.interceptors.InvalidationInterceptor
 
visitPutDataMapCommand(InvocationContext, PutDataMapCommand) - Method in class org.jboss.cache.interceptors.InvocationContextInterceptor
 
visitPutDataMapCommand(InvocationContext, PutDataMapCommand) - Method in class org.jboss.cache.interceptors.LegacyActivationInterceptor
Deprecated.  
visitPutDataMapCommand(InvocationContext, PutDataMapCommand) - Method in class org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor
Deprecated.  
visitPutDataMapCommand(InvocationContext, PutDataMapCommand) - Method in class org.jboss.cache.interceptors.MarshalledValueInterceptor
 
visitPutDataMapCommand(InvocationContext, PutDataMapCommand) - Method in class org.jboss.cache.interceptors.OptimisticCreateIfNotExistsInterceptor
Deprecated.  
visitPutDataMapCommand(InvocationContext, PutDataMapCommand) - Method in class org.jboss.cache.interceptors.OptimisticNodeInterceptor
Deprecated.  
visitPutDataMapCommand(InvocationContext, PutDataMapCommand) - Method in class org.jboss.cache.interceptors.OptimisticReplicationInterceptor.DataVersionPopulator
Deprecated.  
visitPutDataMapCommand(InvocationContext, PutDataMapCommand) - Method in class org.jboss.cache.interceptors.ReplicationInterceptor
 
visitPutForExternalReadCommand(InvocationContext, PutForExternalReadCommand) - Method in class org.jboss.cache.buddyreplication.Fqn2BuddyFqnVisitor
 
visitPutForExternalReadCommand(InvocationContext, PutForExternalReadCommand) - Method in class org.jboss.cache.commands.AbstractVisitor
 
visitPutForExternalReadCommand(InvocationContext, PutForExternalReadCommand) - Method in interface org.jboss.cache.commands.Visitor
Visits a PutForExternalReadCommand.
visitPutForExternalReadCommand(InvocationContext, PutForExternalReadCommand) - Method in class org.jboss.cache.interceptors.ActivationInterceptor
 
visitPutForExternalReadCommand(InvocationContext, PutForExternalReadCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
visitPutForExternalReadCommand(InvocationContext, PutForExternalReadCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
visitPutForExternalReadCommand(InvocationContext, PutForExternalReadCommand) - Method in class org.jboss.cache.interceptors.CacheLoaderInterceptor
 
visitPutForExternalReadCommand(InvocationContext, PutForExternalReadCommand) - Method in class org.jboss.cache.interceptors.CacheMgmtInterceptor
 
visitPutForExternalReadCommand(InvocationContext, PutForExternalReadCommand) - Method in class org.jboss.cache.interceptors.CallInterceptor
 
visitPutForExternalReadCommand(InvocationContext, PutForExternalReadCommand) - Method in class org.jboss.cache.interceptors.EvictionInterceptor
 
visitPutForExternalReadCommand(InvocationContext, PutForExternalReadCommand) - Method in class org.jboss.cache.interceptors.InvalidationInterceptor.InvalidationFilterVisitor
 
visitPutForExternalReadCommand(InvocationContext, PutForExternalReadCommand) - Method in class org.jboss.cache.interceptors.InvalidationInterceptor
 
visitPutForExternalReadCommand(InvocationContext, PutForExternalReadCommand) - Method in class org.jboss.cache.interceptors.InvocationContextInterceptor
 
visitPutForExternalReadCommand(InvocationContext, PutForExternalReadCommand) - Method in class org.jboss.cache.interceptors.LegacyActivationInterceptor
Deprecated.  
visitPutForExternalReadCommand(InvocationContext, PutForExternalReadCommand) - Method in class org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor
Deprecated.  
visitPutForExternalReadCommand(InvocationContext, PutForExternalReadCommand) - Method in class org.jboss.cache.interceptors.MarshalledValueInterceptor
 
visitPutForExternalReadCommand(InvocationContext, PutForExternalReadCommand) - Method in class org.jboss.cache.interceptors.OptimisticCreateIfNotExistsInterceptor
Deprecated.  
visitPutForExternalReadCommand(InvocationContext, PutForExternalReadCommand) - Method in class org.jboss.cache.interceptors.OptimisticNodeInterceptor
Deprecated.  
visitPutForExternalReadCommand(InvocationContext, PutForExternalReadCommand) - Method in class org.jboss.cache.interceptors.OptimisticReplicationInterceptor.DataVersionPopulator
Deprecated.  
visitPutForExternalReadCommand(InvocationContext, PutForExternalReadCommand) - Method in class org.jboss.cache.interceptors.OptimisticReplicationInterceptor
Deprecated.  
visitPutForExternalReadCommand(InvocationContext, PutForExternalReadCommand) - Method in class org.jboss.cache.interceptors.ReplicationInterceptor
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.jboss.cache.buddyreplication.Fqn2BuddyFqnVisitor
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.jboss.cache.commands.AbstractVisitor
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in interface org.jboss.cache.commands.Visitor
Visits a PutKeyValueCommand.
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.jboss.cache.interceptors.ActivationInterceptor
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.jboss.cache.interceptors.CacheLoaderInterceptor
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.jboss.cache.interceptors.CacheMgmtInterceptor
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor.StoreModificationsBuilder
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.jboss.cache.interceptors.CallInterceptor
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.jboss.cache.interceptors.EvictionInterceptor
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.jboss.cache.interceptors.InvalidationInterceptor.InvalidationFilterVisitor
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.jboss.cache.interceptors.InvalidationInterceptor
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.jboss.cache.interceptors.InvocationContextInterceptor
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.jboss.cache.interceptors.LegacyActivationInterceptor
Deprecated.  
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor
Deprecated.  
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.jboss.cache.interceptors.MarshalledValueInterceptor
 
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.jboss.cache.interceptors.OptimisticCreateIfNotExistsInterceptor
Deprecated.  
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.jboss.cache.interceptors.OptimisticNodeInterceptor
Deprecated.  
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.jboss.cache.interceptors.OptimisticReplicationInterceptor.DataVersionPopulator
Deprecated.  
visitPutKeyValueCommand(InvocationContext, PutKeyValueCommand) - Method in class org.jboss.cache.interceptors.ReplicationInterceptor
 
visitRemoveKeyCommand(InvocationContext, RemoveKeyCommand) - Method in class org.jboss.cache.buddyreplication.Fqn2BuddyFqnVisitor
 
visitRemoveKeyCommand(InvocationContext, RemoveKeyCommand) - Method in class org.jboss.cache.commands.AbstractVisitor
 
visitRemoveKeyCommand(InvocationContext, RemoveKeyCommand) - Method in interface org.jboss.cache.commands.Visitor
Visits a RemoveKeyCommand.
visitRemoveKeyCommand(InvocationContext, RemoveKeyCommand) - Method in class org.jboss.cache.interceptors.ActivationInterceptor
 
visitRemoveKeyCommand(InvocationContext, RemoveKeyCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
visitRemoveKeyCommand(InvocationContext, RemoveKeyCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
visitRemoveKeyCommand(InvocationContext, RemoveKeyCommand) - Method in class org.jboss.cache.interceptors.CacheLoaderInterceptor
 
visitRemoveKeyCommand(InvocationContext, RemoveKeyCommand) - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor.StoreModificationsBuilder
 
visitRemoveKeyCommand(InvocationContext, RemoveKeyCommand) - Method in class org.jboss.cache.interceptors.CallInterceptor
 
visitRemoveKeyCommand(InvocationContext, RemoveKeyCommand) - Method in class org.jboss.cache.interceptors.EvictionInterceptor
 
visitRemoveKeyCommand(InvocationContext, RemoveKeyCommand) - Method in class org.jboss.cache.interceptors.InvalidationInterceptor.InvalidationFilterVisitor
 
visitRemoveKeyCommand(InvocationContext, RemoveKeyCommand) - Method in class org.jboss.cache.interceptors.InvalidationInterceptor
 
visitRemoveKeyCommand(InvocationContext, RemoveKeyCommand) - Method in class org.jboss.cache.interceptors.InvocationContextInterceptor
 
visitRemoveKeyCommand(InvocationContext, RemoveKeyCommand) - Method in class org.jboss.cache.interceptors.LegacyActivationInterceptor
Deprecated.  
visitRemoveKeyCommand(InvocationContext, RemoveKeyCommand) - Method in class org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor
Deprecated.  
visitRemoveKeyCommand(InvocationContext, RemoveKeyCommand) - Method in class org.jboss.cache.interceptors.MarshalledValueInterceptor
 
visitRemoveKeyCommand(InvocationContext, RemoveKeyCommand) - Method in class org.jboss.cache.interceptors.OptimisticNodeInterceptor
Deprecated.  
visitRemoveKeyCommand(InvocationContext, RemoveKeyCommand) - Method in class org.jboss.cache.interceptors.OptimisticReplicationInterceptor.DataVersionPopulator
Deprecated.  
visitRemoveKeyCommand(InvocationContext, RemoveKeyCommand) - Method in class org.jboss.cache.interceptors.ReplicationInterceptor
 
visitRemoveNodeCommand(InvocationContext, RemoveNodeCommand) - Method in class org.jboss.cache.buddyreplication.Fqn2BuddyFqnVisitor
 
visitRemoveNodeCommand(InvocationContext, RemoveNodeCommand) - Method in class org.jboss.cache.commands.AbstractVisitor
 
visitRemoveNodeCommand(InvocationContext, RemoveNodeCommand) - Method in interface org.jboss.cache.commands.Visitor
Visits a RemoveNodeCommand.
visitRemoveNodeCommand(InvocationContext, RemoveNodeCommand) - Method in class org.jboss.cache.interceptors.ActivationInterceptor
 
visitRemoveNodeCommand(InvocationContext, RemoveNodeCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
visitRemoveNodeCommand(InvocationContext, RemoveNodeCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
visitRemoveNodeCommand(InvocationContext, RemoveNodeCommand) - Method in class org.jboss.cache.interceptors.CacheLoaderInterceptor
 
visitRemoveNodeCommand(InvocationContext, RemoveNodeCommand) - Method in class org.jboss.cache.interceptors.CacheStoreInterceptor.StoreModificationsBuilder
 
visitRemoveNodeCommand(InvocationContext, RemoveNodeCommand) - Method in class org.jboss.cache.interceptors.CallInterceptor
 
visitRemoveNodeCommand(InvocationContext, RemoveNodeCommand) - Method in class org.jboss.cache.interceptors.EvictionInterceptor
 
visitRemoveNodeCommand(InvocationContext, RemoveNodeCommand) - Method in class org.jboss.cache.interceptors.InvalidationInterceptor.InvalidationFilterVisitor
 
visitRemoveNodeCommand(InvocationContext, RemoveNodeCommand) - Method in class org.jboss.cache.interceptors.InvalidationInterceptor
 
visitRemoveNodeCommand(InvocationContext, RemoveNodeCommand) - Method in class org.jboss.cache.interceptors.InvocationContextInterceptor
 
visitRemoveNodeCommand(InvocationContext, RemoveNodeCommand) - Method in class org.jboss.cache.interceptors.LegacyActivationInterceptor
Deprecated.  
visitRemoveNodeCommand(InvocationContext, RemoveNodeCommand) - Method in class org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor
Deprecated.  
visitRemoveNodeCommand(InvocationContext, RemoveNodeCommand) - Method in class org.jboss.cache.interceptors.OptimisticNodeInterceptor
Deprecated.  
visitRemoveNodeCommand(InvocationContext, RemoveNodeCommand) - Method in class org.jboss.cache.interceptors.OptimisticReplicationInterceptor.DataVersionPopulator
Deprecated.  
visitRemoveNodeCommand(InvocationContext, RemoveNodeCommand) - Method in class org.jboss.cache.interceptors.ReplicationInterceptor
 
visitRollbackCommand(InvocationContext, RollbackCommand) - Method in class org.jboss.cache.buddyreplication.Fqn2BuddyFqnVisitor
 
visitRollbackCommand(InvocationContext, RollbackCommand) - Method in class org.jboss.cache.commands.AbstractVisitor
 
visitRollbackCommand(InvocationContext, RollbackCommand) - Method in interface org.jboss.cache.commands.Visitor
Visits a RollbackCommand.
visitRollbackCommand(InvocationContext, RollbackCommand) - Method in class org.jboss.cache.interceptors.base.PrePostProcessingCommandInterceptor
 
visitRollbackCommand(InvocationContext, RollbackCommand) - Method in class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
 
visitRollbackCommand(InvocationContext, RollbackCommand) - Method in class org.jboss.cache.interceptors.CacheLoaderInterceptor
 
visitRollbackCommand(InvocationContext, RollbackCommand) - Method in class org.jboss.cache.interceptors.CallInterceptor
 
visitRollbackCommand(InvocationContext, RollbackCommand) - Method in class org.jboss.cache.interceptors.InvalidationInterceptor
 
visitRollbackCommand(InvocationContext, RollbackCommand) - Method in class org.jboss.cache.interceptors.InvocationContextInterceptor
 
visitRollbackCommand(InvocationContext, RollbackCommand) - Method in class org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor
Deprecated.  
visitRollbackCommand(InvocationContext, RollbackCommand) - Method in class org.jboss.cache.interceptors.LegacyDataGravitatorInterceptor
Deprecated.  
visitRollbackCommand(InvocationContext, RollbackCommand) - Method in class org.jboss.cache.interceptors.NotificationInterceptor
 
visitRollbackCommand(InvocationContext, RollbackCommand) - Method in class org.jboss.cache.interceptors.OptimisticLockingInterceptor
Deprecated.  
visitRollbackCommand(InvocationContext, RollbackCommand) - Method in class org.jboss.cache.interceptors.OptimisticReplicationInterceptor
Deprecated.  
visitRollbackCommand(InvocationContext, RollbackCommand) - Method in class org.jboss.cache.interceptors.OptimisticValidatorInterceptor
Deprecated.  
visitRollbackCommand(InvocationContext, RollbackCommand) - Method in class org.jboss.cache.interceptors.ReplicationInterceptor
 
visitRollbackCommand(InvocationContext, RollbackCommand) - Method in class org.jboss.cache.interceptors.TxInterceptor
 

W

waitForFlushCompletion(long) - Method in class org.jboss.cache.RPCManagerImpl.FlushTracker
 
waitForFlushStart(long) - Method in class org.jboss.cache.RPCManagerImpl.FlushTracker
 
waitForState() - Method in class org.jboss.cache.remoting.jgroups.ChannelMessageListener
 
WAKEUP_DEFAULT - Static variable in class org.jboss.cache.config.EvictionConfig
 
wireDependencies(Object) - Method in class org.jboss.cache.factories.ComponentRegistry
Wires an object instance with dependencies annotated with the Inject annotation, creating more components as needed based on the Configuration passed in if these additional components don't exist in the ComponentRegistry.
WithinThreadExecutor - Class in org.jboss.cache.util.concurrent
An executor that works within the current thread.
WithinThreadExecutor() - Constructor for class org.jboss.cache.util.concurrent.WithinThreadExecutor
 
WorkspaceNode<K,V> - Interface in org.jboss.cache.optimistic
Deprecated. will be removed along with optimistic and pessimistic locking.
WorkspaceNodeImpl<K,V> - Class in org.jboss.cache.optimistic
Deprecated. will be removed along with optimistic and pessimistic locking.
WorkspaceNodeImpl(NodeSPI<K, V>, TransactionWorkspace, NodeFactory<K, V>) - Constructor for class org.jboss.cache.optimistic.WorkspaceNodeImpl
Deprecated. Constructs with a node and workspace.
wrapIfNeeded(InvocationContext, Fqn) - Method in class org.jboss.cache.interceptors.DataGravitatorInterceptor
 
wrapIfNeeded(InvocationContext, Fqn) - Method in class org.jboss.cache.interceptors.LegacyDataGravitatorInterceptor
Deprecated.  
wrapMap(Map<Object, Object>, Set<MarshalledValue>, InvocationContext) - Method in class org.jboss.cache.interceptors.MarshalledValueInterceptor
 
wrapNodeForReading(InvocationContext, Fqn, boolean) - Method in class org.jboss.cache.mvcc.MVCCNodeHelper
Similar to MVCCNodeHelper.wrapNodesForReading(org.jboss.cache.InvocationContext, java.util.Collection) except that this version takes a single Fqn parameter to wrap a single node.
wrapNodeForWriting(InvocationContext, Fqn, boolean, boolean, boolean, boolean, boolean) - Method in class org.jboss.cache.mvcc.MVCCNodeHelper
First checks in contexts for the existence of the node.
wrapNodeForWriting(InvocationContext, Fqn, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class org.jboss.cache.mvcc.MVCCNodeHelper
 
wrapNodeForWriting(InvocationContext, InternalNode, InternalNode) - Method in class org.jboss.cache.mvcc.MVCCNodeHelper
The same as MVCCNodeHelper.wrapNodeForWriting(org.jboss.cache.InvocationContext, org.jboss.cache.Fqn, boolean, boolean, boolean, boolean, boolean) except that it takes in an InternalNode instead of a Fqn.
wrapNodesForReading(InvocationContext, Collection<Fqn>) - Method in class org.jboss.cache.mvcc.MVCCNodeHelper
Attempts to provide the context with a set of wrapped nodes based on the Collection of fqns passed in.
wrapNodesRecursivelyForRemoval(InvocationContext, Fqn) - Method in class org.jboss.cache.mvcc.MVCCNodeHelper
Wraps a node and all its subnodes and adds them to the context, acquiring write locks for them all.
write(byte[], int, int) - Method in class org.jboss.cache.io.ExposedByteArrayOutputStream
 
write(int) - Method in class org.jboss.cache.io.ExposedByteArrayOutputStream
 
WriteCommand - Interface in org.jboss.cache.commands
A write command that has a reference to a GlobalTransaction.
writeCommitLog(Marshaller, ObjectOutputStream) - Method in class org.jboss.cache.transaction.TransactionLog
 
writeExternal(ObjectOutput) - Method in class org.jboss.cache.Fqn
 
writeExternal(ObjectOutput) - Method in class org.jboss.cache.marshall.MarshalledValue
 
writeExternal(ObjectOutput) - Method in class org.jboss.cache.marshall.MarshalledValueMap
 
writeExternal(ObjectOutput) - Method in class org.jboss.cache.marshall.NodeData
 
writeExternal(ObjectOutput) - Method in class org.jboss.cache.marshall.NodeDataExceptionMarker
 
writeExternal(ObjectOutput) - Method in class org.jboss.cache.Modification
Writes data to an external stream.
writeExternal(ObjectOutput) - Method in class org.jboss.cache.transaction.GlobalTransaction
 
writeExternal(ObjectOutput) - Method in class org.jboss.cache.util.ImmutableListCopy
Format: - entry array size (int) - elements (Object)
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
 
writePendingPrepares(Marshaller, ObjectOutputStream) - Method in class org.jboss.cache.transaction.TransactionLog
 
writeReference(ObjectOutputStream, int) - Method in class org.jboss.cache.marshall.CacheMarshaller200
Writes a reference to a given object output stream.
writeReference(ObjectOutputStream, int) - Method in class org.jboss.cache.marshall.CacheMarshaller210
This version of writeReference is written to solve JBCACHE-1211, where references are encoded as ints rather than shorts.
writerLock_ - Variable in class org.jboss.cache.lock.ReadWriteLockWithUpgrade
 
writerOwner() - Method in class org.jboss.cache.lock.LockMap
 
writeUnsignedInt(ObjectOutputStream, int) - Method in class org.jboss.cache.marshall.CacheMarshaller200
 
writeUnsignedInt(ObjectOutputStream, int) - Method in class org.jboss.cache.marshall.CacheMarshaller210
Writes an int in a variable-length format.
writeUnsignedLong(ObjectOutputStream, long) - Method in class org.jboss.cache.marshall.CacheMarshaller200
 
writeUnsignedLong(ObjectOutputStream, long) - Method in class org.jboss.cache.marshall.CacheMarshaller210
Writes an int in a variable-length format.

X

xmlAttribs - Variable in class org.jboss.cache.config.parsing.ParsedAttributes
 
XmlConfigHelper - Class in org.jboss.cache.config.parsing
A simple XML utility class for reading configuration elements
XmlConfigHelper() - Constructor for class org.jboss.cache.config.parsing.XmlConfigHelper
 
XmlConfigurationParser - Class in org.jboss.cache.config.parsing
Reads in XMLconfiguration files and spits out a Configuration object.
XmlConfigurationParser(ErrorHandler) - Constructor for class org.jboss.cache.config.parsing.XmlConfigurationParser
If validation is on (default) one can specify an error handler for handling validation errors.
XmlConfigurationParser(boolean, ErrorHandler) - Constructor for class org.jboss.cache.config.parsing.XmlConfigurationParser
Same as XmlConfigurationParser.XmlConfigurationParser(org.xml.sax.ErrorHandler).
XmlConfigurationParser() - Constructor for class org.jboss.cache.config.parsing.XmlConfigurationParser
Constructs a parser having validation enabled with a ErrorHandler that only logs the parser errors.
XmlConfigurationParser2x - Class in org.jboss.cache.config.parsing
Deprecated.  
XmlConfigurationParser2x() - Constructor for class org.jboss.cache.config.parsing.XmlConfigurationParser2x
Deprecated.  
XmlParserBase - Class in org.jboss.cache.config.parsing
Contains utility methods that might be useful to most of the parsers.
XmlParserBase() - Constructor for class org.jboss.cache.config.parsing.XmlParserBase
 
XmlParsingConfigurationRegistry - Class in org.jboss.cache.config
ConfigurationRegistry that obtains its initial set of configurations by parsing an XML document.
XmlParsingConfigurationRegistry(String) - Constructor for class org.jboss.cache.config.XmlParsingConfigurationRegistry
 

Z

ZERO - Static variable in class org.jboss.cache.optimistic.DefaultDataVersion
Deprecated. Version zero.

_

_exists(Fqn) - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoader
 
_get(Fqn) - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoader
 
_getChildrenNames(Fqn) - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoader
 
_put(Fqn, Object, Object) - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoader
 
_put(Fqn, Map<Object, Object>) - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoader
 
_put(List<Modification>) - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoader
 
_remove(Fqn, Object) - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoader
 
_remove(Fqn) - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoader
 
_removeData(Fqn) - Method in class org.jboss.cache.loader.TcpDelegatingCacheLoader
 

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

Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.