Package com.lancedb.lance
Class LockManager.WriteLock
java.lang.Object
com.lancedb.lance.LockManager.WriteLock
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
LockManager
Represents a write lock that can be acquired and released.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WriteLock
public WriteLock()Constructs a new WriteLock and acquires the write lock.
-
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-