Class SinkContextUtil
java.lang.Object
org.apache.flink.streaming.api.functions.sink.SinkContextUtil
Utility for creating Sink
Contexts.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.flink.streaming.api.functions.sink.legacy.SinkFunction.ContextforTimestamp(long timestamp) Creates aSinkFunction.Contextthat throws an exception when trying to access the current watermark or processing time.
-
Constructor Details
-
SinkContextUtil
public SinkContextUtil()
-
-
Method Details
-
forTimestamp
public static org.apache.flink.streaming.api.functions.sink.legacy.SinkFunction.Context forTimestamp(long timestamp) Creates aSinkFunction.Contextthat throws an exception when trying to access the current watermark or processing time.
-