Package com.linkedin.venice.utils.locks
Class AutoCloseableMultiLock
- java.lang.Object
-
- com.linkedin.venice.utils.locks.AutoCloseableLock
-
- com.linkedin.venice.utils.locks.AutoCloseableMultiLock
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public final class AutoCloseableMultiLock extends AutoCloseableLock
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
unlock()
Concrete implementations should do whatever work is required to unlock their inner lock(s).-
Methods inherited from class com.linkedin.venice.utils.locks.AutoCloseableLock
close, of, ofMany
-
-
-
-
Method Detail
-
unlock
protected void unlock()
Description copied from class:AutoCloseableLock
Concrete implementations should do whatever work is required to unlock their inner lock(s).- Specified by:
unlock
in classAutoCloseableLock
-
-