solana_accounts_db::tiered_storage

Module byte_block

Source
Expand description

The utility structs and functions for writing byte blocks for the accounts db tiered storage.

Structs§

ByteBlockReader
The util struct for reading byte blocks.
ByteBlockWriter
The byte block writer.

Enums§

ByteBlockEncoder
The encoder for the byte-block.

Functions§

read_pod
Reads the raw part of the input byte_block, at the specified offset, as type T.
read_type
Reads the raw part of the input byte_block at the specified offset as type T.