Structs§
- Block
Weighter - Static
Sorted File - A memory mapped SST file.
- Static
Sorted File Iter - An iterator over all entries in a SST file in sorted order.
- Static
Sorted File Meta Data
Enums§
- SstLookup
Result - The result of a lookup operation.
Constants§
- BLOCK_
TYPE_ FIXED_ KEY_ NO_ HASH - The block header for a fixed-size key block without hash.
- BLOCK_
TYPE_ FIXED_ KEY_ WITH_ HASH - The block header for a fixed-size key block with 8-byte hash per entry.
- BLOCK_
TYPE_ INDEX - The block header for an index block.
- BLOCK_
TYPE_ KEY_ NO_ HASH - The block header for a key block without hash.
- BLOCK_
TYPE_ KEY_ WITH_ HASH - The block header for a key block with 8-byte hash per entry.
- KEY_
BLOCK_ ENTRY_ TYPE_ BLOB - The tag for the blob value.
- KEY_
BLOCK_ ENTRY_ TYPE_ DELETED - The tag for the deleted value.
- KEY_
BLOCK_ ENTRY_ TYPE_ INLINE_ MIN - The minimum tag for inline values. The actual size is (tag - INLINE_MIN).
- KEY_
BLOCK_ ENTRY_ TYPE_ MEDIUM - The tag for a medium-sized value.
- KEY_
BLOCK_ ENTRY_ TYPE_ SMALL - The tag for a small-sized value.