Uses of Class
org.apache.flink.runtime.jobgraph.JobEdge
-
Packages that use JobEdge Package Description org.apache.flink.runtime.jobgraph -
-
Uses of JobEdge in org.apache.flink.runtime.jobgraph
Methods in org.apache.flink.runtime.jobgraph that return JobEdge Modifier and Type Method Description JobEdgeJobVertex. connectNewDataSetAsInput(JobVertex input, DistributionPattern distPattern, ResultPartitionType partitionType, IntermediateDataSetID intermediateDataSetId, boolean isBroadcast, boolean isForward)JobEdgeJobVertex. connectNewDataSetAsInput(JobVertex input, DistributionPattern distPattern, ResultPartitionType partitionType, IntermediateDataSetID intermediateDataSetId, boolean isBroadcast, boolean isForward, int typeNumber, boolean interInputsKeysCorrelated, boolean intraInputKeyCorrelated)Methods in org.apache.flink.runtime.jobgraph that return types with arguments of type JobEdge Modifier and Type Method Description List<JobEdge>IntermediateDataSet. getConsumers()List<JobEdge>JobVertex. getInputs()Methods in org.apache.flink.runtime.jobgraph with parameters of type JobEdge Modifier and Type Method Description voidIntermediateDataSet. addConsumer(JobEdge edge)
-