public class ComparatorOptions extends RocksObject
nativeHandle_| Constructor and Description |
|---|
ComparatorOptions() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
disposeInternal(long handle) |
ComparatorOptions |
setUseAdaptiveMutex(boolean useAdaptiveMutex)
Use adaptive mutex, which spins in the user space before resorting
to kernel.
|
boolean |
useAdaptiveMutex()
Use adaptive mutex, which spins in the user space before resorting
to kernel.
|
disposeInternalclose, disOwnNativeHandle, isOwningHandledispose, finalizepublic boolean useAdaptiveMutex()
public ComparatorOptions setUseAdaptiveMutex(boolean useAdaptiveMutex)
useAdaptiveMutex - true if adaptive mutex is used.protected final void disposeInternal(long handle)
disposeInternal in class RocksObject