Class SinkContextUtil
- java.lang.Object
-
- org.apache.flink.streaming.api.functions.sink.SinkContextUtil
-
-
Constructor Summary
Constructors Constructor Description SinkContextUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SinkFunction.ContextforTimestamp(long timestamp)Creates aSinkFunction.Contextthat throws an exception when trying to access the current watermark or processing time.
-
-
-
Method Detail
-
forTimestamp
public static SinkFunction.Context forTimestamp(long timestamp)
Creates aSinkFunction.Contextthat throws an exception when trying to access the current watermark or processing time.
-
-