Module types

Module types 

Source

Structs§

BlockDeltaForKey
BlockUndoForKey
JournalMeta
Key
Fixed-size key used throughout the store (const-generic over the width).
OperationForKey
A user-requested operation on the store.
ShardDeltaForKey
ShardOpForKey
ShardStats
ShardUndoForKey
StateStats
UndoEntryForKey
Value
Owned value payload stored for each key.
ValueBuf
Immutable shared buffer used by shards/state to avoid cloning.

Enums§

UndoOp

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§

BlockDelta
BlockId
Block identifier used to track state versions.
BlockUndo
Operation
ShardDelta
ShardOp
ShardUndo
StoreKey
Default key type bound to DEFAULT_KEY_BYTES.
UndoEntry