Uses of Class
org.apache.druid.frame.processor.PartitionedOutputChannel
-
Packages that use PartitionedOutputChannel Package Description org.apache.druid.frame.processor -
-
Uses of PartitionedOutputChannel in org.apache.druid.frame.processor
Methods in org.apache.druid.frame.processor that return PartitionedOutputChannel Modifier and Type Method Description PartitionedOutputChannelPartitionedOutputChannel. mapWritableChannel(Function<WritableFrameChannel,WritableFrameChannel> mapFn)PartitionedOutputChannelBlockingQueueOutputChannelFactory. openPartitionedChannel(String name, boolean deleteAfterRead)PartitionedOutputChannelComposingOutputChannelFactory. openPartitionedChannel(String name, boolean deleteAfterRead)PartitionedOutputChannelFileOutputChannelFactory. openPartitionedChannel(String name, boolean deleteAfterRead)PartitionedOutputChannelOutputChannelFactory. openPartitionedChannel(String name, boolean deleteAfterRead)Create a channel pair tagged with a particular name and a flag to delete the channel data after its read.static PartitionedOutputChannelPartitionedOutputChannel. pair(WritableFrameChannel writableChannel, MemoryAllocator frameMemoryAllocator, Supplier<PartitionedReadableFrameChannel> readableChannelSupplier)Creates a partitioned output channel pair.PartitionedOutputChannelPartitionedOutputChannel. readOnly()Returns a read-only version of this instance.
-