T - The type encapsulated with the stream record.public static interface PushingAsyncDataInput.DataOutput<T>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
emitLatencyMarker(LatencyMarker latencyMarker) |
void |
emitRecord(StreamRecord<T> streamRecord) |
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
ExceptionCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.