@Internal public final class RunnerOutputCollector<OUT> extends Object implements org.apache.flink.util.Collector<org.apache.flink.types.Row>
| 构造器和说明 |
|---|
RunnerOutputCollector(org.apache.flink.streaming.api.operators.TimestampedCollector<OUT> collector) |
public RunnerOutputCollector(org.apache.flink.streaming.api.operators.TimestampedCollector<OUT> collector)
public void collect(org.apache.flink.types.Row runnerOutput)
collect 在接口中 org.apache.flink.util.Collector<org.apache.flink.types.Row>public void close()
close 在接口中 org.apache.flink.util.Collector<org.apache.flink.types.Row>public static org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.types.Row> getRunnerOutputTypeInfo(org.apache.flink.api.common.typeinfo.TypeInformation<?> elementDataTypeInfo)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.