java.lang.Object
org.apache.seatunnel.engine.server.task.group.queue.disruptor.RecordEventFactory
所有已实现的接口:
com.lmax.disruptor.EventFactory<RecordEvent>

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

    • RecordEventFactory

      public RecordEventFactory()
  • 方法详细资料

    • newInstance

      public RecordEvent newInstance()
      指定者:
      newInstance 在接口中 com.lmax.disruptor.EventFactory<RecordEvent>