Modifier and Type | Method and Description |
---|---|
Object |
Fqn2BuddyFqnVisitor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command) |
Modifier and Type | Method and Description |
---|---|
PutKeyValueCommand |
PessimisticCommandsFactoryImpl.buildPutKeyValueCommand(GlobalTransaction gtx,
Fqn fqn,
Object key,
Object value)
Deprecated.
|
PutKeyValueCommand |
CommandsFactoryImpl.buildPutKeyValueCommand(GlobalTransaction gtx,
Fqn fqn,
Object key,
Object value) |
PutKeyValueCommand |
CommandsFactory.buildPutKeyValueCommand(GlobalTransaction gtx,
Fqn fqn,
Object key,
Object value) |
Modifier and Type | Method and Description |
---|---|
Object |
Visitor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
Visits a PutKeyValueCommand.
|
Object |
AbstractVisitor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command) |
Modifier and Type | Class and Description |
---|---|
class |
PessPutForExternalReadCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
PessPutKeyValueCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
Modifier and Type | Class and Description |
---|---|
class |
PutForExternalReadCommand
Represents the
Cache.putForExternalRead(org.jboss.cache.Fqn, Object, Object) method call. |
Modifier and Type | Method and Description |
---|---|
protected Object |
SkipCheckChainedInterceptor.handlePutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command) |
protected Object |
PrePostProcessingCommandInterceptor.handlePutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command) |
Object |
SkipCheckChainedInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command) |
Object |
PrePostProcessingCommandInterceptor.visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command) |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.