public class RocksMemEnv extends Env
nativeHandle_owningHandle_| Constructor and Description |
|---|
RocksMemEnv(Env baseEnv)
Creates a new environment that stores its data
in memory and delegates all non-file-storage tasks to
baseEnv. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
disposeInternal(long handle) |
getBackgroundThreads, getDefault, getThreadList, getThreadPoolQueueLen, incBackgroundThreadsIfNeeded, lowerThreadPoolCPUPriority, lowerThreadPoolIOPriority, setBackgroundThreads, setBackgroundThreadsdisposeInternal, getNativeHandleclose, disOwnNativeHandle, isOwningHandlepublic RocksMemEnv(Env baseEnv)
Creates a new environment that stores its data
in memory and delegates all non-file-storage tasks to
baseEnv.
The caller must delete the result when it is no longer needed.
baseEnv - the base environment,
must remain live while the result is in use.protected final void disposeInternal(long handle)
disposeInternal in class RocksObjectCopyright © 2022. All rights reserved.