Class NoLock


  • public class NoLock
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NoLock()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void ensureActive()  
      void lock()  
      void unlock()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoLock

        public NoLock()
    • Method Detail

      • lock

        public void lock()
                  throws org.apache.iceberg.hive.LockException
        Throws:
        org.apache.iceberg.hive.LockException
      • ensureActive

        public void ensureActive()
                          throws org.apache.iceberg.hive.LockException
        Throws:
        org.apache.iceberg.hive.LockException
      • unlock

        public void unlock()