| Package | Description |
|---|---|
| org.apache.druid.frame.channel | |
| org.apache.druid.frame.file | |
| org.apache.druid.frame.processor |
| Class and Description |
|---|
| BlockingQueueFrameChannel
In-memory channel backed by a limited-capacity
Deque. |
| FrameWithPartition
Frame plus partition number.
|
| ReadableByteChunksFrameChannel
Channel backed by a byte stream that is continuously streamed in using
ReadableByteChunksFrameChannel.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 an
InputStream. |
| ReadableNilFrameChannel
Empty channel.
|
| WritableFrameChannel
Interface for writing a sequence of frames.
|
| Class and Description |
|---|
| ReadableByteChunksFrameChannel
Channel backed by a byte stream that is continuously streamed in using
ReadableByteChunksFrameChannel.addChunk(byte[]). |
| Class and Description |
|---|
| ReadableFrameChannel
Interface for reading a sequence of frames.
|
| WritableFrameChannel
Interface for writing a sequence of frames.
|
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.