T - The type encapsulated with the stream record.public static interface PushingAsyncDataInput.DataOutput<T>
| Modifier and Type | Method and Description |
|---|---|
void |
emitLatencyMarker(LatencyMarker latencyMarker) |
void |
emitRecord(StreamRecord<T> streamRecord) |
void |
emitRecordAttributes(RecordAttributes recordAttributes) |
void |
emitWatermark(Watermark watermark) |
void |
emitWatermarkStatus(WatermarkStatus watermarkStatus) |
void emitRecord(StreamRecord<T> streamRecord) throws Exception
Exceptionvoid emitWatermarkStatus(WatermarkStatus watermarkStatus) throws Exception
Exceptionvoid emitLatencyMarker(LatencyMarker latencyMarker) throws Exception
Exceptionvoid emitRecordAttributes(RecordAttributes recordAttributes) throws Exception
ExceptionCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.