Uses of Class
org.apache.druid.frame.processor.OutputChannels
Packages that use OutputChannels
-
Uses of OutputChannels in org.apache.druid.frame.processor
Methods in org.apache.druid.frame.processor that return OutputChannelsModifier and TypeMethodDescriptionstatic OutputChannelsOutputChannels.none()OutputChannels.readOnly()Returns a read-only version of this instance.OutputChannels.verifySingleChannel()Verifies there is exactly one channel per partition.static OutputChannelsOutputChannels.wrap(List<OutputChannel> outputChannels) Creates an instance wrapping all the provided channels.Methods in org.apache.druid.frame.processor that return types with arguments of type OutputChannelsModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<OutputChannels>SuperSorter.run()Starts sorting.