public class OrderedPartitionSender extends AbstractSender
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) |
int |
getOperatorType() |
List<Order.Ordering> |
getOrderings() |
int |
getRecordsToSample() |
FieldReference |
getRef() |
int |
getSamplingFactor() |
int |
getSendingWidth() |
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, setOperatorIdacceptpublic 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 int getOperatorType()
Copyright © 2017 The Apache Software Foundation. All rights reserved.