StageTVertex, TTimeNewInput Method Naiad Help

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

Overload List

  NameDescription
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 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.
Top
See Also

Reference