Package com.linkedin.venice.utils.locks
Class AutoCloseableSingleLock
java.lang.Object
com.linkedin.venice.utils.locks.AutoCloseableLock
com.linkedin.venice.utils.locks.AutoCloseableSingleLock
- All Implemented Interfaces:
AutoCloseable
-
Method Summary
Modifier and TypeMethodDescriptionprotected 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 Details
-
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
-