| Package | Description |
|---|---|
| org.apache.flink.compiler.dag |
| Modifier and Type | Field and Description |
|---|---|
protected PactConnection |
SingleInputNode.inConn |
protected PactConnection |
DataSinkNode.input |
protected PactConnection |
TwoInputNode.input1 |
protected PactConnection |
TwoInputNode.input2 |
| Modifier and Type | Method and Description |
|---|---|
PactConnection |
TwoInputNode.getFirstIncomingConnection()
Gets the PactConnection through which this node receives its first input.
|
PactConnection |
SingleInputNode.getIncomingConnection()
Gets the input of this operator.
|
PactConnection |
DataSinkNode.getInputConnection()
Gets the input of the sink.
|
PactConnection |
TwoInputNode.getSecondIncomingConnection()
Gets the PactConnection through which this node receives its second input.
|
| Modifier and Type | Method and Description |
|---|---|
List<PactConnection> |
OptimizerNode.getBroadcastConnections()
Return the list of inputs associated with broadcast variables for this node.
|
abstract List<PactConnection> |
OptimizerNode.getIncomingConnections()
This method needs to be overridden by subclasses to return the children.
|
List<PactConnection> |
DataSinkNode.getIncomingConnections() |
List<PactConnection> |
TwoInputNode.getIncomingConnections() |
List<PactConnection> |
AbstractPartialSolutionNode.getIncomingConnections() |
List<PactConnection> |
DataSourceNode.getIncomingConnections() |
List<PactConnection> |
SingleInputNode.getIncomingConnections() |
List<PactConnection> |
OptimizerNode.getOutgoingConnections()
The list of outgoing connections from this node to succeeding tasks.
|
List<PactConnection> |
DataSinkNode.getOutgoingConnections() |
List<PactConnection> |
SinkJoiner.getOutgoingConnections() |
| Modifier and Type | Method and Description |
|---|---|
void |
OptimizerNode.addBroadcastConnection(String name,
PactConnection broadcastConnection)
Adds the broadcast connection identified by the given
name to this node. |
void |
OptimizerNode.addOutgoingConnection(PactConnection pactConnection)
Adds a new outgoing connection to this node.
|
protected List<OptimizerNode.UnclosedBranchDescriptor> |
OptimizerNode.getBranchesForParent(PactConnection toParent) |
protected List<OptimizerNode.UnclosedBranchDescriptor> |
DataSinkNode.getBranchesForParent(PactConnection parent) |
void |
SingleInputNode.setIncomingConnection(PactConnection inConn)
Sets the PactConnection through which this node receives its input.
|
void |
WorksetIterationNode.SingleRootJoiner.setInputs(PactConnection input1,
PactConnection input2) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.