Uses of Enum
org.infinispan.util.concurrent.locks.LockState
Packages that use LockState
Package
Description
Lock and synchronization related classes, tools and utilities.
-
Uses of LockState in org.infinispan.util.concurrent.locks
Methods in org.infinispan.util.concurrent.locks that return LockStateModifier and TypeMethodDescriptionstatic LockState
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 LockStateModifier and TypeMethodDescriptionvoid
It cancels theLockPromise
if possible.void
Invoked when the lock is available.void
Invoked when the lock is available.