Structs


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

Constants

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

Traits