|
Change Parameter Type reduceEdgesFunction : ReduceEdgesFunction<K,EV> to reduceEdgesFunction : ReduceEdgesFunction<EV> in method public reduceOnEdges(reduceEdgesFunction ReduceEdgesFunction<EV>, direction EdgeDirection) : DataSet<Tuple2<K,EV>> in class org.apache.flink.graph.Graph |
From |
To |
|
Change Parameter Type firstNeighbor : Tuple2<Long,Long> to firstNeighbor : Long in method public reduceNeighbors(firstNeighbor Long, secondNeighbor Long) : Long in class org.apache.flink.graph.test.operations.ReduceOnNeighborMethodsITCase.SumNeighbors |
From |
To |
|
Change Parameter Type fun : ReduceEdgesFunction<K,EV> to fun : ReduceEdgesFunction<EV> in method public ApplyReduceFunction(fun ReduceEdgesFunction<EV>) in class org.apache.flink.graph.Graph.ApplyReduceFunction |
From |
To |
|
Change Parameter Type reduceNeighborsFunction : ReduceNeighborsFunction<K,VV> to reduceNeighborsFunction : ReduceNeighborsFunction<VV> in method public reduceOnNeighbors(reduceNeighborsFunction ReduceNeighborsFunction<VV>, direction EdgeDirection) : DataSet<Tuple2<K,VV>> in class org.apache.flink.graph.Graph |
From |
To |
|
Change Parameter Type fun : ReduceNeighborsFunction<K,VV> to fun : ReduceNeighborsFunction<VV> in method public ApplyNeighborReduceFunction(fun ReduceNeighborsFunction<VV>) in class org.apache.flink.graph.Graph.ApplyNeighborReduceFunction |
From |
To |
|
Change Parameter Type secondNeighbor : Tuple2<Long,Long> to secondNeighbor : Long in method public reduceNeighbors(firstNeighbor Long, secondNeighbor Long) : Long in class org.apache.flink.graph.test.operations.ReduceOnNeighborMethodsITCase.SumNeighbors |
From |
To |