@Internal public interface OutputWithChainingCheck<OUT> extends WatermarkGaugeExposingOutput<OUT>
Modifier and Type | Method and Description |
---|---|
boolean |
collectAndCheckIfChained(OUT record) |
<X> boolean |
collectAndCheckIfChained(OutputTag<X> outputTag,
StreamRecord<X> record) |
getWatermarkGauge
collect, emitLatencyMarker, emitRecordAttributes, emitWatermark, emitWatermarkStatus
boolean collectAndCheckIfChained(OUT record)
<X> boolean collectAndCheckIfChained(OutputTag<X> outputTag, StreamRecord<X> record)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.