类 JobEventHttpReportHandler

  • 所有已实现的接口:
    Serializable, AutoCloseable, org.apache.seatunnel.api.event.EventHandler

    public class JobEventHttpReportHandler
    extends Object
    implements org.apache.seatunnel.api.event.EventHandler
    另请参阅:
    序列化表格
    • 字段详细资料

      • JSON_MAPPER

        public static final org.apache.seatunnel.shade.com.fasterxml.jackson.databind.ObjectMapper JSON_MAPPER
      • REPORT_INTERVAL

        public static final java.time.Duration REPORT_INTERVAL
    • 构造器详细资料

      • JobEventHttpReportHandler

        public JobEventHttpReportHandler​(String httpEndpoint,
                                         com.hazelcast.ringbuffer.Ringbuffer ringbuffer)
      • JobEventHttpReportHandler

        public JobEventHttpReportHandler​(String httpEndpoint,
                                         Map<String,​String> httpHeaders,
                                         com.hazelcast.ringbuffer.Ringbuffer ringbuffer)
      • JobEventHttpReportHandler

        public JobEventHttpReportHandler​(String httpEndpoint,
                                         java.time.Duration reportInterval,
                                         com.hazelcast.ringbuffer.Ringbuffer ringbuffer)
      • JobEventHttpReportHandler

        public JobEventHttpReportHandler​(String httpEndpoint,
                                         Map<String,​String> httpHeaders,
                                         java.time.Duration reportInterval,
                                         com.hazelcast.ringbuffer.Ringbuffer ringbuffer)
    • 方法详细资料

      • handle

        public void handle​(org.apache.seatunnel.api.event.Event event)
        指定者:
        handle 在接口中 org.apache.seatunnel.api.event.EventHandler
      • close

        public void close()
        指定者:
        close 在接口中 AutoCloseable
        指定者:
        close 在接口中 org.apache.seatunnel.api.event.EventHandler