|
Change Parameter Type mapper : MapFunction<Tuple2<VV,T>,VV> to mapper : VertexJoinFunction<VV,T> in method public ApplyCoGroupToVertexValues(mapper VertexJoinFunction<VV,T>) in class org.apache.flink.graph.Graph.ApplyCoGroupToVertexValues |
From |
To |
|
Change Parameter Type value : Tuple2<Double,Long> to value : Long in method public map(value Long) : String in class org.apache.flink.graph.test.operations.GraphCreationITCase.BooMapper |
From |
To |
|
Change Parameter Type mapper : MapFunction<Tuple2<EV,T>,EV> to mapper : EdgeJoinFunction<EV,T> in method public ApplyCoGroupToEdgeValuesOnEitherSourceOrTarget(mapper EdgeJoinFunction<EV,T>) in class org.apache.flink.graph.Graph.ApplyCoGroupToEdgeValuesOnEitherSourceOrTarget |
From |
To |
|
Change Parameter Type mapper : MapFunction<Tuple2<EV,T>,EV> to edgeJoinFunction : EdgeJoinFunction<EV,T> in method public joinWithEdgesOnTarget(inputDataSet DataSet<Tuple2<K,T>>, edgeJoinFunction EdgeJoinFunction<EV,T>) : Graph<K,VV,EV> in class org.apache.flink.graph.Graph |
From |
To |
|
Change Parameter Type mapper : MapFunction<Tuple2<EV,T>,EV> to mapper : EdgeJoinFunction<EV,T> in method public ApplyCoGroupToEdgeValues(mapper EdgeJoinFunction<EV,T>) in class org.apache.flink.graph.Graph.ApplyCoGroupToEdgeValues |
From |
To |
|
Change Parameter Type mapper : MapFunction<Tuple2<EV,T>,EV> to edgeJoinFunction : EdgeJoinFunction<EV,T> in method public joinWithEdgesOnSource(inputDataSet DataSet<Tuple2<K,T>>, edgeJoinFunction EdgeJoinFunction<EV,T>) : Graph<K,VV,EV> in class org.apache.flink.graph.Graph |
From |
To |
|
Change Parameter Type mapper : MapFunction<Tuple2<EV,T>,EV> to edgeJoinFunction : EdgeJoinFunction<EV,T> in method public joinWithEdges(inputDataSet DataSet<Tuple3<K,K,T>>, edgeJoinFunction EdgeJoinFunction<EV,T>) : Graph<K,VV,EV> in class org.apache.flink.graph.Graph |
From |
To |
|
Change Parameter Type mapper : MapFunction<Tuple2<VV,T>,VV> to vertexJoinFunction : VertexJoinFunction<VV,T> in method public joinWithVertices(inputDataSet DataSet<Tuple2<K,T>>, vertexJoinFunction VertexJoinFunction<VV,T>) : Graph<K,VV,EV> in class org.apache.flink.graph.Graph |
From |
To |
|
Rename Parameter mapper : MapFunction<K,VV> to vertexValueInitializer : MapFunction<K,VV> in method public fromTupleDataSet(edges DataSet<Tuple3<K,K,EV>>, vertexValueInitializer MapFunction<K,VV>, context ExecutionEnvironment) : Graph<K,VV,EV> in class org.apache.flink.graph.Graph |
From |
To |
|
Rename Parameter mapper : MapFunction<K,VV> to vertexValueInitializer : MapFunction<K,VV> in method public fromDataSet(edges DataSet<Edge<K,EV>>, vertexValueInitializer MapFunction<K,VV>, context ExecutionEnvironment) : Graph<K,VV,EV> in class org.apache.flink.graph.Graph |
From |
To |
|
Rename Parameter mapper : MapFunction<Tuple2<EV,T>,EV> to edgeJoinFunction : EdgeJoinFunction<EV,T> in method public joinWithEdgesOnTarget(inputDataSet DataSet<Tuple2<K,T>>, edgeJoinFunction EdgeJoinFunction<EV,T>) : Graph<K,VV,EV> in class org.apache.flink.graph.Graph |
From |
To |
|
Rename Parameter mapper : MapFunction<Tuple2<EV,T>,EV> to edgeJoinFunction : EdgeJoinFunction<EV,T> in method public joinWithEdgesOnSource(inputDataSet DataSet<Tuple2<K,T>>, edgeJoinFunction EdgeJoinFunction<EV,T>) : Graph<K,VV,EV> in class org.apache.flink.graph.Graph |
From |
To |
|
Rename Parameter v : Vertex<K,VV> to vertex : Vertex<K,VV> in method public iterateEdges(vertex Vertex<K,VV>, edges Iterable<Edge<K,EV>>, out Collector<O>) : void in class org.apache.flink.graph.EdgesFunctionWithVertexValue |
From |
To |
|
Rename Parameter mapper : MapFunction<Tuple2<EV,T>,EV> to edgeJoinFunction : EdgeJoinFunction<EV,T> in method public joinWithEdges(inputDataSet DataSet<Tuple3<K,K,T>>, edgeJoinFunction EdgeJoinFunction<EV,T>) : Graph<K,VV,EV> in class org.apache.flink.graph.Graph |
From |
To |
|
Rename Parameter mapper : MapFunction<Tuple2<VV,T>,VV> to vertexJoinFunction : VertexJoinFunction<VV,T> in method public joinWithVertices(inputDataSet DataSet<Tuple2<K,T>>, vertexJoinFunction VertexJoinFunction<VV,T>) : Graph<K,VV,EV> in class org.apache.flink.graph.Graph |
From |
To |
|
Rename Parameter mapper : MapFunction<K,VV> to vertexValueInitializer : MapFunction<K,VV> in method public fromCsvReader(edgesPath String, vertexValueInitializer MapFunction<K,VV>, context ExecutionEnvironment) : GraphCsvReader in class org.apache.flink.graph.Graph |
From |
To |
|
Rename Parameter mapper : MapFunction<K,VV> to vertexValueInitializer : MapFunction<K,VV> in method public fromCollection(edges Collection<Edge<K,EV>>, vertexValueInitializer MapFunction<K,VV>, context ExecutionEnvironment) : Graph<K,VV,EV> in class org.apache.flink.graph.Graph |
From |
To |