Uses of Class
org.infinispan.util.concurrent.locks.LockState
-
Packages that use LockState 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 LockState in org.infinispan.remoting.inboundhandler
Methods in org.infinispan.remoting.inboundhandler with parameters of type LockState Modifier and Type Method Description voidNonTotalOrderPerCacheInboundInvocationHandler. onEvent(LockState state)voidTrianglePerCacheInboundInvocationHandler. onEvent(LockState state) -
Uses of LockState in org.infinispan.remoting.inboundhandler.action
Methods in org.infinispan.remoting.inboundhandler.action with parameters of type LockState Modifier and Type Method Description voidLockAction. onEvent(LockState state) -
Uses of LockState in org.infinispan.util.concurrent.locks
Methods in org.infinispan.util.concurrent.locks that return LockState Modifier and Type Method Description static LockStateLockState. valueOf(String name)Returns the enum constant of this type with the specified name.static LockState[]LockState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.util.concurrent.locks with parameters of type LockState Modifier and Type Method Description voidExtendedLockPromise. cancel(LockState cause)It cancels theLockPromiseif possible.voidKeyAwareLockListener. onEvent(Object key, LockState state)Invoked when the lock is available.voidLockListener. onEvent(LockState state)Invoked when the lock is available.
-