类 RecordEventHandler

  • 所有已实现的接口:
    com.lmax.disruptor.EventHandler<RecordEvent>

    public class RecordEventHandler
    extends Object
    implements com.lmax.disruptor.EventHandler<RecordEvent>
    • 构造器详细资料

      • RecordEventHandler

        public RecordEventHandler​(SeaTunnelTask runningTask,
                                  org.apache.seatunnel.api.transform.Collector<org.apache.seatunnel.api.table.type.Record<?>> collector,
                                  IntermediateQueueFlowLifeCycle intermediateQueueFlowLifeCycle)
    • 方法详细资料

      • onEvent

        public void onEvent​(RecordEvent recordEvent,
                            long sequence,
                            boolean endOfBatch)
                     throws Exception
        指定者:
        onEvent 在接口中 com.lmax.disruptor.EventHandler<RecordEvent>
        抛出:
        Exception