Package io.github.devlibx.easy.lock
Class IDistributedLockService.ExistingLockWithNoOp
java.lang.Object
io.github.devlibx.easy.lock.IDistributedLockService.NoOpLock
io.github.devlibx.easy.lock.IDistributedLockService.ExistingLockWithNoOp
- All Implemented Interfaces:
Lock
- Enclosing interface:
IDistributedLockService
public static class IDistributedLockService.ExistingLockWithNoOp
extends IDistributedLockService.NoOpLock
A no-op implementation which holds existing lock
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.devlibx.easy.lock.IDistributedLockService.NoOpLock
lock, lockInterruptibly, newCondition, tryLock, tryLock, unlock
-
Constructor Details
-
ExistingLockWithNoOp
-