pub type FragmentNewNoShuffle = HashMap<FragmentId, HashMap<FragmentId, HashMap<ActorId, ActorId>>>;Expand description
The newly added no-shuffle actor dispatcher from upstream fragment to downstream fragment
upstream fragment_id -> downstream fragment_id -> upstream actor_id -> downstream actor_id
Aliased Typeยง
pub struct FragmentNewNoShuffle { /* private fields */ }