Crate bitcoinleveldb_batch

Source

Structs§

MemTableInserter

WriteBatch
| WriteBatch::rep_ := | sequence: fixed64 | count: fixed32 | data: record[count] | record := | kTypeValue varstring varstring | | kTypeDeletion varstring | varstring := | len: varint32 | data: uint8[len]
WriteBatchInternal
| WriteBatchInternal provides static | methods for manipulating a WriteBatch | that we don’t want in the public WriteBatch | interface. |

Constants§

HEADER
| WriteBatch header has an 8-byte sequence | number followed by a 4-byte count. |

Traits§

WriteBatchDelete
WriteBatchHandler
WriteBatchPut