Package org.infinispan.lock.impl.functions
-
Class Summary Class Description IsLocked IsLocked function that allows to know if a lock is already acquired.LockFunction Lock function that allows to acquire the lock by a requestor, if such action is possible.UnlockFunction Function that allows to unlock the lock, if it's not already released.