Uses of Class
org.apache.flink.streaming.runtime.io.RecordWriterOutput
-
Packages that use RecordWriterOutput Package Description org.apache.flink.streaming.runtime.tasks -
-
Uses of RecordWriterOutput in org.apache.flink.streaming.runtime.tasks
Fields in org.apache.flink.streaming.runtime.tasks declared as RecordWriterOutput Modifier and Type Field Description protected RecordWriterOutput<?>[]OperatorChain. streamOutputsMethods in org.apache.flink.streaming.runtime.tasks that return RecordWriterOutput Modifier and Type Method Description RecordWriterOutput<?>[]OperatorChain. getStreamOutputs()Constructors in org.apache.flink.streaming.runtime.tasks with parameters of type RecordWriterOutput Constructor Description FinishedOnRestoreInput(RecordWriterOutput<?>[] streamOutputs, int inputCount)FinishedOnRestoreMainOperatorOutput(RecordWriterOutput<?>[] streamOutputs)
-