[][src]Struct timely::progress::subgraph::Subgraph

pub struct Subgraph<TOuter, TInner> where
    TOuter: Timestamp,
    TInner: Timestamp + Refines<TOuter>, 
{ pub path: Vec<usize>, // some fields omitted }

A dataflow subgraph.

The subgraph type contains the infrastructure required to describe the topology of and track progress within a dataflow subgraph.

Fields

path: Vec<usize>

Path of identifiers from the root.

Trait Implementations

impl<TOuter, TInner> Operate<TOuter> for Subgraph<TOuter, TInner> where
    TOuter: Timestamp,
    TInner: Timestamp + Refines<TOuter>, 
[src]

fn notify_me(&self) -> bool[src]

Indicates of whether the operator requires push_external_progress information or not.

impl<TOuter, TInner> Schedule for Subgraph<TOuter, TInner> where
    TOuter: Timestamp,
    TInner: Timestamp + Refines<TOuter>, 
[src]

Auto Trait Implementations

impl<TOuter, TInner> !Send for Subgraph<TOuter, TInner>

impl<TOuter, TInner> !Sync for Subgraph<TOuter, TInner>

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]