Package org.apache.druid.frame.channel
package org.apache.druid.frame.channel
-
ClassDescriptionIn-memory channel backed by a limited-capacity
Deque.Tracks the byte usage with an upper bound bytes limit.Exception thrown byReadableByteChunksFrameChannel.addChunk(byte[])when the channel has been closed for writes, i.e., afterReadableByteChunksFrameChannel.doneWriting()orReadableByteChunksFrameChannel.close()has been called.A composed readable channel to read frames.A composed writable channel to write frames.Frame plus partition number.Provides an interface to read a partitioned frame channel.Channel backed by a byte stream that is continuously streamed in usingReadableByteChunksFrameChannel.addChunk(byte[]).Channel that concatenates a sequence of other channels that are provided by an iterator.Channel backed by aFrameFile.Interface for reading a sequence of batches of data.Channel backed by anInputStream.Empty channel.Interface for writing a sequence of result batches.Frame channel backed by aFrameFileWriter.