@Internal public interface OutputWithChainingCheck<OUT> extends WatermarkGaugeExposingOutput<OUT>
| Modifier and Type | Method and Description |
|---|---|
boolean |
collectAndCheckIfChained(OUT record) |
<X> boolean |
collectAndCheckIfChained(org.apache.flink.util.OutputTag<X> outputTag,
StreamRecord<X> record) |
getWatermarkGaugecollect, emitLatencyMarker, emitRecordAttributes, emitWatermark, emitWatermarkStatusboolean collectAndCheckIfChained(OUT record)
<X> boolean collectAndCheckIfChained(org.apache.flink.util.OutputTag<X> outputTag,
StreamRecord<X> record)
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.