| Package | Description |
|---|---|
| org.rocksdb |
The RocksDB Java driver
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEventListener.onFlushBegin(RocksDB db,
FlushJobInfo flushJobInfo) |
void |
EventListener.onFlushBegin(RocksDB db,
FlushJobInfo flushJobInfo)
A callback function to RocksDB which will be called before a
RocksDB starts to flush memtables.
|
void |
AbstractEventListener.onFlushCompleted(RocksDB db,
FlushJobInfo flushJobInfo) |
void |
EventListener.onFlushCompleted(RocksDB db,
FlushJobInfo flushJobInfo)
callback function to RocksDB which will be called whenever a
registered RocksDB flushes a file.
|
Copyright © 2022. All rights reserved.