类 RecordEventHandler
- java.lang.Object
-
- org.apache.seatunnel.engine.server.task.group.queue.disruptor.RecordEventHandler
-
- 所有已实现的接口:
com.lmax.disruptor.EventHandler<RecordEvent>
public class RecordEventHandler extends Object implements com.lmax.disruptor.EventHandler<RecordEvent>
-
-
构造器概要
构造器 构造器 说明 RecordEventHandler(SeaTunnelTask runningTask, org.apache.seatunnel.api.transform.Collector<org.apache.seatunnel.api.table.type.Record<?>> collector, IntermediateQueueFlowLifeCycle intermediateQueueFlowLifeCycle)
-
-
-
构造器详细资料
-
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
-
-