Module checkpoint

Module checkpoint 

Source

Structsยง

HummockVersionCheckpoint

Functionsยง

compress_payload ๐Ÿ”’
Compresses checkpoint data using the specified algorithm.
decode_checkpoint_data ๐Ÿ”’
Decodes checkpoint data, supporting both envelope (compressed) and legacy (raw) formats.
decompress_payload ๐Ÿ”’
read_bytes_in_chunks ๐Ÿ”’
xxhash64_checksum ๐Ÿ”’
Computes xxhash64 checksum of the given data, using seed 0. This matches the xxhash64 used in block checksum (see sstable/utils.rs).