Uses of Class
org.apache.drill.exec.physical.base.AbstractExchange
Packages that use AbstractExchange
-
Uses of AbstractExchange in org.apache.drill.exec.physical.config
Subclasses of AbstractExchange in org.apache.drill.exec.physical.configModifier and TypeClassDescriptionclassDeMuxExchange is opposite of MuxExchange.classMultiplexing 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.classclassclassclassOrderedMuxExchange is a version of MuxExchange where the incoming batches are sorted merge operation is performed to produced a sorted stream as output.classclassclassclassclassUnorderedDeMuxExchange is a version of DeMuxExchange where the incoming batches are not sorted.classUnorderedMuxExchange is a version of MuxExchange where the incoming batches are not sorted.