Uses of Interface
org.infinispan.util.concurrent.locks.LockListener
-
Packages that use LockListener Package Description org.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.org.infinispan.remoting.inboundhandler.action org.infinispan.util.concurrent.locks Lock and synchronization related classes, tools and utilities. -
-
Uses of LockListener in org.infinispan.remoting.inboundhandler
Classes in org.infinispan.remoting.inboundhandler that implement LockListener Modifier and Type Class Description class
NonTotalOrderPerCacheInboundInvocationHandler
APerCacheInboundInvocationHandler
implementation for non-total order caches.class
TrianglePerCacheInboundInvocationHandler
APerCacheInboundInvocationHandler
implementation for non-transactional and distributed caches that uses the triangle algorithm. -
Uses of LockListener in org.infinispan.remoting.inboundhandler.action
Classes in org.infinispan.remoting.inboundhandler.action that implement LockListener Modifier and Type Class Description class
LockAction
AnAction
implementation that acquire the locks. -
Uses of LockListener in org.infinispan.util.concurrent.locks
Methods in org.infinispan.util.concurrent.locks with parameters of type LockListener Modifier and Type Method Description void
LockPromise. addListener(LockListener listener)
Adds aLockListener
to be invoked when the lock is available.
-