public class MergingReceiverPOP extends AbstractReceiver
| Modifier and Type | Field and Description |
|---|---|
static String |
OPERATOR_TYPE |
INIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation| Constructor and Description |
|---|
MergingReceiverPOP(int oppositeMajorFragmentId,
List<MinorFragmentEndpoint> senders,
List<Order.Ordering> orderings,
boolean spooling) |
| 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.
|
String |
getOperatorType() |
List<Order.Ordering> |
getOrderings() |
boolean |
supportsOutOfOrderExchange()
Whether or not this receive supports out of order exchange.
|
getNewWithChildren, getNumSenders, getOppositeMajorFragmentId, getProvidingEndpoints, isSpooling, iteratoraccept, getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorIdacceptforEach, spliteratorpublic static final String OPERATOR_TYPE
public MergingReceiverPOP(int oppositeMajorFragmentId,
List<MinorFragmentEndpoint> senders,
List<Order.Ordering> orderings,
boolean spooling)
public boolean supportsOutOfOrderExchange()
Receiverpublic <T,X,E extends Throwable> T accept(PhysicalVisitor<T,X,E> physicalVisitor, X value) throws E extends Throwable
PhysicalOperatoraccept in interface PhysicalOperatoraccept in class AbstractReceiverE extends Throwablepublic List<Order.Ordering> getOrderings()
public String getOperatorType()
Copyright © 2021 The Apache Software Foundation. All rights reserved.