| Package | Description |
|---|---|
| org.rocksdb |
| Modifier and Type | Method and Description |
|---|---|
WriteBatchWithIndex |
Transaction.getWriteBatch()
Fetch the underlying write batch that contains all pending changes to be
committed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RocksDB.write(WriteOptions writeOpts,
WriteBatchWithIndex updates)
Apply the specified updates to the database.
|
| Constructor and Description |
|---|
WBWIRocksIterator(WriteBatchWithIndex wbwi,
long nativeHandle) |
Copyright © 2021. All rights reserved.