Uses of Class
org.apache.druid.frame.processor.FrameProcessorExecutor
-
Packages that use FrameProcessorExecutor Package Description org.apache.druid.frame.processor -
-
Uses of FrameProcessorExecutor in org.apache.druid.frame.processor
Constructors in org.apache.druid.frame.processor with parameters of type FrameProcessorExecutor 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.
-