Uses of Package
org.apache.druid.frame.channel
-
Packages that use org.apache.druid.frame.channel Package Description org.apache.druid.frame org.apache.druid.frame.channel org.apache.druid.frame.file org.apache.druid.frame.processor -
Classes in org.apache.druid.frame.channel used by org.apache.druid.frame Class Description ByteTracker Tracks the byte usage with an upper bound bytes limit. -
Classes in org.apache.druid.frame.channel used by org.apache.druid.frame.channel Class Description BlockingQueueFrameChannel In-memory channel backed by a limited-capacityDeque.ByteTracker Tracks the byte usage with an upper bound bytes limit.FrameWithPartition Frame plus partition number.PartitionedReadableFrameChannel Provides an interface to read a partitioned frame channel.ReadableByteChunksFrameChannel Channel backed by a byte stream that is continuously streamed in usingReadableByteChunksFrameChannel.addChunk(byte[]).ReadableConcatFrameChannel Channel that concatenates a sequence of other channels that are provided by an iterator.ReadableFrameChannel Interface for reading a sequence of frames.ReadableInputStreamFrameChannel Channel backed by anInputStream.ReadableNilFrameChannel Empty channel.WritableFrameChannel Interface for writing a sequence of frames. -
Classes in org.apache.druid.frame.channel used by org.apache.druid.frame.file Class Description ByteTracker Tracks the byte usage with an upper bound bytes limit.ReadableByteChunksFrameChannel Channel backed by a byte stream that is continuously streamed in usingReadableByteChunksFrameChannel.addChunk(byte[]). -
Classes in org.apache.druid.frame.channel used by org.apache.druid.frame.processor Class Description ByteTracker Tracks the byte usage with an upper bound bytes limit.PartitionedReadableFrameChannel Provides an interface to read a partitioned frame channel.ReadableFrameChannel Interface for reading a sequence of frames.WritableFrameChannel Interface for writing a sequence of frames.