public abstract class Exchange extends Operator
Modifier and Type | Class and Description |
---|---|
static class |
Exchange.ParallelOperatorID
The identifier of exchange operators.
|
Modifier and Type | Field and Description |
---|---|
protected Exchange.ParallelOperatorID |
operatorID |
private static long |
serialVersionUID |
Constructor and Description |
---|
Exchange(Exchange.ParallelOperatorID oID) |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getName()
Return the name of the exchange, used only to display the operator in the
operator tree
|
Exchange.ParallelOperatorID |
getOperatorID() |
close, fetchNext, getChildren, getEstimatedCardinality, getTupleDesc, hasNext, next, open, setChildren, setEstimatedCardinality
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
rewind
private static final long serialVersionUID
protected final Exchange.ParallelOperatorID operatorID
public Exchange(Exchange.ParallelOperatorID oID)
public Exchange.ParallelOperatorID getOperatorID()
public abstract java.lang.String getName()