Class ReadableConcatFrameChannel

java.lang.Object
org.apache.druid.frame.channel.ReadableConcatFrameChannel
All Implemented Interfaces:
Closeable, AutoCloseable, ReadableFrameChannel

public class ReadableConcatFrameChannel extends Object implements ReadableFrameChannel
Channel that concatenates a sequence of other channels that are provided by an iterator. The iterator is walked just-in-time, meaning that Iterator.next() is not called until the channel is actually ready to be used. The first channel is pulled from the iterator immediately upon construction.