Type Alias FlownodeFlowSet

Source
type FlownodeFlowSet = Arc<HashMap<FlowIdent, Peer>>;
Expand description

cache for TableFlowManager, the table_id part is in the outer cache include flownode_id, flow_id, partition_id mapping to Peer

Aliased Typeยง

struct FlownodeFlowSet { /* private fields */ }