Type Alias RegionDistribution

Source
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 */ }