| Package | Description |
|---|---|
| org.apache.druid.frame.processor |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockingQueueOutputChannelFactory
An
OutputChannelFactory that generates BlockingQueueFrameChannel. |
class |
FileOutputChannelFactory
|
| Constructor and Description |
|---|
SuperSorter(List<ReadableFrameChannel> inputChannels,
FrameReader frameReader,
ClusterBy clusterBy,
com.google.common.util.concurrent.ListenableFuture<ClusterByPartitions> outputPartitionsFuture,
FrameProcessorExecutor exec,
File temporaryDirectory,
OutputChannelFactory outputChannelFactory,
Supplier<MemoryAllocator> innerFrameAllocatorMaker,
int maxActiveProcessors,
int maxChannelsPerProcessor,
long rowLimit,
String cancellationId,
SuperSorterProgressTracker superSorterProgressTracker)
Initializes a SuperSorter.
|
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.