Uses of Class
org.apache.druid.frame.processor.OutputChannels
-
Packages that use OutputChannels Package Description org.apache.druid.frame.processor -
-
Uses of OutputChannels in org.apache.druid.frame.processor
Methods in org.apache.druid.frame.processor that return OutputChannels Modifier and Type Method Description static OutputChannelsOutputChannels. none()OutputChannelsOutputChannels. readOnly()Returns a read-only version of this instance.static OutputChannelsOutputChannels. wrap(List<OutputChannel> outputChannels)Creates an instance wrapping all the provided channels.static OutputChannelsOutputChannels. wrapReadOnly(List<OutputChannel> outputChannels)Creates an instance wrapping read-only versions (seeOutputChannel.readOnly()) of all the provided channels.Methods in org.apache.druid.frame.processor that return types with arguments of type OutputChannels Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<OutputChannels>SuperSorter. run()Starts sorting.
-