Class OfflineOperationHandle<T>
java.lang.Object
org.maplibre.nativejni.runtime.OfflineOperationHandle<T>
- All Implemented Interfaces:
AutoCloseable
Owner-thread offline database operation that must be taken or discarded.
-
Method Details
-
id
public long id() -
kind
-
resultKind
-
isClosed
public boolean isClosed() -
close
public void close()- Specified by:
closein interfaceAutoCloseable
-