ActorNewNoShuffle

Type Alias ActorNewNoShuffle 

Source
pub type ActorNewNoShuffle = 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 ActorNewNoShuffle { /* private fields */ }