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_| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
disposeInternal(long handle) |
getBackgroundThreads, getDefault, getThreadList, getThreadPoolQueueLen, incBackgroundThreadsIfNeeded, lowerThreadPoolCPUPriority, lowerThreadPoolIOPriority, setBackgroundThreads, setBackgroundThreadsdisposeInternal, getNativeHandleclose, disOwnNativeHandle, isOwningHandleprotected final void disposeInternal(long handle)
disposeInternal 在类中 RocksObject