Uses of Class
org.infinispan.commands.control.LockControlCommand
-
Packages that use LockControlCommand 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.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.interceptors.totalorder Interceptors dealing with total order.org.infinispan.statetransfer Transfer of state to new caches in a cluster. -
-
Uses of LockControlCommand in org.infinispan.commands
Methods in org.infinispan.commands that return LockControlCommand Modifier and Type Method Description LockControlCommand
CommandsFactory. buildLockControlCommand(Object key, long flagsBitSet, GlobalTransaction gtx)
Same asCommandsFactory.buildLockControlCommand(Object, long, GlobalTransaction)
but for locking a single key vs a collection of keys.LockControlCommand
CommandsFactory. buildLockControlCommand(Collection<?> keys, long flagsBitSet)
LockControlCommand
CommandsFactory. buildLockControlCommand(Collection<?> keys, long flagsBitSet, GlobalTransaction gtx)
Builds a LockControlCommand to control explicit remote lockingLockControlCommand
CommandsFactoryImpl. buildLockControlCommand(Object key, long flagsBitSet, GlobalTransaction gtx)
LockControlCommand
CommandsFactoryImpl. buildLockControlCommand(Collection<?> keys, long flagsBitSet)
LockControlCommand
CommandsFactoryImpl. buildLockControlCommand(Collection<?> keys, long flagsBitSet, GlobalTransaction gtx)
Methods in org.infinispan.commands with parameters of type LockControlCommand Modifier and Type Method Description Object
AbstractVisitor. visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command)
Object
Visitor. visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command)
-
Uses of LockControlCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type LockControlCommand Modifier and Type Method Description Object
DDAsyncInterceptor. visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command)
-
Uses of LockControlCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type LockControlCommand Modifier and Type Method Description Object
TxDistributionInterceptor. visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command)
-
Uses of LockControlCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type LockControlCommand Modifier and Type Method Description Object
InvalidationInterceptor. visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command)
Object
TxInterceptor. visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command)
-
Uses of LockControlCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type LockControlCommand Modifier and Type Method Description Object
OptimisticLockingInterceptor. visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command)
Object
PessimisticLockingInterceptor. visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command)
-
Uses of LockControlCommand in org.infinispan.interceptors.totalorder
Methods in org.infinispan.interceptors.totalorder with parameters of type LockControlCommand Modifier and Type Method Description Object
TotalOrderInterceptor. visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command)
-
Uses of LockControlCommand in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type LockControlCommand Modifier and Type Method Description Object
AffectedKeysVisitor. visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command)
Deprecated.Object
StateTransferInterceptor. visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command)
-