Class AutoCloseableSingleLock

java.lang.Object
com.linkedin.venice.utils.locks.AutoCloseableLock
com.linkedin.venice.utils.locks.AutoCloseableSingleLock
All Implemented Interfaces:
AutoCloseable

public class AutoCloseableSingleLock extends AutoCloseableLock
  • 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 class AutoCloseableLock