Class AutoCloseableLock

java.lang.Object
org.apache.arrow.memory.util.AutoCloseableLock
All Implemented Interfaces:
AutoCloseable

public class AutoCloseableLock extends Object implements AutoCloseable
Simple wrapper class that allows Locks to be released via a try-with-resources block.
  • Constructor Details

    • AutoCloseableLock

      public AutoCloseableLock(Lock lock)
  • Method Details