Uses of Interface
org.apache.druid.frame.processor.OutputChannelFactory
Packages that use OutputChannelFactory
-
Uses of OutputChannelFactory in org.apache.druid.frame.processor
Classes in org.apache.druid.frame.processor that implement OutputChannelFactoryModifier and TypeClassDescriptionclassAnOutputChannelFactorythat generatesBlockingQueueFrameChannel.classA channel factory which provides ordered composed channels.classConstructors in org.apache.druid.frame.processor with parameters of type OutputChannelFactoryModifierConstructorDescriptionSuperSorter(List<ReadableFrameChannel> inputChannels, FrameReader frameReader, List<KeyColumn> sortKey, com.google.common.util.concurrent.ListenableFuture<ClusterByPartitions> outputPartitionsFuture, FrameProcessorExecutor exec, FrameProcessorDecorator processorDecorator, OutputChannelFactory outputChannelFactory, OutputChannelFactory intermediateOutputChannelFactory, FrameType outputFrameType, int maxActiveProcessors, int maxChannelsPerMerger, long rowLimit, String cancellationId, SuperSorterProgressTracker superSorterProgressTracker, boolean removeNullBytes) Initializes a SuperSorter.Constructor parameters in org.apache.druid.frame.processor with type arguments of type OutputChannelFactoryModifierConstructorDescriptionComposingOutputChannelFactory(List<OutputChannelFactory> channelFactories, int frameSize)