Skip to main content

Module static_sorted_file

Module static_sorted_file 

Source

Structs§

BlockWeighter
StaticSortedFile
A memory mapped SST file.
StaticSortedFileIter
An iterator over all entries in a SST file in sorted order.
StaticSortedFileMetaData

Enums§

SstLookupResult
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.

Type Aliases§

BlockCache