public class RangePartitionSender extends AbstractSender
| Modifier and Type | Field and Description |
|---|---|
static String |
OPERATOR_TYPE |
static int |
RANGE_PARTITION_OUTGOING_BATCH_SIZE |
destinations, oppositeMajorFragmentIdchildINIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation| Constructor and Description |
|---|
RangePartitionSender(int oppositeMajorFragmentId,
PhysicalOperator child,
List<MinorFragmentEndpoint> endpoints,
PartitionFunction partitionFunction) |
| 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.
|
protected PhysicalOperator |
getNewWithChild(PhysicalOperator child) |
String |
getOperatorType() |
PartitionFunction |
getPartitionFunction() |
getDestinations, getOppositeMajorFragmentIdgetChild, getNewWithChildren, iteratoraccept, getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCost, getInitialAllocation, getMaxAllocation, getNewWithChildren, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorIdacceptforEach, iterator, spliteratorpublic static final int RANGE_PARTITION_OUTGOING_BATCH_SIZE
public static final String OPERATOR_TYPE
public RangePartitionSender(int oppositeMajorFragmentId,
PhysicalOperator child,
List<MinorFragmentEndpoint> endpoints,
PartitionFunction partitionFunction)
protected PhysicalOperator getNewWithChild(PhysicalOperator child)
getNewWithChild in class AbstractSinglepublic PartitionFunction getPartitionFunction()
public <T,X,E extends Throwable> T accept(PhysicalVisitor<T,X,E> physicalVisitor, X value) throws E extends Throwable
PhysicalOperatoraccept in interface PhysicalOperatoraccept in class AbstractSenderE extends Throwablepublic String getOperatorType()
Copyright © 2021 The Apache Software Foundation. All rights reserved.