public class OrderedPartitionSender extends AbstractSender
| Modifier and Type | Field and Description |
|---|---|
static String |
OPERATOR_TYPE |
destinations, oppositeMajorFragmentIdchildINIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation| Constructor and Description |
|---|
OrderedPartitionSender(List<Order.Ordering> orderings,
FieldReference ref,
PhysicalOperator child,
List<MinorFragmentEndpoint> endpoints,
int oppositeMajorFragmentId,
int sendingWidth,
int recordsToSample,
int samplingFactor,
float completionFactor) |
| 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.
|
float |
getCompletionFactor() |
protected PhysicalOperator |
getNewWithChild(PhysicalOperator child) |
String |
getOperatorType() |
List<Order.Ordering> |
getOrderings() |
int |
getRecordsToSample() |
FieldReference |
getRef() |
int |
getSamplingFactor() |
int |
getSendingWidth() |
String |
toString() |
getDestinations, getOppositeMajorFragmentIdgetChild, getNewWithChildren, iteratoraccept, getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCost, getInitialAllocation, getMaxAllocation, getNewWithChildren, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorIdacceptforEach, iterator, spliteratorpublic static final String OPERATOR_TYPE
public OrderedPartitionSender(List<Order.Ordering> orderings, FieldReference ref, PhysicalOperator child, List<MinorFragmentEndpoint> endpoints, int oppositeMajorFragmentId, int sendingWidth, int recordsToSample, int samplingFactor, float completionFactor)
public int getSendingWidth()
public List<Order.Ordering> getOrderings()
public FieldReference getRef()
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 Throwableprotected PhysicalOperator getNewWithChild(PhysicalOperator child)
getNewWithChild in class AbstractSinglepublic int getRecordsToSample()
public int getSamplingFactor()
public float getCompletionFactor()
public String getOperatorType()
Copyright © 2021 The Apache Software Foundation. All rights reserved.