Class SinkContextUtil
- java.lang.Object
-
- org.apache.flink.streaming.api.functions.sink.SinkContextUtil
-
@Internal public class SinkContextUtil extends Object
Utility for creating SinkContexts
.
-
-
Constructor Summary
Constructors Constructor Description SinkContextUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.flink.streaming.api.functions.sink.legacy.SinkFunction.Context
forTimestamp(long timestamp)
Creates aSinkFunction.Context
that throws an exception when trying to access the current watermark or processing time.
-