public class HashPartitionSender extends AbstractSender
destinations, oppositeMajorFragmentId
child
INIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation
Constructor and Description |
---|
HashPartitionSender(int oppositeMajorFragmentId,
PhysicalOperator child,
LogicalExpression expr,
List<MinorFragmentEndpoint> endpoints) |
HashPartitionSender(int oppositeMajorFragmentId,
PhysicalOperator child,
LogicalExpression expr,
List<MinorFragmentEndpoint> endpoints,
int outgoingBatchSize) |
Modifier and Type | Method and Description |
---|---|
<T,X,E extends Throwable> |
accept(PhysicalVisitor<T,X,E> physicalVisitor,
X value)
Provides capability to build a set of output based on traversing a query graph tree.
|
LogicalExpression |
getExpr() |
protected PhysicalOperator |
getNewWithChild(PhysicalOperator child) |
int |
getOperatorType() |
int |
getOutgoingBatchSize() |
getDestinations, getOppositeMajorFragmentId
getChild, getNewWithChildren, iterator
accept, getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCost, getInitialAllocation, getMaxAllocation, getNewWithChildren, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorId
accept
forEach, iterator, spliterator
public HashPartitionSender(int oppositeMajorFragmentId, PhysicalOperator child, LogicalExpression expr, List<MinorFragmentEndpoint> endpoints, int outgoingBatchSize)
public HashPartitionSender(int oppositeMajorFragmentId, PhysicalOperator child, LogicalExpression expr, List<MinorFragmentEndpoint> endpoints)
protected PhysicalOperator getNewWithChild(PhysicalOperator child)
getNewWithChild
in class AbstractSingle
public LogicalExpression getExpr()
public int getOutgoingBatchSize()
public <T,X,E extends Throwable> T accept(PhysicalVisitor<T,X,E> physicalVisitor, X value) throws E extends Throwable
PhysicalOperator
accept
in interface PhysicalOperator
accept
in class AbstractSender
E extends Throwable
public int getOperatorType()
Copyright © 2021 The Apache Software Foundation. All rights reserved.