pub type ReplicaMap = BTreeMap<PartitionId, Vec<SpuId>>;
pub struct ReplicaMap { /* private fields */ }