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