public class RocksEnv extends Env
A RocksEnv is an interface used by the rocksdb implementation to access operating system functionality like the filesystem etc.
All Env implementations are safe for concurrent access from multiple threads without any external synchronization.
nativeHandle_owningHandle_| Modifier and Type | Method and Description |
|---|---|
protected void |
disposeInternal(long handle) |
getBackgroundThreads, getDefault, getThreadList, getThreadPoolQueueLen, incBackgroundThreadsIfNeeded, lowerThreadPoolCPUPriority, lowerThreadPoolIOPriority, setBackgroundThreads, setBackgroundThreadsdisposeInternal, getNativeHandleclose, disOwnNativeHandle, isOwningHandledispose, finalizeprotected final void disposeInternal(long handle)
disposeInternal in class RocksObjectCopyright © 2021. All rights reserved.