类 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
- 指定者:
onEvent在接口中com.lmax.disruptor.EventHandler<RecordEvent>- 抛出:
Exception
-