|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InvocationContext in org.jboss.cache |
---|
Methods in org.jboss.cache that return InvocationContext | |
---|---|
abstract InvocationContext |
InvocationContext.copy()
This is a "copy-factory-method" that should be used whenever a clone of this class is needed. |
InvocationContext |
Cache.getInvocationContext()
|
Methods in org.jboss.cache with parameters of type InvocationContext | |
---|---|
void |
NodeSPI.commitUpdate(InvocationContext ctx,
DataContainer container)
Commits any updates made on this node to the underlying data structure, making it visible to all other transactions. |
InternalNode<K,V> |
AbstractNodeFactory.createChildNode(Fqn fqn,
InternalNode<K,V> parent,
InvocationContext ctx,
boolean attachToParent)
|
InternalNode<K,V> |
NodeFactory.createChildNode(Fqn fqn,
InternalNode<K,V> parent,
InvocationContext ctx,
boolean attachToParent)
Creates a new node, and optionally attaches the node to its parent. |
protected void |
InvocationContext.doCopy(InvocationContext copy)
|
GravitateResult |
CacheSPI.gravitateData(Fqn fqn,
boolean searchBuddyBackupSubtrees,
InvocationContext ctx)
Used with buddy replication's data gravitation interceptor. |
void |
Cache.setInvocationContext(InvocationContext ctx)
Sets the passed in InvocationContext as current. |
void |
InvocationContext.setState(InvocationContext template)
Sets the state of the InvocationContext based on the template context passed in |
Uses of InvocationContext in org.jboss.cache.buddyreplication |
---|
Uses of InvocationContext in org.jboss.cache.commands |
---|
Methods in org.jboss.cache.commands with parameters of type InvocationContext | |
---|---|
java.lang.Object |
VisitableCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor)
Accept a visitor, and return the result of accepting this visitor. |
protected java.lang.Object |
AbstractVisitor.handleDefault(InvocationContext ctx,
VisitableCommand command)
A default handler for all commands visited. |
java.lang.Object |
ReplicableCommand.perform(InvocationContext ctx)
Performs the primary function of the command. |
java.lang.Object |
Visitor.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
Visits a RemoveDataCommand. |
java.lang.Object |
AbstractVisitor.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
void |
AbstractVisitor.visitCollection(InvocationContext ctx,
java.util.Collection<? extends VisitableCommand> toVisit)
Helper method to visit a collection of VisitableCommands. |
java.lang.Object |
Visitor.visitCommitCommand(InvocationContext ctx,
CommitCommand command)
Visits a CommitCommand. |
java.lang.Object |
AbstractVisitor.visitCommitCommand(InvocationContext ctx,
CommitCommand command)
|
java.lang.Object |
Visitor.visitCreateNodeCommand(InvocationContext ctx,
CreateNodeCommand command)
Deprecated. in 3.0. Will be removed once optimistic and pessimistic locking is removed. |
java.lang.Object |
AbstractVisitor.visitCreateNodeCommand(InvocationContext ctx,
CreateNodeCommand command)
|
java.lang.Object |
Visitor.visitEvictFqnCommand(InvocationContext ctx,
EvictCommand command)
Visits a EvictCommand. |
java.lang.Object |
AbstractVisitor.visitEvictFqnCommand(InvocationContext ctx,
EvictCommand command)
|
java.lang.Object |
Visitor.visitExistsNodeCommand(InvocationContext ctx,
ExistsCommand command)
Visits a RemoteExistsCommand. |
java.lang.Object |
AbstractVisitor.visitExistsNodeCommand(InvocationContext ctx,
ExistsCommand command)
|
java.lang.Object |
Visitor.visitGetDataMapCommand(InvocationContext ctx,
GetDataMapCommand command)
Visits a GetDataMapCommand. |
java.lang.Object |
AbstractVisitor.visitGetDataMapCommand(InvocationContext ctx,
GetDataMapCommand command)
|
java.lang.Object |
Visitor.visitGetChildrenNamesCommand(InvocationContext ctx,
GetChildrenNamesCommand command)
Visits a GetChildrenNamesCommand. |
java.lang.Object |
AbstractVisitor.visitGetChildrenNamesCommand(InvocationContext ctx,
GetChildrenNamesCommand command)
|
java.lang.Object |
Visitor.visitGetKeysCommand(InvocationContext ctx,
GetKeysCommand command)
Visits a GetKeysCommand. |
java.lang.Object |
AbstractVisitor.visitGetKeysCommand(InvocationContext ctx,
GetKeysCommand command)
|
java.lang.Object |
Visitor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
Visits a GetKeyValueCommand. |
java.lang.Object |
AbstractVisitor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
java.lang.Object |
Visitor.visitGetNodeCommand(InvocationContext ctx,
GetNodeCommand command)
Visits a GetNodeCommand. |
java.lang.Object |
AbstractVisitor.visitGetNodeCommand(InvocationContext ctx,
GetNodeCommand command)
|
java.lang.Object |
Visitor.visitGravitateDataCommand(InvocationContext ctx,
GravitateDataCommand command)
Visits a GravitateDataCommand. |
java.lang.Object |
AbstractVisitor.visitGravitateDataCommand(InvocationContext ctx,
GravitateDataCommand command)
|
java.lang.Object |
Visitor.visitInvalidateCommand(InvocationContext ctx,
InvalidateCommand command)
Visits a InvalidateCommand. |
java.lang.Object |
AbstractVisitor.visitInvalidateCommand(InvocationContext ctx,
InvalidateCommand command)
|
java.lang.Object |
Visitor.visitMoveCommand(InvocationContext ctx,
MoveCommand command)
Visits a MoveCommand. |
java.lang.Object |
AbstractVisitor.visitMoveCommand(InvocationContext ctx,
MoveCommand command)
|
java.lang.Object |
Visitor.visitOptimisticPrepareCommand(InvocationContext ctx,
OptimisticPrepareCommand command)
Visits a OptimisticPrepareCommand. |
java.lang.Object |
AbstractVisitor.visitOptimisticPrepareCommand(InvocationContext ctx,
OptimisticPrepareCommand command)
|
java.lang.Object |
Visitor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command)
Visits a PrepareCommand. |
java.lang.Object |
AbstractVisitor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
java.lang.Object |
Visitor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
Visits a PutDataMapCommand. |
java.lang.Object |
AbstractVisitor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
java.lang.Object |
Visitor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
Visits a PutForExternalReadCommand. |
java.lang.Object |
AbstractVisitor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
java.lang.Object |
Visitor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
Visits a PutKeyValueCommand. |
java.lang.Object |
AbstractVisitor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
java.lang.Object |
Visitor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
Visits a RemoveKeyCommand. |
java.lang.Object |
AbstractVisitor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
java.lang.Object |
Visitor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
Visits a RemoveNodeCommand. |
java.lang.Object |
AbstractVisitor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
java.lang.Object |
Visitor.visitRollbackCommand(InvocationContext ctx,
RollbackCommand command)
Visits a RollbackCommand. |
java.lang.Object |
AbstractVisitor.visitRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|
Uses of InvocationContext in org.jboss.cache.commands.legacy.read |
---|
Methods in org.jboss.cache.commands.legacy.read with parameters of type InvocationContext | |
---|---|
java.lang.Object |
PessGetChildrenNamesCommand.perform(InvocationContext ctx)
Deprecated. Retrieves the names of children for a specific Fqn. |
Uses of InvocationContext in org.jboss.cache.commands.legacy.write |
---|
Methods in org.jboss.cache.commands.legacy.write with parameters of type InvocationContext | |
---|---|
java.lang.Object |
CreateNodeCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor)
Deprecated. |
protected void |
VersionedInvalidateCommand.createTombstone(InvocationContext ctx)
Deprecated. |
protected boolean |
LegacyEvictCommand.evictNode(Fqn fqn,
InvocationContext ctx,
NodeSPI node)
Deprecated. |
protected NodeSPI |
LegacyEvictCommand.lookupForEviction(InvocationContext ctx,
Fqn fqn)
Deprecated. |
java.lang.Object |
PessMoveCommand.perform(InvocationContext ctx)
Deprecated. Moves a node, from fqn to to, and returns null. |
java.lang.Object |
PessRemoveKeyCommand.perform(InvocationContext ctx)
Deprecated. |
java.lang.Object |
PessPutKeyValueCommand.perform(InvocationContext ctx)
Deprecated. |
java.lang.Object |
PessRemoveNodeCommand.perform(InvocationContext ctx)
Deprecated. |
java.lang.Object |
VersionedInvalidateCommand.perform(InvocationContext ctx)
Deprecated. |
java.lang.Object |
PessClearDataCommand.perform(InvocationContext ctx)
Deprecated. |
java.lang.Object |
PessPutForExternalReadCommand.perform(InvocationContext ctx)
Deprecated. |
java.lang.Object |
PessPutDataMapCommand.perform(InvocationContext ctx)
Deprecated. |
java.lang.Object |
CreateNodeCommand.perform(InvocationContext ctx)
Deprecated. Creates a node in the cache, specified by the given Fqn. |
protected void |
PessRemoveNodeCommand.recursivelyMarkAsRemoved(NodeSPI node,
InvocationContext ctx)
Deprecated. |
protected void |
VersionedInvalidateCommand.removeData(NodeSPI n,
InvocationContext ctx)
Deprecated. |
Uses of InvocationContext in org.jboss.cache.commands.read |
---|
Methods in org.jboss.cache.commands.read with parameters of type InvocationContext | |
---|---|
java.lang.Object |
GravitateDataCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor)
|
java.lang.Object |
GetKeysCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor)
|
java.lang.Object |
GetNodeCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor)
|
java.lang.Object |
GetChildrenNamesCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor)
|
java.lang.Object |
GetDataMapCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor)
|
java.lang.Object |
ExistsCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor)
|
java.lang.Object |
GetKeyValueCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor)
|
java.lang.Object |
GravitateDataCommand.perform(InvocationContext ctx)
Searches for data to gravitate given an Fqn and whether buddy backup subtrees are to be searched as well. |
java.lang.Object |
GetKeysCommand.perform(InvocationContext ctx)
Retrieves Set of keys for all the data stored in a node referenced by the specified Fqn. |
java.lang.Object |
GetNodeCommand.perform(InvocationContext ctx)
Retrieves a Node referenced by the specified Fqn. |
java.lang.Object |
GetChildrenNamesCommand.perform(InvocationContext ctx)
Retrieves the names of children for a specific Fqn. |
java.lang.Object |
GetDataMapCommand.perform(InvocationContext ctx)
Retrieves an unmodifiable map of data contained in a node referenced by the specified Fqn. |
java.lang.Object |
ExistsCommand.perform(InvocationContext ctx)
Checks whether a node represented by a given Fqn exists. |
java.lang.Object |
GetKeyValueCommand.perform(InvocationContext ctx)
Retrieves the value stored under a specified key in a node referenced by the specified Fqn. |
Uses of InvocationContext in org.jboss.cache.commands.remote |
---|
Methods in org.jboss.cache.commands.remote with parameters of type InvocationContext | |
---|---|
java.lang.Object |
AnnounceBuddyPoolNameCommand.perform(InvocationContext ctx)
This method calls the relevant handler on the buddy manager to deal with this pool broadcast. |
java.lang.Object |
AssignToBuddyGroupCommand.perform(InvocationContext ctx)
This method calls the relevant handler on the buddy manager to deal with being assigned to a buddy group |
java.lang.Object |
ClusteredGetCommand.perform(InvocationContext context)
Invokes a DataCommand on a remote cache and returns results. |
java.lang.Object |
DataGravitationCleanupCommand.perform(InvocationContext ctx)
Performs a cleanup on nodes that would have been previously gravitated away from the current cache instance. |
java.lang.Object |
ReplicateCommand.perform(InvocationContext ctx)
Executes commands replicated to the current cache instance by other cache instances. |
java.lang.Object |
StateTransferControlCommand.perform(InvocationContext ctx)
|
java.lang.Object |
RemoveFromBuddyGroupCommand.perform(InvocationContext ctx)
This method calls the relevant handler on the buddy manager to deal with being removed from a buddy group |
Uses of InvocationContext in org.jboss.cache.commands.tx |
---|
Methods in org.jboss.cache.commands.tx with parameters of type InvocationContext | |
---|---|
java.lang.Object |
PrepareCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor)
|
java.lang.Object |
OptimisticPrepareCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor)
|
java.lang.Object |
CommitCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor)
|
java.lang.Object |
RollbackCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor)
|
java.lang.Object |
AbstractTransactionCommand.perform(InvocationContext ctx)
Default implementation which is a no-op. |
Uses of InvocationContext in org.jboss.cache.commands.write |
---|
Methods in org.jboss.cache.commands.write with parameters of type InvocationContext | |
---|---|
java.lang.Object |
PutDataMapCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor)
|
java.lang.Object |
RemoveNodeCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor)
|
java.lang.Object |
ClearDataCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor)
|
java.lang.Object |
EvictCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor)
|
java.lang.Object |
PutKeyValueCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor)
|
java.lang.Object |
InvalidateCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor)
|
java.lang.Object |
RemoveKeyCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor)
|
java.lang.Object |
PutForExternalReadCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor)
|
java.lang.Object |
MoveCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor)
|
protected boolean |
EvictCommand.evictNode(Fqn fqn,
InvocationContext ctx,
NodeSPI node)
|
protected NodeSPI |
EvictCommand.lookupForEviction(InvocationContext ctx,
Fqn fqn)
|
protected NodeSPI |
AbstractVersionedDataCommand.peekVersioned(InvocationContext ctx)
Utility method to peek a node and throw an exception if the version isn't what is expected. |
java.lang.Object |
PutDataMapCommand.perform(InvocationContext ctx)
Adds the provided data map to the data map in the node referenced by the specified Fqn. |
java.lang.Object |
RemoveNodeCommand.perform(InvocationContext ctx)
Removes the node referenced by the specified Fqn. |
java.lang.Object |
ClearDataCommand.perform(InvocationContext ctx)
Clears the data map in the node referenced by the specified Fqn. |
java.lang.Object |
EvictCommand.perform(InvocationContext ctx)
Evicts a node. |
java.lang.Object |
PutKeyValueCommand.perform(InvocationContext ctx)
Puts the specified key and value into the data map in the node referenced by the specified Fqn. |
java.lang.Object |
InvalidateCommand.perform(InvocationContext ctx)
Performs an invalidation on a specified node |
java.lang.Object |
RemoveKeyCommand.perform(InvocationContext ctx)
Removes the specified key from the data map in the node referenced by the specified Fqn. |
java.lang.Object |
MoveCommand.perform(InvocationContext ctx)
Moves a node, from fqn to to, and returns null. |
protected void |
RemoveNodeCommand.recursivelyMarkAsRemoved(NodeSPI node,
InvocationContext ctx)
Recursively marks a node as removed. |
Uses of InvocationContext in org.jboss.cache.factories.context |
---|
Methods in org.jboss.cache.factories.context that return InvocationContext | |
---|---|
InvocationContext |
ContextFactory.createInvocationContext()
|
InvocationContext |
MVCCContextFactory.createInvocationContext()
|
InvocationContext |
PessimisticContextFactory.createInvocationContext()
Deprecated. |
Uses of InvocationContext in org.jboss.cache.interceptors |
---|
Methods in org.jboss.cache.interceptors that return InvocationContext | |
---|---|
InvocationContext |
InterceptorChain.getInvocationContext()
|
Methods in org.jboss.cache.interceptors with parameters of type InvocationContext | |
---|---|
protected java.lang.Object |
TxInterceptor.attachGtxAndPassUpChain(InvocationContext ctx,
VisitableCommand command)
|
protected void |
OptimisticReplicationInterceptor.broadcastCommit(GlobalTransaction gtx,
InvocationContext ctx)
Deprecated. |
protected void |
OptimisticReplicationInterceptor.broadcastPrepare(OptimisticPrepareCommand command,
GlobalTransaction gtx,
InvocationContext ctx)
Deprecated. |
protected void |
OptimisticReplicationInterceptor.broadcastRollback(GlobalTransaction gtx,
InvocationContext ctx)
Deprecated. |
protected void |
TxInterceptor.cleanupStaleLocks(InvocationContext ctx)
|
protected void |
OptimisticTxInterceptor.cleanupStaleLocks(InvocationContext ctx)
Deprecated. |
protected void |
BaseTransactionalContextInterceptor.copyInvocationScopeOptionsToTxScope(InvocationContext ctx)
|
protected MarshalledValue |
MarshalledValueInterceptor.createAndAddMarshalledValue(java.lang.Object toWrap,
java.util.Set<MarshalledValue> marshalledValues,
InvocationContext ctx)
|
protected void |
MVCCLockingInterceptor.doAfterCall(InvocationContext ctx,
VisitableCommand command)
|
void |
PessimisticLockInterceptor.doAfterCall(InvocationContext ctx,
VisitableCommand command)
Deprecated. |
protected boolean |
MVCCLockingInterceptor.doBeforeCall(InvocationContext ctx,
VisitableCommand command)
|
protected GlobalTransaction |
OptimisticInterceptor.getGlobalTransaction(InvocationContext ctx)
Deprecated. |
protected TransactionWorkspace |
OptimisticInterceptor.getTransactionWorkspace(InvocationContext ctx)
Deprecated. |
protected TransactionWorkspace |
OptimisticReplicationInterceptor.getTransactionWorkspace(InvocationContext ctx)
Deprecated. |
protected TransactionWorkspace |
InvalidationInterceptor.getWorkspace(InvocationContext ctx)
|
java.lang.Object |
MVCCLockingInterceptor.handleClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
protected java.lang.Object |
PessimisticLockInterceptor.handleClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
Deprecated. |
protected java.lang.Object |
LegacyCacheStoreInterceptor.handleCommitCommand(InvocationContext ctx,
CommitCommand command)
Deprecated. |
java.lang.Object |
MVCCLockingInterceptor.handleCommitCommand(InvocationContext ctx,
CommitCommand command)
|
protected java.lang.Object |
CacheStoreInterceptor.handleCommitCommand(InvocationContext ctx,
CommitCommand command)
|
protected java.lang.Object |
PessimisticLockInterceptor.handleCommitCommand(InvocationContext ctx,
CommitCommand command)
Deprecated. |
protected java.lang.Object |
BatchingInterceptor.handleDefault(InvocationContext ctx,
VisitableCommand command)
Simply check if there is an ongoing tx. |
java.lang.Object |
CallInterceptor.handleDefault(InvocationContext ctx,
VisitableCommand command)
|
java.lang.Object |
Interceptor.handleDefault(InvocationContext ctx,
VisitableCommand command)
Deprecated. |
java.lang.Object |
InvocationContextInterceptor.handleDefault(InvocationContext ctx,
VisitableCommand command)
|
java.lang.Object |
TxInterceptor.handleDefault(InvocationContext ctx,
VisitableCommand command)
Tests if we already have a tx running. |
java.lang.Object |
OptimisticTxInterceptor.handleDefault(InvocationContext ctx,
VisitableCommand command)
Deprecated. |
java.lang.Object |
OptimisticReplicationInterceptor.handleDefault(InvocationContext ctx,
VisitableCommand command)
Deprecated. |
java.lang.Object |
OptimisticReplicationInterceptor.DataVersionPopulator.handleDefault(InvocationContext ctx,
VisitableCommand command)
|
java.lang.Object |
MVCCLockingInterceptor.handleEvictFqnCommand(InvocationContext ctx,
EvictCommand command)
|
protected java.lang.Object |
PessimisticLockInterceptor.handleEvictFqnCommand(InvocationContext ctx,
EvictCommand command)
Deprecated. |
java.lang.Object |
MVCCLockingInterceptor.handleExistsNodeCommand(InvocationContext ctx,
ExistsCommand command)
|
java.lang.Object |
MVCCLockingInterceptor.handleGetDataMapCommand(InvocationContext ctx,
GetDataMapCommand command)
|
java.lang.Object |
MVCCLockingInterceptor.handleGetChildrenNamesCommand(InvocationContext ctx,
GetChildrenNamesCommand command)
|
protected java.lang.Object |
PessimisticLockInterceptor.handleGetChildrenNamesCommand(InvocationContext ctx,
GetChildrenNamesCommand command)
Deprecated. |
java.lang.Object |
MVCCLockingInterceptor.handleGetKeysCommand(InvocationContext ctx,
GetKeysCommand command)
|
protected java.lang.Object |
PessimisticLockInterceptor.handleGetKeysCommand(InvocationContext ctx,
GetKeysCommand command)
Deprecated. |
java.lang.Object |
MVCCLockingInterceptor.handleGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
protected java.lang.Object |
PessimisticLockInterceptor.handleGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
Deprecated. |
java.lang.Object |
MVCCLockingInterceptor.handleGetNodeCommand(InvocationContext ctx,
GetNodeCommand command)
|
protected java.lang.Object |
PessimisticLockInterceptor.handleGetNodeCommand(InvocationContext ctx,
GetNodeCommand command)
Deprecated. |
java.lang.Object |
MVCCLockingInterceptor.handleGravitateDataCommand(InvocationContext ctx,
GravitateDataCommand command)
|
java.lang.Object |
MVCCLockingInterceptor.handleInvalidateCommand(InvocationContext ctx,
InvalidateCommand command)
|
java.lang.Object |
MVCCLockingInterceptor.handleMoveCommand(InvocationContext ctx,
MoveCommand command)
|
protected java.lang.Object |
CacheStoreInterceptor.handleMoveCommand(InvocationContext ctx,
MoveCommand command)
|
protected java.lang.Object |
PessimisticLockInterceptor.handleMoveCommand(InvocationContext ctx,
MoveCommand command)
Deprecated. |
protected java.lang.Object |
LegacyCacheStoreInterceptor.handleOptimisticPrepareCommand(InvocationContext ctx,
OptimisticPrepareCommand command)
Deprecated. |
protected java.lang.Object |
CacheStoreInterceptor.handleOptimisticPrepareCommand(InvocationContext ctx,
OptimisticPrepareCommand command)
|
java.lang.Object |
MVCCLockingInterceptor.handlePrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
protected java.lang.Object |
CacheStoreInterceptor.handlePrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
protected java.lang.Object |
PessimisticLockInterceptor.handlePrepareCommand(InvocationContext ctx,
PrepareCommand command)
Deprecated. |
java.lang.Object |
MVCCLockingInterceptor.handlePutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
protected java.lang.Object |
CacheStoreInterceptor.handlePutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
protected java.lang.Object |
PessimisticLockInterceptor.handlePutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
Deprecated. |
java.lang.Object |
MVCCLockingInterceptor.handlePutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
protected java.lang.Object |
CacheStoreInterceptor.handlePutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
protected java.lang.Object |
PessimisticLockInterceptor.handlePutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
Deprecated. |
java.lang.Object |
MVCCLockingInterceptor.handlePutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
protected java.lang.Object |
CacheStoreInterceptor.handlePutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
protected java.lang.Object |
PessimisticLockInterceptor.handlePutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
Deprecated. |
protected java.lang.Object |
CacheStoreInterceptor.handleRemoveDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
java.lang.Object |
MVCCLockingInterceptor.handleRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
protected java.lang.Object |
CacheStoreInterceptor.handleRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
protected java.lang.Object |
PessimisticLockInterceptor.handleRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
Deprecated. |
java.lang.Object |
MVCCLockingInterceptor.handleRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
protected java.lang.Object |
CacheStoreInterceptor.handleRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
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. |
protected java.lang.Object |
PessimisticLockInterceptor.handleRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
Deprecated. |
protected java.lang.Object |
LegacyCacheStoreInterceptor.handleRollbackCommand(InvocationContext ctx,
RollbackCommand command)
Deprecated. |
java.lang.Object |
MVCCLockingInterceptor.handleRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|
protected java.lang.Object |
CacheStoreInterceptor.handleRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|
protected java.lang.Object |
PessimisticLockInterceptor.handleRollbackCommand(InvocationContext ctx,
RollbackCommand command)
Deprecated. |
protected void |
InvalidationInterceptor.invalidateAcrossCluster(Fqn fqn,
TransactionWorkspace workspace,
boolean synchronous,
InvocationContext ctx)
|
java.lang.Object |
Interceptor.invoke(InvocationContext ctx)
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. |
java.lang.Object |
InterceptorChain.invoke(InvocationContext ctx,
VisitableCommand command)
Walks the command through the interceptor chain. |
protected boolean |
BaseRpcInterceptor.isLocalModeForced(InvocationContext ctx)
|
protected boolean |
BaseRpcInterceptor.isTransactionalAndLocal(InvocationContext ctx)
The call runs in a transaction and it was initiated on this node of the cluster. |
protected void |
LegacyCacheLoaderInterceptor.lock(Fqn fqn,
LockType lockType,
boolean recursive,
InvocationContext ctx)
Deprecated. |
void |
PessimisticLockInterceptor.lockAllForRemoval(NodeSPI node,
InvocationContext ctx,
TransactionContext transactionContext)
Deprecated. Acquires write locks on the node and all child nodes, adding children to the list of removed nodes in the context. |
java.lang.Object |
Interceptor.nextInterceptor(InvocationContext ctx)
Deprecated. Forwards the call to the nextInterceptor interceptor in the chain. |
protected boolean |
LegacyDataGravitatorInterceptor.nodeDoesNotExist(InvocationContext ctx,
Fqn fqn)
Deprecated. |
protected boolean |
DataGravitatorInterceptor.nodeDoesNotExist(InvocationContext ctx,
Fqn fqn)
|
protected void |
PassivationInterceptor.passivate(InvocationContext ctx,
Fqn fqn)
|
protected void |
LegacyActivationInterceptor.recordNodeLoaded(InvocationContext ctx,
Fqn fqn)
Deprecated. |
protected void |
LegacyCacheLoaderInterceptor.recordNodeLoaded(InvocationContext ctx,
Fqn fqn)
Deprecated. |
protected void |
ActivationInterceptor.recordNodeLoaded(InvocationContext ctx,
Fqn fqn)
|
protected void |
CacheLoaderInterceptor.recordNodeLoaded(InvocationContext ctx,
Fqn fqn)
|
protected void |
TxInterceptor.replayModifications(InvocationContext ctx,
javax.transaction.Transaction ltx,
PrepareCommand command)
Replays modifications |
protected void |
OptimisticTxInterceptor.replayModifications(InvocationContext ctx,
javax.transaction.Transaction ltx,
PrepareCommand command)
Deprecated. Replays modifications by passing them up the interceptor chain. |
protected void |
BaseRpcInterceptor.replicateCall(InvocationContext ctx,
ReplicableCommand call,
boolean sync,
Option o)
|
protected void |
BaseRpcInterceptor.replicateCall(InvocationContext ctx,
ReplicableCommand call,
boolean sync,
Option o,
boolean useOutOfBandMessage)
|
protected void |
BaseRpcInterceptor.replicateCall(InvocationContext ctx,
java.util.Vector<org.jgroups.Address> recipients,
ReplicableCommand c,
boolean sync,
Option o,
boolean useOutOfBandMessage)
|
protected void |
TxInterceptor.runCommitPhase(InvocationContext ctx,
GlobalTransaction gtx,
java.util.List modifications,
boolean onePhaseCommit)
creates a commit() |
java.lang.Object |
TxInterceptor.runPreparePhase(InvocationContext ctx,
GlobalTransaction gtx,
java.util.List<WriteCommand> modifications)
Handles a local prepare - invoked by the sync handler. |
protected void |
ReplicationInterceptor.runPreparePhase(PrepareCommand prepareMethod,
GlobalTransaction gtx,
InvocationContext ctx)
Calls prepare(GlobalTransaction,List,org.jgroups.Address,boolean)) in all members except self. |
protected void |
TxInterceptor.runRollbackPhase(InvocationContext ctx,
GlobalTransaction gtx,
javax.transaction.Transaction tx)
creates a rollback() |
protected void |
BaseTransactionalContextInterceptor.setTransactionalContext(javax.transaction.Transaction tx,
GlobalTransaction gtx,
TransactionContext tCtx,
InvocationContext ctx)
|
boolean |
CacheStoreInterceptor.skipInterception(InvocationContext ctx,
VisitableCommand command)
if this is a shared cache loader and the call is of remote origin, pass up the chain |
protected boolean |
BaseRpcInterceptor.skipReplicationOfTransactionMethod(InvocationContext ctx)
It does not make sense replicating a transaction method(commit, rollback, prepare) if one of the following is true: - call was not initiated here, but on other member of the cluster - there is no transaction. |
protected void |
LegacyCacheStoreInterceptor.storeStateForPutDataMap(Fqn f,
InvocationContext ctx)
Deprecated. |
protected void |
CacheStoreInterceptor.storeStateForPutDataMap(Fqn f,
InvocationContext ctx)
|
java.lang.Object |
InvalidationInterceptor.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
java.lang.Object |
InvalidationInterceptor.InvalidationFilterVisitor.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
java.lang.Object |
CallInterceptor.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
java.lang.Object |
LegacyActivationInterceptor.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
Deprecated. |
java.lang.Object |
MarshalledValueInterceptor.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
java.lang.Object |
InvocationContextInterceptor.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
java.lang.Object |
OptimisticNodeInterceptor.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
Deprecated. |
java.lang.Object |
ReplicationInterceptor.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
java.lang.Object |
LegacyCacheLoaderInterceptor.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
Deprecated. |
java.lang.Object |
ActivationInterceptor.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
java.lang.Object |
EvictionInterceptor.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
java.lang.Object |
CacheLoaderInterceptor.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
java.lang.Object |
CacheStoreInterceptor.StoreModificationsBuilder.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
java.lang.Object |
OptimisticReplicationInterceptor.DataVersionPopulator.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
java.lang.Object |
InvalidationInterceptor.visitCommitCommand(InvocationContext ctx,
CommitCommand command)
|
java.lang.Object |
CallInterceptor.visitCommitCommand(InvocationContext ctx,
CommitCommand command)
|
java.lang.Object |
NotificationInterceptor.visitCommitCommand(InvocationContext ctx,
CommitCommand command)
|
java.lang.Object |
OptimisticLockingInterceptor.visitCommitCommand(InvocationContext ctx,
CommitCommand command)
Deprecated. |
java.lang.Object |
InvocationContextInterceptor.visitCommitCommand(InvocationContext ctx,
CommitCommand command)
|
java.lang.Object |
LegacyDataGravitatorInterceptor.visitCommitCommand(InvocationContext ctx,
CommitCommand command)
Deprecated. |
java.lang.Object |
ReplicationInterceptor.visitCommitCommand(InvocationContext ctx,
CommitCommand command)
|
java.lang.Object |
TxInterceptor.visitCommitCommand(InvocationContext ctx,
CommitCommand command)
|
java.lang.Object |
OptimisticValidatorInterceptor.visitCommitCommand(InvocationContext ctx,
CommitCommand command)
Deprecated. |
java.lang.Object |
OptimisticReplicationInterceptor.visitCommitCommand(InvocationContext ctx,
CommitCommand command)
Deprecated. |
java.lang.Object |
OptimisticReplicationInterceptor.DataVersionPopulator.visitCreateNodeCommand(InvocationContext ctx,
CreateNodeCommand command)
|
java.lang.Object |
PassivationInterceptor.visitEvictFqnCommand(InvocationContext ctx,
EvictCommand command)
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. |
java.lang.Object |
CacheMgmtInterceptor.visitEvictFqnCommand(InvocationContext ctx,
EvictCommand command)
|
java.lang.Object |
LegacyPassivationInterceptor.visitEvictFqnCommand(InvocationContext ctx,
EvictCommand command)
Deprecated. |
java.lang.Object |
EvictionInterceptor.visitEvictFqnCommand(InvocationContext ctx,
EvictCommand command)
|
java.lang.Object |
InvocationContextInterceptor.visitExistsNodeCommand(InvocationContext ctx,
ExistsCommand command)
|
java.lang.Object |
MarshalledValueInterceptor.visitGetDataMapCommand(InvocationContext ctx,
GetDataMapCommand command)
|
java.lang.Object |
LegacyDataGravitatorInterceptor.visitGetDataMapCommand(InvocationContext ctx,
GetDataMapCommand command)
Deprecated. |
java.lang.Object |
OptimisticNodeInterceptor.visitGetDataMapCommand(InvocationContext ctx,
GetDataMapCommand command)
Deprecated. |
java.lang.Object |
LegacyCacheLoaderInterceptor.visitGetDataMapCommand(InvocationContext ctx,
GetDataMapCommand command)
Deprecated. |
java.lang.Object |
EvictionInterceptor.visitGetDataMapCommand(InvocationContext ctx,
GetDataMapCommand command)
|
java.lang.Object |
CacheLoaderInterceptor.visitGetDataMapCommand(InvocationContext ctx,
GetDataMapCommand command)
|
java.lang.Object |
LegacyActivationInterceptor.visitGetChildrenNamesCommand(InvocationContext ctx,
GetChildrenNamesCommand command)
Deprecated. |
java.lang.Object |
MarshalledValueInterceptor.visitGetChildrenNamesCommand(InvocationContext ctx,
GetChildrenNamesCommand command)
|
java.lang.Object |
LegacyDataGravitatorInterceptor.visitGetChildrenNamesCommand(InvocationContext ctx,
GetChildrenNamesCommand command)
Deprecated. |
java.lang.Object |
OptimisticNodeInterceptor.visitGetChildrenNamesCommand(InvocationContext ctx,
GetChildrenNamesCommand command)
Deprecated. |
java.lang.Object |
LegacyCacheLoaderInterceptor.visitGetChildrenNamesCommand(InvocationContext ctx,
GetChildrenNamesCommand command)
Deprecated. |
java.lang.Object |
ActivationInterceptor.visitGetChildrenNamesCommand(InvocationContext ctx,
GetChildrenNamesCommand command)
|
java.lang.Object |
CacheLoaderInterceptor.visitGetChildrenNamesCommand(InvocationContext ctx,
GetChildrenNamesCommand command)
|
java.lang.Object |
LegacyActivationInterceptor.visitGetKeysCommand(InvocationContext ctx,
GetKeysCommand command)
Deprecated. |
java.lang.Object |
MarshalledValueInterceptor.visitGetKeysCommand(InvocationContext ctx,
GetKeysCommand command)
|
java.lang.Object |
LegacyDataGravitatorInterceptor.visitGetKeysCommand(InvocationContext ctx,
GetKeysCommand command)
Deprecated. |
java.lang.Object |
OptimisticNodeInterceptor.visitGetKeysCommand(InvocationContext ctx,
GetKeysCommand command)
Deprecated. |
java.lang.Object |
LegacyCacheLoaderInterceptor.visitGetKeysCommand(InvocationContext ctx,
GetKeysCommand command)
Deprecated. |
java.lang.Object |
ActivationInterceptor.visitGetKeysCommand(InvocationContext ctx,
GetKeysCommand command)
|
java.lang.Object |
CacheLoaderInterceptor.visitGetKeysCommand(InvocationContext ctx,
GetKeysCommand command)
|
java.lang.Object |
LegacyActivationInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
Deprecated. |
java.lang.Object |
MarshalledValueInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
java.lang.Object |
CacheMgmtInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
java.lang.Object |
LegacyDataGravitatorInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
Deprecated. |
java.lang.Object |
OptimisticNodeInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
Deprecated. |
java.lang.Object |
LegacyCacheLoaderInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
Deprecated. |
java.lang.Object |
ActivationInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
java.lang.Object |
EvictionInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
java.lang.Object |
CacheLoaderInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
java.lang.Object |
LegacyActivationInterceptor.visitGetNodeCommand(InvocationContext ctx,
GetNodeCommand command)
Deprecated. |
java.lang.Object |
MarshalledValueInterceptor.visitGetNodeCommand(InvocationContext ctx,
GetNodeCommand command)
|
java.lang.Object |
LegacyDataGravitatorInterceptor.visitGetNodeCommand(InvocationContext ctx,
GetNodeCommand command)
Deprecated. |
java.lang.Object |
OptimisticNodeInterceptor.visitGetNodeCommand(InvocationContext ctx,
GetNodeCommand command)
Deprecated. |
java.lang.Object |
LegacyCacheLoaderInterceptor.visitGetNodeCommand(InvocationContext ctx,
GetNodeCommand command)
Deprecated. |
java.lang.Object |
ActivationInterceptor.visitGetNodeCommand(InvocationContext ctx,
GetNodeCommand command)
|
java.lang.Object |
EvictionInterceptor.visitGetNodeCommand(InvocationContext ctx,
GetNodeCommand command)
|
java.lang.Object |
CacheLoaderInterceptor.visitGetNodeCommand(InvocationContext ctx,
GetNodeCommand command)
|
java.lang.Object |
OptimisticReplicationInterceptor.DataVersionPopulator.visitGravitateDataCommand(InvocationContext ctx,
GravitateDataCommand command)
|
java.lang.Object |
TxInterceptor.visitInvalidateCommand(InvocationContext ctx,
InvalidateCommand command)
|
java.lang.Object |
InvalidationInterceptor.visitMoveCommand(InvocationContext ctx,
MoveCommand command)
|
java.lang.Object |
InvalidationInterceptor.InvalidationFilterVisitor.visitMoveCommand(InvocationContext ctx,
MoveCommand command)
|
java.lang.Object |
CallInterceptor.visitMoveCommand(InvocationContext ctx,
MoveCommand command)
|
java.lang.Object |
LegacyActivationInterceptor.visitMoveCommand(InvocationContext ctx,
MoveCommand command)
Deprecated. |
java.lang.Object |
OptimisticNodeInterceptor.visitMoveCommand(InvocationContext ctx,
MoveCommand command)
Deprecated. |
java.lang.Object |
ReplicationInterceptor.visitMoveCommand(InvocationContext ctx,
MoveCommand command)
|
java.lang.Object |
LegacyCacheLoaderInterceptor.visitMoveCommand(InvocationContext ctx,
MoveCommand command)
Deprecated. |
java.lang.Object |
ActivationInterceptor.visitMoveCommand(InvocationContext ctx,
MoveCommand command)
|
java.lang.Object |
CacheLoaderInterceptor.visitMoveCommand(InvocationContext ctx,
MoveCommand command)
|
java.lang.Object |
OptimisticCreateIfNotExistsInterceptor.visitMoveCommand(InvocationContext ctx,
MoveCommand command)
Deprecated. |
java.lang.Object |
CacheStoreInterceptor.StoreModificationsBuilder.visitMoveCommand(InvocationContext ctx,
MoveCommand command)
|
java.lang.Object |
OptimisticReplicationInterceptor.DataVersionPopulator.visitMoveCommand(InvocationContext ctx,
MoveCommand command)
|
java.lang.Object |
InvalidationInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx,
OptimisticPrepareCommand command)
|
java.lang.Object |
CallInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx,
OptimisticPrepareCommand command)
|
java.lang.Object |
OptimisticLockingInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx,
OptimisticPrepareCommand command)
Deprecated. |
java.lang.Object |
InvocationContextInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx,
OptimisticPrepareCommand command)
|
java.lang.Object |
LegacyDataGravitatorInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx,
OptimisticPrepareCommand command)
Deprecated. |
java.lang.Object |
OptimisticValidatorInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx,
OptimisticPrepareCommand command)
Deprecated. |
java.lang.Object |
OptimisticTxInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx,
OptimisticPrepareCommand command)
Deprecated. |
java.lang.Object |
OptimisticReplicationInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx,
OptimisticPrepareCommand command)
Deprecated. |
java.lang.Object |
InvalidationInterceptor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
java.lang.Object |
CallInterceptor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
java.lang.Object |
NotificationInterceptor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
java.lang.Object |
InvocationContextInterceptor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
java.lang.Object |
LegacyDataGravitatorInterceptor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command)
Deprecated. Make sure you also run a cleanup if we have an 1pc. |
java.lang.Object |
ReplicationInterceptor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
java.lang.Object |
TxInterceptor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
java.lang.Object |
InvalidationInterceptor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
java.lang.Object |
InvalidationInterceptor.InvalidationFilterVisitor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
java.lang.Object |
CallInterceptor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
java.lang.Object |
LegacyActivationInterceptor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
Deprecated. |
java.lang.Object |
MarshalledValueInterceptor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
java.lang.Object |
CacheMgmtInterceptor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
java.lang.Object |
InvocationContextInterceptor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
java.lang.Object |
OptimisticNodeInterceptor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
Deprecated. |
java.lang.Object |
ReplicationInterceptor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
java.lang.Object |
LegacyCacheLoaderInterceptor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
Deprecated. |
java.lang.Object |
ActivationInterceptor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
java.lang.Object |
EvictionInterceptor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
java.lang.Object |
CacheLoaderInterceptor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
java.lang.Object |
OptimisticCreateIfNotExistsInterceptor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
Deprecated. |
java.lang.Object |
CacheStoreInterceptor.StoreModificationsBuilder.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
java.lang.Object |
OptimisticReplicationInterceptor.DataVersionPopulator.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
java.lang.Object |
InvalidationInterceptor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
java.lang.Object |
InvalidationInterceptor.InvalidationFilterVisitor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
java.lang.Object |
CallInterceptor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
java.lang.Object |
LegacyActivationInterceptor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
Deprecated. |
java.lang.Object |
MarshalledValueInterceptor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
java.lang.Object |
CacheMgmtInterceptor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
java.lang.Object |
InvocationContextInterceptor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
java.lang.Object |
OptimisticNodeInterceptor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
Deprecated. |
java.lang.Object |
ReplicationInterceptor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
java.lang.Object |
LegacyCacheLoaderInterceptor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
Deprecated. |
java.lang.Object |
ActivationInterceptor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
java.lang.Object |
EvictionInterceptor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
java.lang.Object |
CacheLoaderInterceptor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
java.lang.Object |
OptimisticCreateIfNotExistsInterceptor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
Deprecated. |
java.lang.Object |
OptimisticReplicationInterceptor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
Deprecated. |
java.lang.Object |
OptimisticReplicationInterceptor.DataVersionPopulator.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
java.lang.Object |
InvalidationInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
java.lang.Object |
InvalidationInterceptor.InvalidationFilterVisitor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
java.lang.Object |
CallInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
java.lang.Object |
LegacyActivationInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
Deprecated. |
java.lang.Object |
MarshalledValueInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
java.lang.Object |
CacheMgmtInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
java.lang.Object |
InvocationContextInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
java.lang.Object |
OptimisticNodeInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
Deprecated. |
java.lang.Object |
ReplicationInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
java.lang.Object |
LegacyCacheLoaderInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
Deprecated. |
java.lang.Object |
ActivationInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
java.lang.Object |
EvictionInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
java.lang.Object |
CacheLoaderInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
java.lang.Object |
OptimisticCreateIfNotExistsInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
Deprecated. |
java.lang.Object |
CacheStoreInterceptor.StoreModificationsBuilder.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
java.lang.Object |
OptimisticReplicationInterceptor.DataVersionPopulator.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
java.lang.Object |
InvalidationInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
java.lang.Object |
InvalidationInterceptor.InvalidationFilterVisitor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
java.lang.Object |
CallInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
java.lang.Object |
LegacyActivationInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
Deprecated. |
java.lang.Object |
MarshalledValueInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
java.lang.Object |
InvocationContextInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
java.lang.Object |
OptimisticNodeInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
Deprecated. |
java.lang.Object |
ReplicationInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
java.lang.Object |
LegacyCacheLoaderInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
Deprecated. |
java.lang.Object |
ActivationInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
java.lang.Object |
EvictionInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
java.lang.Object |
CacheLoaderInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
java.lang.Object |
CacheStoreInterceptor.StoreModificationsBuilder.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
java.lang.Object |
OptimisticReplicationInterceptor.DataVersionPopulator.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
java.lang.Object |
InvalidationInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
java.lang.Object |
InvalidationInterceptor.InvalidationFilterVisitor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
java.lang.Object |
CallInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
java.lang.Object |
LegacyActivationInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
Deprecated. |
java.lang.Object |
InvocationContextInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
java.lang.Object |
OptimisticNodeInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
Deprecated. |
java.lang.Object |
ReplicationInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
java.lang.Object |
LegacyCacheLoaderInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
Deprecated. |
java.lang.Object |
ActivationInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
java.lang.Object |
EvictionInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
java.lang.Object |
CacheLoaderInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
java.lang.Object |
CacheStoreInterceptor.StoreModificationsBuilder.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
java.lang.Object |
OptimisticReplicationInterceptor.DataVersionPopulator.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
java.lang.Object |
InvalidationInterceptor.visitRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|
java.lang.Object |
CallInterceptor.visitRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|
java.lang.Object |
NotificationInterceptor.visitRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|
java.lang.Object |
OptimisticLockingInterceptor.visitRollbackCommand(InvocationContext ctx,
RollbackCommand command)
Deprecated. |
java.lang.Object |
InvocationContextInterceptor.visitRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|
java.lang.Object |
LegacyDataGravitatorInterceptor.visitRollbackCommand(InvocationContext ctx,
RollbackCommand command)
Deprecated. |
java.lang.Object |
ReplicationInterceptor.visitRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|
java.lang.Object |
TxInterceptor.visitRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|
java.lang.Object |
LegacyCacheLoaderInterceptor.visitRollbackCommand(InvocationContext ctx,
RollbackCommand command)
Deprecated. |
java.lang.Object |
OptimisticValidatorInterceptor.visitRollbackCommand(InvocationContext ctx,
RollbackCommand command)
Deprecated. |
java.lang.Object |
CacheLoaderInterceptor.visitRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|
java.lang.Object |
OptimisticReplicationInterceptor.visitRollbackCommand(InvocationContext ctx,
RollbackCommand command)
Deprecated. |
protected void |
LegacyDataGravitatorInterceptor.wrapIfNeeded(InvocationContext ctx,
Fqn fqnToWrap)
Deprecated. |
protected void |
DataGravitatorInterceptor.wrapIfNeeded(InvocationContext ctx,
Fqn fqnToWrap)
|
protected java.util.Map |
MarshalledValueInterceptor.wrapMap(java.util.Map<java.lang.Object,java.lang.Object> m,
java.util.Set<MarshalledValue> marshalledValues,
InvocationContext ctx)
|
Uses of InvocationContext in org.jboss.cache.interceptors.base |
---|
Methods in org.jboss.cache.interceptors.base with parameters of type InvocationContext | |
---|---|
protected abstract void |
PrePostProcessingCommandInterceptor.doAfterCall(InvocationContext ctx,
VisitableCommand command)
Callback that is invoked after every handleXXX() method defined above. |
protected boolean |
PrePostProcessingCommandInterceptor.doBeforeCall(InvocationContext ctx,
VisitableCommand command)
|
protected java.lang.Object |
SkipCheckChainedInterceptor.handleAll(InvocationContext ctx,
VisitableCommand command)
Default implementation, which just passes the call up the interceptor chain |
protected java.lang.Object |
PrePostProcessingCommandInterceptor.handleClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
protected java.lang.Object |
SkipCheckChainedInterceptor.handleCommitCommand(InvocationContext ctx,
CommitCommand command)
|
protected java.lang.Object |
PrePostProcessingCommandInterceptor.handleCommitCommand(InvocationContext ctx,
CommitCommand command)
|
protected java.lang.Object |
PrePostProcessingCommandInterceptor.handleCreateNodeCommand(InvocationContext ctx,
CreateNodeCommand command)
Deprecated. in 3.0. Will be removed when Optimistic and Pessimistic locking is removed. |
java.lang.Object |
SkipCheckChainedInterceptor.handleDefault(InvocationContext ctx,
VisitableCommand command)
|
protected java.lang.Object |
CommandInterceptor.handleDefault(InvocationContext ctx,
VisitableCommand command)
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. |
protected java.lang.Object |
SkipCheckChainedInterceptor.handleEvictFqnCommand(InvocationContext ctx,
EvictCommand command)
|
protected java.lang.Object |
PrePostProcessingCommandInterceptor.handleEvictFqnCommand(InvocationContext ctx,
EvictCommand command)
|
protected java.lang.Object |
SkipCheckChainedInterceptor.handleExistsNodeCommand(InvocationContext ctx,
ExistsCommand command)
|
protected java.lang.Object |
PrePostProcessingCommandInterceptor.handleExistsNodeCommand(InvocationContext ctx,
ExistsCommand command)
|
protected java.lang.Object |
SkipCheckChainedInterceptor.handleGetDataMapCommand(InvocationContext ctx,
GetDataMapCommand command)
|
protected java.lang.Object |
PrePostProcessingCommandInterceptor.handleGetDataMapCommand(InvocationContext ctx,
GetDataMapCommand command)
|
protected java.lang.Object |
SkipCheckChainedInterceptor.handleGetChildrenNamesCommand(InvocationContext ctx,
GetChildrenNamesCommand command)
|
protected java.lang.Object |
PrePostProcessingCommandInterceptor.handleGetChildrenNamesCommand(InvocationContext ctx,
GetChildrenNamesCommand command)
|
protected java.lang.Object |
SkipCheckChainedInterceptor.handleGetKeysCommand(InvocationContext ctx,
GetKeysCommand command)
|
protected java.lang.Object |
PrePostProcessingCommandInterceptor.handleGetKeysCommand(InvocationContext ctx,
GetKeysCommand command)
|
protected java.lang.Object |
SkipCheckChainedInterceptor.handleGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
protected java.lang.Object |
PrePostProcessingCommandInterceptor.handleGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
protected java.lang.Object |
SkipCheckChainedInterceptor.handleGetNodeCommand(InvocationContext ctx,
GetNodeCommand command)
|
protected java.lang.Object |
PrePostProcessingCommandInterceptor.handleGetNodeCommand(InvocationContext ctx,
GetNodeCommand command)
|
protected java.lang.Object |
SkipCheckChainedInterceptor.handleGravitateDataCommand(InvocationContext ctx,
GravitateDataCommand command)
|
protected java.lang.Object |
PrePostProcessingCommandInterceptor.handleGravitateDataCommand(InvocationContext ctx,
GravitateDataCommand command)
|
protected java.lang.Object |
SkipCheckChainedInterceptor.handleInvalidateCommand(InvocationContext ctx,
InvalidateCommand command)
|
protected java.lang.Object |
PrePostProcessingCommandInterceptor.handleInvalidateCommand(InvocationContext ctx,
InvalidateCommand command)
|
protected java.lang.Object |
SkipCheckChainedInterceptor.handleMoveCommand(InvocationContext ctx,
MoveCommand command)
|
protected java.lang.Object |
PrePostProcessingCommandInterceptor.handleMoveCommand(InvocationContext ctx,
MoveCommand command)
|
protected java.lang.Object |
SkipCheckChainedInterceptor.handleOptimisticPrepareCommand(InvocationContext ctx,
OptimisticPrepareCommand command)
|
protected java.lang.Object |
PrePostProcessingCommandInterceptor.handleOptimisticPrepareCommand(InvocationContext ctx,
OptimisticPrepareCommand command)
|
protected java.lang.Object |
SkipCheckChainedInterceptor.handlePrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
protected java.lang.Object |
PrePostProcessingCommandInterceptor.handlePrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
protected java.lang.Object |
SkipCheckChainedInterceptor.handlePutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
protected java.lang.Object |
PrePostProcessingCommandInterceptor.handlePutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
protected java.lang.Object |
SkipCheckChainedInterceptor.handlePutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
protected java.lang.Object |
PrePostProcessingCommandInterceptor.handlePutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
protected java.lang.Object |
SkipCheckChainedInterceptor.handlePutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
protected java.lang.Object |
PrePostProcessingCommandInterceptor.handlePutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
protected java.lang.Object |
SkipCheckChainedInterceptor.handleRemoveDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
protected java.lang.Object |
SkipCheckChainedInterceptor.handleRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
protected java.lang.Object |
PrePostProcessingCommandInterceptor.handleRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
protected java.lang.Object |
SkipCheckChainedInterceptor.handleRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
protected java.lang.Object |
PrePostProcessingCommandInterceptor.handleRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
protected java.lang.Object |
SkipCheckChainedInterceptor.handleRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|
protected java.lang.Object |
PrePostProcessingCommandInterceptor.handleRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|
java.lang.Object |
CommandInterceptor.invokeNextInterceptor(InvocationContext ctx,
VisitableCommand command)
Invokes the next interceptor in the chain. |
protected abstract boolean |
SkipCheckChainedInterceptor.skipInterception(InvocationContext ctx,
VisitableCommand command)
Tests whether the command should be intercepted or not. |
java.lang.Object |
SkipCheckChainedInterceptor.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
java.lang.Object |
PrePostProcessingCommandInterceptor.visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
|
java.lang.Object |
SkipCheckChainedInterceptor.visitCommitCommand(InvocationContext ctx,
CommitCommand command)
|
java.lang.Object |
PrePostProcessingCommandInterceptor.visitCommitCommand(InvocationContext ctx,
CommitCommand command)
|
java.lang.Object |
PrePostProcessingCommandInterceptor.visitCreateNodeCommand(InvocationContext ctx,
CreateNodeCommand command)
|
java.lang.Object |
SkipCheckChainedInterceptor.visitEvictFqnCommand(InvocationContext ctx,
EvictCommand command)
|
java.lang.Object |
PrePostProcessingCommandInterceptor.visitEvictFqnCommand(InvocationContext ctx,
EvictCommand command)
|
java.lang.Object |
SkipCheckChainedInterceptor.visitExistsNodeCommand(InvocationContext ctx,
ExistsCommand command)
|
java.lang.Object |
PrePostProcessingCommandInterceptor.visitExistsNodeCommand(InvocationContext ctx,
ExistsCommand command)
|
java.lang.Object |
SkipCheckChainedInterceptor.visitGetDataMapCommand(InvocationContext ctx,
GetDataMapCommand command)
|
java.lang.Object |
PrePostProcessingCommandInterceptor.visitGetDataMapCommand(InvocationContext ctx,
GetDataMapCommand command)
|
java.lang.Object |
SkipCheckChainedInterceptor.visitGetChildrenNamesCommand(InvocationContext ctx,
GetChildrenNamesCommand command)
|
java.lang.Object |
PrePostProcessingCommandInterceptor.visitGetChildrenNamesCommand(InvocationContext ctx,
GetChildrenNamesCommand command)
|
java.lang.Object |
SkipCheckChainedInterceptor.visitGetKeysCommand(InvocationContext ctx,
GetKeysCommand command)
|
java.lang.Object |
PrePostProcessingCommandInterceptor.visitGetKeysCommand(InvocationContext ctx,
GetKeysCommand command)
|
java.lang.Object |
SkipCheckChainedInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
java.lang.Object |
PrePostProcessingCommandInterceptor.visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
|
java.lang.Object |
SkipCheckChainedInterceptor.visitGetNodeCommand(InvocationContext ctx,
GetNodeCommand command)
|
java.lang.Object |
PrePostProcessingCommandInterceptor.visitGetNodeCommand(InvocationContext ctx,
GetNodeCommand command)
|
java.lang.Object |
SkipCheckChainedInterceptor.visitGravitateDataCommand(InvocationContext ctx,
GravitateDataCommand command)
|
java.lang.Object |
PrePostProcessingCommandInterceptor.visitGravitateDataCommand(InvocationContext ctx,
GravitateDataCommand command)
|
java.lang.Object |
SkipCheckChainedInterceptor.visitInvalidateCommand(InvocationContext ctx,
InvalidateCommand command)
|
java.lang.Object |
PrePostProcessingCommandInterceptor.visitInvalidateCommand(InvocationContext ctx,
InvalidateCommand command)
|
java.lang.Object |
SkipCheckChainedInterceptor.visitMoveCommand(InvocationContext ctx,
MoveCommand command)
|
java.lang.Object |
PrePostProcessingCommandInterceptor.visitMoveCommand(InvocationContext ctx,
MoveCommand command)
|
java.lang.Object |
SkipCheckChainedInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx,
OptimisticPrepareCommand command)
|
java.lang.Object |
PrePostProcessingCommandInterceptor.visitOptimisticPrepareCommand(InvocationContext ctx,
OptimisticPrepareCommand command)
|
java.lang.Object |
SkipCheckChainedInterceptor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
java.lang.Object |
PrePostProcessingCommandInterceptor.visitPrepareCommand(InvocationContext ctx,
PrepareCommand command)
|
java.lang.Object |
SkipCheckChainedInterceptor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
java.lang.Object |
PrePostProcessingCommandInterceptor.visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
|
java.lang.Object |
SkipCheckChainedInterceptor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
java.lang.Object |
PrePostProcessingCommandInterceptor.visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
|
java.lang.Object |
SkipCheckChainedInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
java.lang.Object |
PrePostProcessingCommandInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
|
java.lang.Object |
SkipCheckChainedInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
java.lang.Object |
PrePostProcessingCommandInterceptor.visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
|
java.lang.Object |
SkipCheckChainedInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
java.lang.Object |
PrePostProcessingCommandInterceptor.visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
|
java.lang.Object |
SkipCheckChainedInterceptor.visitRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|
java.lang.Object |
PrePostProcessingCommandInterceptor.visitRollbackCommand(InvocationContext ctx,
RollbackCommand command)
|
Uses of InvocationContext in org.jboss.cache.invocation |
---|
Subclasses of InvocationContext in org.jboss.cache.invocation | |
---|---|
class |
LegacyInvocationContext
Deprecated. will be removed along with optimistic and pessimistic locking. |
class |
MVCCInvocationContext
An invocation context that is specific to MVCC locking |
Methods in org.jboss.cache.invocation that return InvocationContext | |
---|---|
InvocationContext |
LegacyInvocationContext.copy()
Deprecated. |
InvocationContext |
MVCCInvocationContext.copy()
|
InvocationContext |
CacheInvocationDelegate.getInvocationContext()
|
protected InvocationContext |
InvocationContextContainer.initialValue()
|
Methods in org.jboss.cache.invocation with parameters of type InvocationContext | |
---|---|
protected void |
CacheInvocationDelegate.cacheStatusCheck(InvocationContext ctx)
|
void |
NodeInvocationDelegate.commitUpdate(InvocationContext ctx,
DataContainer container)
|
GravitateResult |
CacheInvocationDelegate.gravitateData(Fqn fqn,
boolean searchBuddyBackupSubtrees,
InvocationContext ctx)
|
void |
CacheInvocationDelegate.setInvocationContext(InvocationContext ctx)
|
Uses of InvocationContext in org.jboss.cache.lock |
---|
Methods in org.jboss.cache.lock with parameters of type InvocationContext | |
---|---|
java.lang.Object |
LockManager.getLockOwner(InvocationContext ctx)
Determines the owner to be used when obtaining locks, given an invocation context. |
java.lang.Object |
AbstractLockManager.getLockOwner(InvocationContext ctx)
|
boolean |
LockManager.lockAllAndRecord(Fqn fqn,
LockType lockType,
InvocationContext ctx)
Locks the node and all child nodes, acquiring lock of type specified for the owner specified. |
boolean |
MVCCLockManager.lockAllAndRecord(Fqn fqn,
LockType lockType,
InvocationContext ctx)
|
boolean |
NodeBasedLockManager.lockAllAndRecord(Fqn fqn,
LockType lockType,
InvocationContext ctx)
Deprecated. |
boolean |
LockManager.lockAllAndRecord(NodeSPI<?,?> node,
LockType lockType,
InvocationContext ctx)
Locks the node and all child nodes, acquiring lock of type specified for the owner specified. |
boolean |
MVCCLockManager.lockAllAndRecord(NodeSPI node,
LockType lockType,
InvocationContext ctx)
|
boolean |
NodeBasedLockManager.lockAllAndRecord(NodeSPI node,
LockType lockType,
InvocationContext ctx)
Deprecated. |
boolean |
LockManager.lockAndRecord(Fqn fqn,
LockType lockType,
InvocationContext ctx)
Acquires a lock of type lockType, on a specific Node in the cache, denoted by fqn. |
boolean |
MVCCLockManager.lockAndRecord(Fqn fqn,
LockType lockType,
InvocationContext ctx)
|
boolean |
NodeBasedLockManager.lockAndRecord(Fqn fqn,
LockType lockType,
InvocationContext ctx)
Deprecated. |
boolean |
LockManager.lockAndRecord(NodeSPI<?,?> node,
LockType lockType,
InvocationContext ctx)
Acquires a lock of type lockType, on a specific Node in the cache, denoted by fqn. |
boolean |
FqnLockManager.lockAndRecord(NodeSPI node,
LockType lockType,
InvocationContext ctx)
|
boolean |
NodeBasedLockManager.lockAndRecord(NodeSPI node,
LockType lockType,
InvocationContext ctx)
Deprecated. |
boolean |
PessimisticNodeBasedLockManager.lockPessimistically(InvocationContext ctx,
Fqn fqn,
LockType lockType,
boolean createIfNotExists,
boolean zeroLockTimeout,
boolean acquireWriteLockOnParent,
boolean reverseRemoveCheck,
java.util.List<NodeSPI> createdNodes,
boolean skipNotification)
Deprecated. A specific lock method for the PessimisticLockInterceptor. |
static void |
LockUtil.manageReverseRemove(InvocationContext ctx,
NodeSPI childNode,
boolean reverseRemoveCheck,
java.util.List createdNodes,
CommandsFactory commandsFactory)
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() |
void |
LockManager.unlock(InvocationContext ctx)
Releases locks present in an invocation context and transaction entry, if one is available. |
void |
MVCCLockManager.unlock(InvocationContext ctx)
|
void |
NodeBasedLockManager.unlock(InvocationContext ctx)
Deprecated. |
Constructors in org.jboss.cache.lock with parameters of type InvocationContext | |
---|---|
PessimisticNodeBasedLockManager.LockAcquirer(InvocationContext ctx,
LockType type,
long timeout,
java.lang.Object owner)
|
Uses of InvocationContext in org.jboss.cache.mvcc |
---|
Methods in org.jboss.cache.mvcc with parameters of type InvocationContext | |
---|---|
void |
ReadCommittedNode.commitUpdate(InvocationContext ctx,
DataContainer container)
|
InternalNode<K,V> |
MVCCNodeFactory.createChildNode(Fqn fqn,
InternalNode<K,V> parent,
InvocationContext ctx,
boolean attachToParent)
|
protected InternalNode |
ReadCommittedNode.lookupParent(Fqn fqn,
InvocationContext ctx,
DataContainer container)
Performs a lookup for the parent node of the Fqn passed in. |
protected void |
ReadCommittedNode.updateNode(Fqn fqn,
InvocationContext ctx,
DataContainer dataContainer)
Updates state changes on the current node in the underlying data structure. |
protected void |
RepeatableReadNode.updateNode(Fqn fqn,
InvocationContext ctx,
DataContainer dataContainer)
|
protected void |
NullMarkerNodeForRemoval.updateNode(Fqn fqn,
InvocationContext ctx,
DataContainer dataContainer)
|
NodeSPI |
MVCCNodeHelper.wrapNodeForReading(InvocationContext ctx,
Fqn fqn,
boolean putInContext)
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. |
ReadCommittedNode |
MVCCNodeHelper.wrapNodeForWriting(InvocationContext context,
Fqn fqn,
boolean lockForWriting,
boolean createIfAbsent,
boolean includeInvalidNodes,
boolean forRemoval,
boolean force)
First checks in contexts for the existence of the node. |
ReadCommittedNode |
MVCCNodeHelper.wrapNodeForWriting(InvocationContext context,
Fqn fqn,
boolean lockForWriting,
boolean createIfAbsent,
boolean includeInvalidNodes,
boolean forRemoval,
boolean force,
boolean childIsNull)
|
NodeSPI |
MVCCNodeHelper.wrapNodeForWriting(InvocationContext context,
InternalNode node,
InternalNode parent)
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 . |
void |
MVCCNodeHelper.wrapNodesForReading(InvocationContext ctx,
java.util.Collection<Fqn> fqns)
Attempts to provide the context with a set of wrapped nodes based on the Collection of fqns passed in. |
java.util.List<Fqn> |
MVCCNodeHelper.wrapNodesRecursivelyForRemoval(InvocationContext ctx,
Fqn fqn)
Wraps a node and all its subnodes and adds them to the context, acquiring write locks for them all. |
Uses of InvocationContext in org.jboss.cache.notifications |
---|
Methods in org.jboss.cache.notifications with parameters of type InvocationContext | |
---|---|
void |
NotifierImpl.notifyNodeActivated(Fqn fqn,
boolean pre,
java.util.Map data,
InvocationContext ctx)
|
void |
Notifier.notifyNodeActivated(Fqn fqn,
boolean pre,
java.util.Map data,
InvocationContext ctx)
Notifies all registered listeners of a nodeActivated event. |
void |
NotifierImpl.notifyNodeCreated(Fqn fqn,
boolean pre,
InvocationContext ctx)
|
void |
Notifier.notifyNodeCreated(Fqn fqn,
boolean pre,
InvocationContext ctx)
Notifies all registered listeners of a nodeCreated event. |
void |
NotifierImpl.notifyNodeEvicted(Fqn fqn,
boolean pre,
InvocationContext ctx)
|
void |
Notifier.notifyNodeEvicted(Fqn fqn,
boolean pre,
InvocationContext ctx)
Notifies all registered listeners of a nodeEvicted event. |
void |
NotifierImpl.notifyNodeInvalidated(Fqn fqn,
boolean pre,
InvocationContext ctx)
|
void |
Notifier.notifyNodeInvalidated(Fqn fqn,
boolean pre,
InvocationContext ctx)
Notifies all registered listeners of a nodeInvalidated event. |
void |
NotifierImpl.notifyNodeLoaded(Fqn fqn,
boolean pre,
java.util.Map data,
InvocationContext ctx)
|
void |
Notifier.notifyNodeLoaded(Fqn fqn,
boolean pre,
java.util.Map data,
InvocationContext ctx)
Notifies all registered listeners of a nodeLoaded event. |
void |
NotifierImpl.notifyNodeModified(Fqn fqn,
boolean pre,
NodeModifiedEvent.ModificationType modificationType,
java.util.Map data,
InvocationContext ctx)
|
void |
Notifier.notifyNodeModified(Fqn fqn,
boolean pre,
NodeModifiedEvent.ModificationType modificationType,
java.util.Map data,
InvocationContext ctx)
Notifies all registered listeners of a nodeModified event. |
void |
NotifierImpl.notifyNodeMoved(Fqn originalFqn,
Fqn newFqn,
boolean pre,
InvocationContext ctx)
|
void |
Notifier.notifyNodeMoved(Fqn originalFqn,
Fqn newFqn,
boolean pre,
InvocationContext ctx)
Notifies all registered listeners of a nodeMoved event. |
void |
NotifierImpl.notifyNodePassivated(Fqn fqn,
boolean pre,
java.util.Map data,
InvocationContext ctx)
|
void |
Notifier.notifyNodePassivated(Fqn fqn,
boolean pre,
java.util.Map data,
InvocationContext ctx)
Notifies all registered listeners of a nodePassivated event. |
void |
NotifierImpl.notifyNodeRemoved(Fqn fqn,
boolean pre,
java.util.Map data,
InvocationContext ctx)
|
void |
Notifier.notifyNodeRemoved(Fqn fqn,
boolean pre,
java.util.Map data,
InvocationContext ctx)
Notifies all registered listeners of a nodeRemoved event. |
void |
NotifierImpl.notifyNodeVisited(Fqn fqn,
boolean pre,
InvocationContext ctx)
|
void |
Notifier.notifyNodeVisited(Fqn fqn,
boolean pre,
InvocationContext ctx)
Notifies all registered listeners of a nodeVisited event. |
void |
NotifierImpl.notifyTransactionCompleted(javax.transaction.Transaction transaction,
boolean successful,
InvocationContext ctx)
|
void |
Notifier.notifyTransactionCompleted(javax.transaction.Transaction transaction,
boolean successful,
InvocationContext ctx)
Notifies all registered listeners of a transaction completion event. |
void |
NotifierImpl.notifyTransactionRegistered(javax.transaction.Transaction transaction,
InvocationContext ctx)
|
void |
Notifier.notifyTransactionRegistered(javax.transaction.Transaction transaction,
InvocationContext ctx)
Notifies all registered listeners of a transaction registration event. |
void |
NotifierImpl.notifyViewChange(org.jgroups.View newView,
InvocationContext ctx)
|
void |
Notifier.notifyViewChange(org.jgroups.View view,
InvocationContext ctx)
Notifies all registered listeners of a viewChange event. |
Uses of InvocationContext in org.jboss.cache.transaction |
---|
Methods in org.jboss.cache.transaction with parameters of type InvocationContext | |
---|---|
static void |
TransactionTable.assertTransactionValid(InvocationContext ctx)
Tests whether the caller is in a valid transaction. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |