Interface SinkWriter.Context
-
- Enclosing interface:
- SinkWriter<InputT,CommT,WriterStateT>
@Deprecated @PublicEvolving public static interface SinkWriter.Context
Deprecated.Please migrate toSinkWriterand useSinkWriter.Context.Context thatSinkWriter.write(InputT, org.apache.flink.api.connector.sink.SinkWriter.Context)can use for getting additional data about an input record.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description longcurrentWatermark()Deprecated.Returns the current event-time watermark.Longtimestamp()Deprecated.Returns the timestamp of the current input record ornullif the element does not have an assigned timestamp.
-
-
-
Method Detail
-
currentWatermark
long currentWatermark()
Deprecated.Returns the current event-time watermark.
-
timestamp
Long timestamp()
Deprecated.Returns the timestamp of the current input record ornullif the element does not have an assigned timestamp.
-
-