public abstract class OutputBase extends Object implements Output<StreamRecord<RowData>>
Output
that can be used to emit elements and other messages in MultipleInputStreamOperatorBase
.Constructor and Description |
---|
OutputBase(StreamOperator<?> operator) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the collector.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
collect, emitLatencyMarker, emitRecordAttributes, emitWatermark, emitWatermarkStatus
public OutputBase(StreamOperator<?> operator)
public void close()
Collector
close
in interface Collector<StreamRecord<RowData>>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.