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ยง
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.
struct RegionDistribution { /* private fields */ }