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.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 classNonTotalOrderPerCacheInboundInvocationHandlerAPerCacheInboundInvocationHandlerimplementation for non-total order caches.classTrianglePerCacheInboundInvocationHandlerAPerCacheInboundInvocationHandlerimplementation for non-transactional and distributed caches that uses the triangle algorithm. -
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 voidLockPromise. addListener(LockListener listener)Adds aLockListenerto be invoked when the lock is available.
-