Class StreamRecordCollector<T>
- java.lang.Object
-
- org.apache.flink.table.runtime.util.StreamRecordCollector<T>
-
- Type Parameters:
T- The type of the elements that can be emitted.
- All Implemented Interfaces:
org.apache.flink.util.Collector<T>
@Internal public class StreamRecordCollector<T> extends Object implements org.apache.flink.util.Collector<T>
Wrapper around anOutputfor wrapTtoStreamRecord.
-
-
Constructor Summary
Constructors Constructor Description StreamRecordCollector(org.apache.flink.streaming.api.operators.Output<org.apache.flink.streaming.runtime.streamrecord.StreamRecord<T>> output)
-
-
-
Constructor Detail
-
StreamRecordCollector
public StreamRecordCollector(org.apache.flink.streaming.api.operators.Output<org.apache.flink.streaming.runtime.streamrecord.StreamRecord<T>> output)
-
-