Class AlertSink
- java.lang.Object
-
- org.apache.flink.walkthrough.common.sink.AlertSink
-
- All Implemented Interfaces:
Serializable,org.apache.flink.api.common.functions.Function,org.apache.flink.streaming.api.functions.sink.legacy.SinkFunction<Alert>
@Deprecated public class AlertSink extends Object implements org.apache.flink.streaming.api.functions.sink.legacy.SinkFunction<Alert>
Deprecated.A sink for outputting alerts.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlertSink()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidinvoke(Alert value, org.apache.flink.streaming.api.functions.sink.legacy.SinkFunction.Context context)Deprecated.
-