Interface DistributedLock
-
- All Known Implementing Classes:
DefaultDistributedLock
public interface DistributedLockDistributed lock.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleantryLock(long timeoutMillis)Try lock.voidunlock()Unlock.
-