|
Change Parameter Type fun : ReduceNeighborsFunction<K,VV,EV> to fun : ReduceNeighborsFunction<K,VV> in method public ApplyNeighborReduceFunction(fun ReduceNeighborsFunction<K,VV>) in class org.apache.flink.graph.Graph.ApplyNeighborReduceFunction |
From |
To |
|
Change Parameter Type firstEdge : Tuple2<Long,Edge<Long,Long>> to firstEdge : Tuple2<Long,Long> in method public reduceEdges(firstEdge Tuple2<Long,Long>, secondEdge Tuple2<Long,Long>) : Tuple2<Long,Long> in class org.apache.flink.graph.test.operations.ReduceOnEdgesMethodsITCase.SelectMinWeightInNeighborNoValue |
From |
To |
|
Change Parameter Type first : Tuple2<K,Edge<K,EV>> to first : Tuple2<K,EV> in method public reduce(first Tuple2<K,EV>, second Tuple2<K,EV>) : Tuple2<K,EV> in class org.apache.flink.graph.Graph.ApplyReduceFunction |
From |
To |
|
Change Parameter Type firstEdge : Tuple2<Long,Edge<Long,Long>> to firstEdge : Tuple2<Long,Long> in method public reduceEdges(firstEdge Tuple2<Long,Long>, secondEdge Tuple2<Long,Long>) : Tuple2<Long,Long> in class org.apache.flink.graph.test.operations.ReduceOnEdgesMethodsITCase.SelectMaxWeightNeighborNoValue |
From |
To |
|
Change Parameter Type secondEdge : Tuple2<Long,Edge<Long,Long>> to secondEdge : Tuple2<Long,Long> in method public reduceEdges(firstEdge Tuple2<Long,Long>, secondEdge Tuple2<Long,Long>) : Tuple2<Long,Long> in class org.apache.flink.graph.test.operations.ReduceOnEdgesMethodsITCase.SelectMinWeightInNeighborNoValue |
From |
To |
|
Change Parameter Type first : Tuple3<K,Edge<K,EV>,Vertex<K,VV>> to first : Tuple2<K,VV> in method public reduce(first Tuple2<K,VV>, second Tuple2<K,VV>) : Tuple2<K,VV> in class org.apache.flink.graph.Graph.ApplyNeighborReduceFunction |
From |
To |
|
Change Parameter Type second : Tuple2<K,Edge<K,EV>> to second : Tuple2<K,EV> in method public reduce(first Tuple2<K,EV>, second Tuple2<K,EV>) : Tuple2<K,EV> in class org.apache.flink.graph.Graph.ApplyReduceFunction |
From |
To |
|
Change Parameter Type secondEdge : Tuple2<Long,Edge<Long,Long>> to secondEdge : Tuple2<Long,Long> in method public reduceEdges(firstEdge Tuple2<Long,Long>, secondEdge Tuple2<Long,Long>) : Tuple2<Long,Long> in class org.apache.flink.graph.test.operations.ReduceOnEdgesMethodsITCase.SelectMaxWeightNeighborNoValue |
From |
To |
|
Change Parameter Type second : Tuple3<K,Edge<K,EV>,Vertex<K,VV>> to second : Tuple2<K,VV> in method public reduce(first Tuple2<K,VV>, second Tuple2<K,VV>) : Tuple2<K,VV> in class org.apache.flink.graph.Graph.ApplyNeighborReduceFunction |
From |
To |
|
Change Parameter Type firstEdge : Tuple2<Long,Edge<Long,Long>> to firstEdge : Tuple2<Long,Long> in method public reduceEdges(firstEdge Tuple2<Long,Long>, secondEdge Tuple2<Long,Long>) : Tuple2<Long,Long> in class org.apache.flink.graph.test.operations.ReduceOnEdgesMethodsITCase.SelectMinWeightNeighborNoValue |
From |
To |
|
Change Parameter Type secondEdge : Tuple2<Long,Edge<Long,Long>> to secondEdge : Tuple2<Long,Long> in method public reduceEdges(firstEdge Tuple2<Long,Long>, secondEdge Tuple2<Long,Long>) : Tuple2<Long,Long> in class org.apache.flink.graph.test.operations.ReduceOnEdgesMethodsITCase.SelectMinWeightNeighborNoValue |
From |
To |
|
Change Return Type Tuple2<Long,Edge<Long,Long>> to Tuple2<Long,Long> in method public reduceEdges(firstEdge Tuple2<Long,Long>, secondEdge Tuple2<Long,Long>) : Tuple2<Long,Long> in class org.apache.flink.graph.test.operations.ReduceOnEdgesMethodsITCase.SelectMaxWeightNeighborNoValue |
From |
To |
|
Change Return Type Tuple3<K,Edge<K,EV>,Vertex<K,VV>> to Tuple2<K,VV> in method public reduce(first Tuple2<K,VV>, second Tuple2<K,VV>) : Tuple2<K,VV> in class org.apache.flink.graph.Graph.ApplyNeighborReduceFunction |
From |
To |
|
Change Return Type Tuple2<Long,Edge<Long,Long>> to Tuple2<Long,Long> in method public reduceEdges(firstEdge Tuple2<Long,Long>, secondEdge Tuple2<Long,Long>) : Tuple2<Long,Long> in class org.apache.flink.graph.test.operations.ReduceOnEdgesMethodsITCase.SelectMinWeightInNeighborNoValue |
From |
To |
|
Change Return Type Tuple2<Long,Edge<Long,Long>> to Tuple2<Long,Long> in method public reduceEdges(firstEdge Tuple2<Long,Long>, secondEdge Tuple2<Long,Long>) : Tuple2<Long,Long> in class org.apache.flink.graph.test.operations.ReduceOnEdgesMethodsITCase.SelectMinWeightNeighborNoValue |
From |
To |
|
Change Return Type DataSet to DataSet<Tuple2<K,EV>> in method public reduceOnEdges(reduceEdgesFunction ReduceEdgesFunction<K,EV>, direction EdgeDirection) : DataSet<Tuple2<K,EV>> in class org.apache.flink.graph.Graph |
From |
To |
|
Change Return Type Tuple2<K,Edge<K,EV>> to Tuple2<K,EV> in method public reduce(first Tuple2<K,EV>, second Tuple2<K,EV>) : Tuple2<K,EV> in class org.apache.flink.graph.Graph.ApplyReduceFunction |
From |
To |