Function mz_compute::logging::reachability::construct
source ยท pub(super) fn construct<A: Allocate>(
worker: &mut Worker<A>,
config: &LoggingConfig,
event_queue: EventQueue<FlatStack<<(Duration, WorkerIdentifier, (OwnedRegionOpinion<Vec<usize>>, OwnedRegionOpinion<Vec<(usize, usize, bool, Option<Timestamp>, Diff)>>)) as MzRegionPreference>::Region>>,
) -> BTreeMap<LogVariant, LogCollection>
Expand description
Constructs the logging dataflow for reachability logs.
Params
worker
: The Timely worker hosting the log analysis dataflow.config
: Logging configurationevent_queue
: The source to read log events from.