Struct timely::progress::nested::reachability_neu::Tracker [] [src]

pub struct Tracker<T: Timestamp> { /* fields omitted */ }

An interactive tracker of propagated reachability information.

A Tracker tracks, for a fixed graph topology, the consequences of pointstamp changes at various node input and output ports. These changes may alter the potential pointstamps that could arrive at downstream input ports.

Methods

impl<T: Timestamp> Tracker<T>
[src]

[src]

Updates the count for a time at a target.

[src]

Updates the count for a time at a source.

[src]

Allocate a new Tracker using the shape from summaries.

[src]

Propagates all pending updates.

[src]

A mutable reference to the pushed results of changes.

Trait Implementations

impl<T: Debug + Timestamp> Debug for Tracker<T> where
    T::Summary: Debug,
    T::Summary: Debug
[src]

[src]

Formats the value using the given formatter. Read more