Uses of Interface
org.infinispan.util.concurrent.locks.PendingLockManager
-
Packages that use PendingLockManager Package Description org.infinispan.remoting.inboundhandler.action org.infinispan.util.concurrent.locks.impl -
-
Uses of PendingLockManager in org.infinispan.remoting.inboundhandler.action
Constructors in org.infinispan.remoting.inboundhandler.action with parameters of type PendingLockManager Constructor Description PendingTxAction(PendingLockManager pendingLockManager, DistributionManager distributionManager)
-
Uses of PendingLockManager in org.infinispan.util.concurrent.locks.impl
Classes in org.infinispan.util.concurrent.locks.impl that implement PendingLockManager Modifier and Type Class Description class
DefaultPendingLockManager
The default implementation forPendingLockManager
.class
NoOpPendingLockManager
AnPendingLockManager
implementation that does nothing.
-