Uses of Interface
org.apache.drill.exec.physical.base.Sender
Packages that use Sender
-
Uses of Sender in org.apache.drill.exec.physical.base
Classes in org.apache.drill.exec.physical.base that implement SenderMethods in org.apache.drill.exec.physical.base that return SenderModifier and TypeMethodDescriptionExchange.getSender
(int minorFragmentId, PhysicalOperator child) Get the Sender associated with the given minorFragmentId.Methods in org.apache.drill.exec.physical.base with parameters of type SenderModifier and TypeMethodDescriptionAbstractPhysicalVisitor.visitSender
(Sender sender, X value) PhysicalVisitor.visitSender
(Sender sender, EXTRA value) -
Uses of Sender in org.apache.drill.exec.physical.config
Classes in org.apache.drill.exec.physical.config that implement SenderModifier and TypeClassDescriptionclass
class
class
class
class
Sender that pushes all data to a single destination node.Methods in org.apache.drill.exec.physical.config that return SenderModifier and TypeMethodDescriptionAbstractDeMuxExchange.getSender
(int minorFragmentId, PhysicalOperator child) AbstractMuxExchange.getSender
(int minorFragmentId, PhysicalOperator child) BroadcastExchange.getSender
(int minorFragmentId, PhysicalOperator child) HashToMergeExchange.getSender
(int minorFragmentId, PhysicalOperator child) HashToRandomExchange.getSender
(int minorFragmentId, PhysicalOperator child) OrderedPartitionExchange.getSender
(int minorFragmentId, PhysicalOperator child) RangePartitionExchange.getSender
(int minorFragmentId, PhysicalOperator child) SingleMergeExchange.getSender
(int minorFragmentId, PhysicalOperator child) UnionExchange.getSender
(int minorFragmentId, PhysicalOperator child)