public class FlushOptions extends RocksObject
RocksDB.nativeHandle_| Constructor and Description |
|---|
FlushOptions()
Construct a new instance of FlushOptions.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
disposeInternal(long handle) |
FlushOptions |
setWaitForFlush(boolean waitForFlush)
Set if the flush operation shall block until it terminates.
|
boolean |
waitForFlush()
Wait for flush to finished.
|
disposeInternalclose, disOwnNativeHandle, isOwningHandledispose, finalizepublic FlushOptions setWaitForFlush(boolean waitForFlush)
waitForFlush - boolean value indicating if the flush
operations waits for termination of the flush process.public boolean waitForFlush()
protected final void disposeInternal(long handle)
disposeInternal in class RocksObject