| Package | Description |
|---|---|
| org.apache.druid.frame.processor |
| Modifier and Type | Method and Description |
|---|---|
static OutputChannels |
OutputChannels.none() |
OutputChannels |
OutputChannels.readOnly()
Returns a read-only version of this instance.
|
static OutputChannels |
OutputChannels.wrap(List<OutputChannel> outputChannels)
Creates an instance wrapping all the provided channels.
|
static OutputChannels |
OutputChannels.wrapReadOnly(List<OutputChannel> outputChannels)
Creates an instance wrapping read-only versions (see
OutputChannel.readOnly()) of all the
provided channels. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<OutputChannels> |
SuperSorter.run()
Starts sorting.
|
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.