Uses of Interface
org.apache.druid.frame.processor.FrameProcessorDecorator
Packages that use FrameProcessorDecorator
-
Uses of FrameProcessorDecorator in org.apache.druid.frame.processor
Fields in org.apache.druid.frame.processor declared as FrameProcessorDecoratorModifier and TypeFieldDescriptionstatic final FrameProcessorDecoratorFrameProcessorDecorator.NONEConstructors in org.apache.druid.frame.processor with parameters of type FrameProcessorDecoratorModifierConstructorDescriptionSuperSorter(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.