Type Definition garage_rpc::ring::Partition

source ·
pub type Partition = u16;
Expand description

A partition id, which is stored on 16 bits i.e. we have up to 216 partitions. (in practice we have exactly 2PARTITION_BITS partitions)