pub type RegionDistribution = BTreeMap<DatanodeId, RegionRoleSet>;Expand description
The distribution of regions.
The key is the datanode id, the value is the region role set.
Aliased Typeยง
pub struct RegionDistribution { /* private fields */ }pub type RegionDistribution = BTreeMap<DatanodeId, RegionRoleSet>;The distribution of regions.
The key is the datanode id, the value is the region role set.
pub struct RegionDistribution { /* private fields */ }