Struct timely::dataflow::channels::pullers::counter::Counter [] [src]

pub struct Counter<T: Ord + Clone + 'static, D, P: Pull<(T, Content<D>)>> { /* fields omitted */ }

A wrapper which accounts records pulled past in a shared count map.

Methods

impl<T: Ord + Clone + 'static, D, P: Pull<(T, Content<D>)>> Counter<T, D, P>
[src]

[src]

Retrieves the next timestamp and batch of data.

impl<T: Ord + Clone + 'static, D, P: Pull<(T, Content<D>)>> Counter<T, D, P>
[src]

[src]

Allocates a new Counter from a boxed puller.

[src]

A references to shared changes in counts, for cloning or draining.