Class ComposingWritableFrameChannel

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

public class ComposingWritableFrameChannel extends Object implements WritableFrameChannel
A composed writable channel to write frames. The channel can encapsulate multiple writable channels in it and automatically switches to next channels once the current write channel cannot allow more writes.