Package | Description |
---|---|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.interceptors |
Infinispan is designed around a set of interceptors around a data container.
|
org.infinispan.interceptors.base |
Base interceptors containing common, reusable behavior.
|
org.infinispan.interceptors.locking | |
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
Modifier and Type | Method and Description |
---|---|
LockControlCommand |
CommandsFactory.buildLockControlCommand(Collection keys,
Set<Flag> flags) |
LockControlCommand |
CommandsFactoryImpl.buildLockControlCommand(Collection keys,
Set<Flag> flags) |
LockControlCommand |
CommandsFactory.buildLockControlCommand(Collection keys,
Set<Flag> flags,
GlobalTransaction gtx)
Builds a LockControlCommand to control explicit remote locking
|
LockControlCommand |
CommandsFactoryImpl.buildLockControlCommand(Collection keys,
Set<Flag> flags,
GlobalTransaction gtx) |
LockControlCommand |
CommandsFactory.buildLockControlCommand(Object key,
Set<Flag> flags,
GlobalTransaction gtx)
Same as
CommandsFactory.buildLockControlCommand(Object, java.util.Set, org.infinispan.transaction.xa.GlobalTransaction)
but for locking a single key vs a collection of keys. |
LockControlCommand |
CommandsFactoryImpl.buildLockControlCommand(Object key,
Set<Flag> flags,
GlobalTransaction gtx) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractVisitor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
Object |
Visitor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
InvocationContextInterceptor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand lcc) |
Object |
StateTransferLockInterceptor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
Object |
CallInterceptor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand c) |
Object |
MarshalledValueInterceptor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
Object |
IsMarshallableInterceptor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
Object |
DistributionInterceptor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
Object |
TxInterceptor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
Object |
DeadlockDetectingInterceptor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
BaseRpcInterceptor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
PessimisticLockingInterceptor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
Object |
OptimisticLockingInterceptor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
Modifier and Type | Method and Description |
---|---|
boolean |
StateTransferLockImpl.acquireForCommand(TxInvocationContext ctx,
LockControlCommand command) |
boolean |
StateTransferLock.acquireForCommand(TxInvocationContext ctx,
LockControlCommand cmd) |
void |
StateTransferLockImpl.releaseForCommand(TxInvocationContext ctx,
LockControlCommand command) |
void |
StateTransferLock.releaseForCommand(TxInvocationContext ctx,
LockControlCommand cmd) |
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.