Structs§
- Block
Delta ForKey - Block
Undo ForKey - Journal
Meta - Key
- Fixed-size key used throughout the store (const-generic over the width).
- Operation
ForKey - A user-requested operation on the store.
- Shard
Delta ForKey - Shard
OpFor Key - Shard
Stats - Shard
Undo ForKey - State
Stats - Undo
Entry ForKey - Value
- Owned value payload stored for each key.
- Value
Buf - Immutable shared buffer used by shards/state to avoid cloning.
Enums§
Constants§
- DEFAULT_
KEY_ BYTES - Default number of bytes for store keys.
- MAX_
KEY_ BYTES - Maximum number of bytes for store keys.
- MAX_
VALUE_ BYTES - Maximum number of bytes allowed per value payload.
- MIN_
KEY_ BYTES - Minimum number of bytes for store keys.
Type Aliases§
- Block
Delta - BlockId
- Block identifier used to track state versions.
- Block
Undo - Operation
- Shard
Delta - ShardOp
- Shard
Undo - Store
Key - Default key type bound to
DEFAULT_KEY_BYTES. - Undo
Entry