public class ColumnFamilyHandle extends RocksObject
nativeHandle_| Modifier and Type | Method and Description |
|---|---|
protected void |
disposeInternal()
Deletes underlying C++ iterator pointer.
|
protected void |
disposeInternal(long handle) |
close, disOwnNativeHandle, isOwningHandledispose, finalizeprotected void disposeInternal()
Deletes underlying C++ iterator pointer.
Note: the underlying handle can only be safely deleted if the RocksDB
instance related to a certain ColumnFamilyHandle is still valid and
initialized. Therefore disposeInternal() checks if the RocksDB is
initialized before freeing the native handle.
disposeInternal in class RocksObjectprotected final void disposeInternal(long handle)
disposeInternal in class RocksObject