Class 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
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.apache.flink.streaming.api.functions.sink.legacy.SinkFunction

        org.apache.flink.streaming.api.functions.sink.legacy.SinkFunction.Context
    • Constructor Summary

      Constructors 
      Constructor Description
      AlertSink()
      Deprecated.
       
    • Constructor Detail

      • AlertSink

        public AlertSink()
        Deprecated.
    • Method Detail

      • invoke

        public void invoke​(Alert value,
                           org.apache.flink.streaming.api.functions.sink.legacy.SinkFunction.Context context)
        Deprecated.
        Specified by:
        invoke in interface org.apache.flink.streaming.api.functions.sink.legacy.SinkFunction<Alert>