| Package | Description |
|---|---|
| org.apache.flink.runtime.jobgraph |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJobVertex.connectTo(AbstractJobVertex vertex)
Connects the job vertex to the specified job vertex.
|
void |
AbstractJobVertex.connectTo(AbstractJobVertex vertex,
ChannelType channelType)
Connects the job vertex to the specified job vertex.
|
void |
AbstractJobVertex.connectTo(AbstractJobVertex vertex,
ChannelType channelType,
DistributionPattern distributionPattern)
Connects the job vertex to the specified job vertex.
|
void |
AbstractJobVertex.connectTo(AbstractJobVertex vertex,
ChannelType channelType,
int indexOfOutputGate,
int indexOfInputGate,
DistributionPattern distributionPattern)
Connects the job vertex to the specified job vertex.
|
void |
AbstractJobVertex.connectTo(AbstractJobVertex vertex,
int indexOfOutputGate,
int indexOfInputGate)
Connects the job vertex to the specified job vertex.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.