StageTVertex, TTime MethodsNaiad Help

[This is preliminary documentation and is subject to change.]

The StageTVertex, TTime generic type exposes the following members.

Methods

  NameDescription
Public methodNewInputTRecord(StreamTRecord, TTime, ActionMessageTRecord, TTime, TVertex, ExpressionFuncTRecord, Int32)
Creates a new input that consumes records from the given stream, partitioned by the given partitioning function, and delivers them to a vertex through the given onReceive callback.
Public methodNewInputTRecord(StreamTRecord, TTime, ActionMessageTRecord, TTime, TVertex, ExpressionFuncTRecord, Int32, ActionTRecord, Int32, Int32)
Creates a new input that consumes records from the given stream, partitioned by the given partitioning function, and delivers them to a vertex through the given onReceive callback.
Public methodNewInputTRecord, TTime(StreamTRecord, TTime, ExpressionFuncTRecord, Int32)
Creates a new input for this stage, with the given partitioning requirement.
(Inherited from Stage.)
Public methodNewInputTRecord, TTime(StreamTRecord, TTime, ExpressionFuncTRecord, Int32, ActionTRecord, Int32, Int32)
Creates a new input for this stage, with the given partitioning requirement.
(Inherited from Stage.)
Public methodNewOutputR(FuncTVertex, VertexOutputR, TTime)
Creates a new output with no partitioning guarantee.
Public methodNewOutputR(FuncTVertex, VertexOutputR, TTime, ExpressionFuncR, Int32)
Creates a new output with a partitioning guarantee
Public methodToString
Returns the stage name decorated with the stage ID.
(Inherited from Stage.)
Top
See Also

Reference