| Package | Description |
|---|---|
| org.rocksdb |
The RocksDB Java driver
|
| Modifier and Type | Method and Description |
|---|---|
FlushOptions |
FlushOptions.setAllowWriteStall(boolean allowWriteStall)
Set to true so that flush would proceeds immediately even it it means
writes will stall for the duration of the flush.
|
FlushOptions |
FlushOptions.setWaitForFlush(boolean waitForFlush)
Set if the flush operation shall block until it terminates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RocksDB.flush(FlushOptions flushOptions)
Flush all memory table data.
|
void |
RocksDB.flush(FlushOptions flushOptions,
ColumnFamilyHandle columnFamilyHandle)
Flush all memory table data.
|
void |
RocksDB.flush(FlushOptions flushOptions,
List<ColumnFamilyHandle> columnFamilyHandles)
Flushes multiple column families.
|
Copyright © 2022. All rights reserved.