类 AbstractIntermediateQueue<T>

java.lang.Object
org.apache.seatunnel.engine.server.task.group.queue.AbstractIntermediateQueue<T>
直接已知子类:
IntermediateBlockingQueue, IntermediateDisruptor

public abstract class AbstractIntermediateQueue<T> extends Object
  • 构造器详细资料

    • AbstractIntermediateQueue

      public AbstractIntermediateQueue(T queue)
  • 方法详细资料

    • getIntermediateQueue

      public T getIntermediateQueue()
    • received

      public abstract void received(org.apache.seatunnel.api.table.type.Record<?> record)
    • collect

      public abstract void collect(org.apache.seatunnel.api.transform.Collector<org.apache.seatunnel.api.table.type.Record<?>> collector) throws Exception
      抛出:
      Exception
    • close

      public abstract void close() throws IOException
      抛出:
      IOException