| Package | Description |
|---|---|
| org.rocksdb |
| Modifier and Type | Method and Description |
|---|---|
WriteBatch |
Transaction.getCommitTimeWriteBatch()
Get the Commit time Write Batch.
|
WriteBatch |
AbstractWriteBatch.getWriteBatch() |
WriteBatch |
WriteBatch.getWriteBatch() |
WriteBatch |
WriteBatchInterface.getWriteBatch()
Get the underlying Write Batch.
|
WriteBatch |
TransactionLogIterator.BatchResult.writeBatch()
Return contained
WriteBatch
instance |
| Modifier and Type | Method and Description |
|---|---|
WalFilter.LogRecordFoundResult |
WalFilter.logRecordFound(long logNumber,
String logFileName,
WriteBatch batch,
WriteBatch newBatch)
LogRecord is invoked for each log record encountered for all the logs
during replay on logs on recovery.
|
void |
Transaction.rebuildFromWriteBatch(WriteBatch writeBatch)
Adds the keys from the WriteBatch to the transaction
|
void |
RocksDB.write(WriteOptions writeOpts,
WriteBatch updates)
Apply the specified updates to the database.
|
Copyright © 2021. All rights reserved.