@Internal public final class RunnerOutputCollector<OUT> extends Object implements org.apache.flink.util.Collector<org.apache.flink.types.Row>
| Constructor and Description |
|---|
RunnerOutputCollector(org.apache.flink.streaming.api.operators.TimestampedCollector<OUT> collector) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
collect(org.apache.flink.types.Row runnerOutput) |
static org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.types.Row> |
getRunnerOutputTypeInfo(org.apache.flink.api.common.typeinfo.TypeInformation<?> elementDataTypeInfo) |
public RunnerOutputCollector(org.apache.flink.streaming.api.operators.TimestampedCollector<OUT> collector)
public void collect(org.apache.flink.types.Row runnerOutput)
collect in interface org.apache.flink.util.Collector<org.apache.flink.types.Row>public void close()
close in interface 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–2021 The Apache Software Foundation. All rights reserved.