Uses of Class
org.apache.druid.frame.processor.SuperSorterProgressTracker
Packages that use SuperSorterProgressTracker
-
Uses of SuperSorterProgressTracker in org.apache.druid.frame.processor
Constructors in org.apache.druid.frame.processor with parameters of type SuperSorterProgressTrackerModifierConstructorDescriptionSuperSorter(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, FrameCombinerFactory combinerFactory) Initializes a SuperSorter.