| Package | Description |
|---|---|
| org.apache.druid.frame.channel | |
| org.apache.druid.frame.processor |
| Modifier and Type | Class and Description |
|---|---|
class |
WritableFrameFileChannel
Frame channel backed by a
FrameFileWriter. |
| Modifier and Type | Method and Description |
|---|---|
WritableFrameChannel |
BlockingQueueFrameChannel.writable()
Returns the writable side of this channel.
|
| Modifier and Type | Method and Description |
|---|---|
WritableFrameChannel |
OutputChannel.getWritableChannel()
Returns the writable channel of this pair.
|
| Modifier and Type | Method and Description |
|---|---|
List<WritableFrameChannel> |
FrameChannelBatcher.outputChannels() |
List<WritableFrameChannel> |
FrameChannelMuxer.outputChannels() |
List<WritableFrameChannel> |
FrameProcessor.outputChannels()
List of output channels.
|
List<WritableFrameChannel> |
FrameChannelMerger.outputChannels() |
| Modifier and Type | Method and Description |
|---|---|
static OutputChannel |
OutputChannel.pair(WritableFrameChannel writableChannel,
MemoryAllocator frameMemoryAllocator,
Supplier<ReadableFrameChannel> readableChannelSupplier,
int partitionNumber)
Creates an output channel pair.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FrameProcessors.closeAll(List<ReadableFrameChannel> readableFrameChannels,
List<WritableFrameChannel> writableFrameChannels,
Closeable... otherCloseables)
Helper method for implementing
FrameProcessor.cleanup(). |
OutputChannel |
OutputChannel.mapWritableChannel(Function<WritableFrameChannel,WritableFrameChannel> mapFn) |
OutputChannel |
OutputChannel.mapWritableChannel(Function<WritableFrameChannel,WritableFrameChannel> mapFn) |
| Constructor and Description |
|---|
FrameChannelMerger(List<ReadableFrameChannel> inputChannels,
FrameReader frameReader,
WritableFrameChannel outputChannel,
FrameWriterFactory frameWriterFactory,
ClusterBy clusterBy,
ClusterByPartitions partitions,
long rowLimit) |
FrameChannelMuxer(List<ReadableFrameChannel> inputChannels,
WritableFrameChannel outputChannel) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.