Uses of Interface
org.apache.druid.frame.processor.OutputChannelFactory
-
Packages that use OutputChannelFactory Package Description org.apache.druid.frame.processor -
-
Uses of OutputChannelFactory in org.apache.druid.frame.processor
Classes in org.apache.druid.frame.processor that implement OutputChannelFactory Modifier and Type Class Description classBlockingQueueOutputChannelFactoryAnOutputChannelFactorythat generatesBlockingQueueFrameChannel.classComposingOutputChannelFactoryA channel factory which provides ordered composed channels.classFileOutputChannelFactoryConstructors in org.apache.druid.frame.processor with parameters of type OutputChannelFactory Constructor Description SuperSorter(List<ReadableFrameChannel> inputChannels, FrameReader frameReader, List<KeyColumn> sortKey, com.google.common.util.concurrent.ListenableFuture<ClusterByPartitions> outputPartitionsFuture, FrameProcessorExecutor exec, OutputChannelFactory outputChannelFactory, OutputChannelFactory intermediateOutputChannelFactory, int maxActiveProcessors, int maxChannelsPerProcessor, long rowLimit, String cancellationId, SuperSorterProgressTracker superSorterProgressTracker)Initializes a SuperSorter.Constructor parameters in org.apache.druid.frame.processor with type arguments of type OutputChannelFactory Constructor Description ComposingOutputChannelFactory(List<OutputChannelFactory> channelFactories, int frameSize)
-