|
Rename Method public reduceOnEdges(edgesFunction EdgesFunctionWithVertexValue<K,VV,EV,T>, direction EdgeDirection) : DataSet<T> renamed to public groupReduceOnEdges(edgesFunction EdgesFunctionWithVertexValue<K,VV,EV,T>, direction EdgeDirection) : DataSet<T> in class org.apache.flink.graph.Graph |
From |
To |
|
Rename Method public reduceOnEdges(edgesFunction EdgesFunction<K,EV,T>, direction EdgeDirection) : DataSet<T> renamed to public groupReduceOnEdges(edgesFunction EdgesFunction<K,EV,T>, direction EdgeDirection) : DataSet<T> in class org.apache.flink.graph.Graph |
From |
To |
|
Rename Method public reduceOnNeighbors(neighborsFunction NeighborsFunction<K,VV,EV,T>, direction EdgeDirection) : DataSet<T> renamed to public groupReduceOnNeighbors(neighborsFunction NeighborsFunction<K,VV,EV,T>, direction EdgeDirection) : DataSet<T> in class org.apache.flink.graph.Graph |
From |
To |
|
Rename Method public reduceOnNeighbors(neighborsFunction NeighborsFunctionWithVertexValue<K,VV,EV,T>, direction EdgeDirection) : DataSet<T> renamed to public groupReduceOnNeighbors(neighborsFunction NeighborsFunctionWithVertexValue<K,VV,EV,T>, direction EdgeDirection) : DataSet<T> in class org.apache.flink.graph.Graph |
From |
To |
|
Move Method public iterateNeighbors(neighbors Iterable<Tuple3<Long,Edge<Long,Long>,Vertex<Long,Long>>>) : Tuple2<Long,Long> from class org.apache.flink.graph.test.operations.ReduceOnNeighborMethodsITCase.SumAllNeighborsNoValue to public iterateNeighbors(neighbors Iterable<Tuple3<Long,Edge<Long,Long>,Vertex<Long,Long>>>, out Collector<Tuple2<Long,Long>>) : void from class org.apache.flink.graph.test.operations.ReduceOnNeighborMethodsITCase.SumOutNeighborsNoValueMultipliedByTwoIdGreaterThanTwo |
From |
To |
|
Move Method public iterateNeighbors(neighbors Iterable<Tuple3<Long,Edge<Long,Long>,Vertex<Long,Long>>>) : Tuple2<Long,Long> from class org.apache.flink.graph.test.operations.ReduceOnNeighborMethodsITCase.SumInNeighborsNoValue to public iterateNeighbors(neighbors Iterable<Tuple3<Long,Edge<Long,Long>,Vertex<Long,Long>>>, out Collector<Tuple2<Long,Long>>) : void from class org.apache.flink.graph.test.operations.ReduceOnNeighborMethodsITCase.SumInNeighborsNoValueMultipliedByTwoIdGreaterThanTwo |
From |
To |
|
Move Method public iterateNeighbors(neighbors Iterable<Tuple3<Long,Edge<Long,Long>,Vertex<Long,Long>>>) : Tuple2<Long,Long> from class org.apache.flink.graph.test.operations.ReduceOnNeighborMethodsITCase.SumOutNeighborsNoValue to public iterateNeighbors(neighbors Iterable<Tuple3<Long,Edge<Long,Long>,Vertex<Long,Long>>>, out Collector<Tuple2<Long,Long>>) : void from class org.apache.flink.graph.test.operations.ReduceOnNeighborMethodsITCase.SumOutNeighborsNoValueMultipliedByTwoIdGreaterThanTwo |
From |
To |
|
Change Return Type Tuple2<Long,Long> to void in method public iterateNeighbors(neighbors Iterable<Tuple3<Long,Edge<Long,Long>,Vertex<Long,Long>>>, out Collector<Tuple2<Long,Long>>) : void in class org.apache.flink.graph.test.operations.ReduceOnNeighborMethodsITCase.SumInNeighborsNoValueMultipliedByTwoIdGreaterThanTwo |
From |
To |
|
Change Return Type Tuple2<Long,Long> to void in method public iterateNeighbors(neighbors Iterable<Tuple3<Long,Edge<Long,Long>,Vertex<Long,Long>>>, out Collector<Tuple2<Long,Long>>) : void in class org.apache.flink.graph.test.operations.ReduceOnNeighborMethodsITCase.SumOutNeighborsNoValueMultipliedByTwoIdGreaterThanTwo |
From |
To |
|
Change Return Type Tuple2<Long,Long> to void in method public iterateEdges(v Vertex<Long,Long>, edges Iterable<Edge<Long,Long>>, out Collector<Tuple2<Long,Long>>) : void in class org.apache.flink.graph.test.operations.ReduceOnEdgesMethodsITCase.SelectMinWeightNeighbor |
From |
To |
|
Change Return Type Tuple2<Long,Long> to void in method public iterateEdges(edges Iterable<Tuple2<Long,Edge<Long,Long>>>, out Collector<Tuple2<Long,Long>>) : void in class org.apache.flink.graph.test.operations.ReduceOnEdgesMethodsITCase.SelectMinWeightInNeighborNoValue |
From |
To |
|
Change Return Type Tuple2<Long,Long> to void in method public iterateEdges(v Vertex<Long,Long>, edges Iterable<Edge<Long,Long>>, out Collector<Tuple2<Long,Long>>) : void in class org.apache.flink.graph.test.operations.ReduceOnEdgesMethodsITCase.SelectMaxWeightNeighbor |
From |
To |
|
Change Return Type Tuple2<Long,Long> to void in method public iterateEdges(v Vertex<Long,Long>, edges Iterable<Edge<Long,Long>>, out Collector<Tuple2<Long,Long>>) : void in class org.apache.flink.graph.test.operations.ReduceOnEdgesMethodsITCase.SelectMinWeightInNeighbor |
From |
To |
|
Change Return Type Tuple2<Long,Long> to void in method public iterateNeighbors(vertex Vertex<Long,Long>, neighbors Iterable<Tuple2<Edge<Long,Long>,Vertex<Long,Long>>>, out Collector<Tuple2<Long,Long>>) : void in class org.apache.flink.graph.test.operations.ReduceOnNeighborMethodsITCase.SumOutNeighbors |
From |
To |
|
Change Return Type Tuple2<String,String> to void in method public iterateEdges(vertex Vertex<String,NullValue>, edges Iterable<Edge<String,Integer>>, out Collector<Tuple2<String,String>>) : void in class org.apache.flink.graph.example.MusicProfiles.GetTopSongPerUser |
From |
To |
|
Change Return Type Tuple2<Long,Long> to void in method public iterateNeighbors(vertex Vertex<Long,Long>, neighbors Iterable<Tuple2<Edge<Long,Long>,Vertex<Long,Long>>>, out Collector<Tuple2<Long,Long>>) : void in class org.apache.flink.graph.test.operations.ReduceOnNeighborMethodsITCase.SumAllNeighbors |
From |
To |
|
Change Return Type Tuple2<Long,Long> to void in method public iterateNeighbors(vertex Vertex<Long,Long>, neighbors Iterable<Tuple2<Edge<Long,Long>,Vertex<Long,Long>>>, out Collector<Tuple2<Long,Long>>) : void in class org.apache.flink.graph.test.operations.ReduceOnNeighborMethodsITCase.SumInNeighbors |
From |
To |