Uses of Class
org.infinispan.commands.control.LockControlCommand
Packages that use LockControlCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
Infinispan is designed around a set of interceptors around a data container.
Interceptors dealing with command replication in distributed/replicated mode.
Basic interceptors
Interceptors dealing with locking.
Transfer of state to new caches in a cluster.
-
Uses of LockControlCommand in org.infinispan.commands
Methods in org.infinispan.commands that return LockControlCommandModifier and TypeMethodDescriptionCommandsFactory.buildLockControlCommand(Object key, long flagsBitSet, GlobalTransaction gtx) Same asCommandsFactory.buildLockControlCommand(Collection, long, GlobalTransaction)but for locking a single key vs a collection of keys.CommandsFactory.buildLockControlCommand(Collection<?> keys, long flagsBitSet) CommandsFactory.buildLockControlCommand(Collection<?> keys, long flagsBitSet, GlobalTransaction gtx) Builds a LockControlCommand to control explicit remote lockingCommandsFactoryImpl.buildLockControlCommand(Object key, long flagsBitSet, GlobalTransaction gtx) CommandsFactoryImpl.buildLockControlCommand(Collection<?> keys, long flagsBitSet) CommandsFactoryImpl.buildLockControlCommand(Collection<?> keys, long flagsBitSet, GlobalTransaction gtx) Methods in org.infinispan.commands with parameters of type LockControlCommandModifier and TypeMethodDescriptionAbstractVisitor.visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command) Visitor.visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command) -
Uses of LockControlCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type LockControlCommandModifier and TypeMethodDescriptionDDAsyncInterceptor.visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command) -
Uses of LockControlCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type LockControlCommandModifier and TypeMethodDescriptionTxDistributionInterceptor.visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command) -
Uses of LockControlCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type LockControlCommandModifier and TypeMethodDescriptionCallInterceptor.visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command) InvalidationInterceptor.visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command) TxInterceptor.visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command) -
Uses of LockControlCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type LockControlCommandModifier and TypeMethodDescriptionOptimisticLockingInterceptor.visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command) PessimisticLockingInterceptor.visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command) -
Uses of LockControlCommand in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type LockControlCommandModifier and TypeMethodDescriptionStateTransferInterceptor.visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command)