Uses of Package
org.apache.druid.frame.channel
Packages that use org.apache.druid.frame.channel
Package
Description
-
Classes in org.apache.druid.frame.channel used by org.apache.druid.frame.channelClassDescriptionIn-memory channel backed by a limited-capacity
Deque.Tracks the byte usage with an upper bound bytes limit.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.Interface for reading a sequence of batches of data.Channel backed by anInputStream.Empty channel.Interface for writing a sequence of result batches. -
Classes in org.apache.druid.frame.channel used by org.apache.druid.frame.fileClassDescriptionTracks the byte usage with an upper bound bytes limit.Channel backed by a byte stream that is continuously streamed in using
ReadableByteChunksFrameChannel.addChunk(byte[]). -
Classes in org.apache.druid.frame.channel used by org.apache.druid.frame.processorClassDescriptionTracks the byte usage with an upper bound bytes limit.Provides an interface to read a partitioned frame channel.Interface for reading a sequence of batches of data.Interface for writing a sequence of result batches.