| Package | Description |
|---|---|
| org.apache.drill.exec.physical.config |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDeMuxExchange
DeMuxExchange is opposite of MuxExchange.
|
class |
AbstractMuxExchange
Multiplexing Exchange (MuxExchange) is used when results from multiple minor fragments belonging to the same
major fragment running on a node need to be collected at one fragment on the same node before distributing the
results further.
|
class |
BroadcastExchange |
class |
HashToMergeExchange |
class |
HashToRandomExchange |
class |
OrderedPartitionExchange |
class |
SingleMergeExchange |
class |
UnionExchange |
class |
UnorderedDeMuxExchange
UnorderedDeMuxExchange is a version of DeMuxExchange where the incoming batches are not sorted.
|
class |
UnorderedMuxExchange
UnorderedMuxExchange is a version of MuxExchange where the incoming batches are not sorted.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.