|
Change Parameter Type out : Collector<Tuple2<K,T>> to out : Collector<T> in method public coGroup(vertex Iterable<Vertex<K,VV>>, keysWithNeighbors Iterable<Tuple3<K,Edge<K,EV>,Vertex<K,VV>>>, out Collector<T>) : void in class flink.graphs.Graph.ApplyCoGroupFunctionOnAllNeighbors |
From |
To |
|
Change Parameter Type out : Collector<Tuple2<K,T>> to out : Collector<T> in method public coGroup(vertex Iterable<Vertex<K,VV>>, keysWithEdges Iterable<Tuple2<K,Edge<K,EV>>>, out Collector<T>) : void in class flink.graphs.Graph.ApplyCoGroupFunctionOnAllEdges |
From |
To |
|
Change Parameter Type out : Collector<Tuple2<K,T>> to out : Collector<T> in method public coGroup(vertex Iterable<Vertex<K,VV>>, neighbors Iterable<Tuple2<Edge<K,EV>,Vertex<K,VV>>>, out Collector<T>) : void in class flink.graphs.Graph.ApplyNeighborCoGroupFunction |
From |
To |
|
Change Parameter Type out : Collector<Tuple2<K,T>> to out : Collector<T> in method public reduce(edges Iterable<Tuple2<K,Edge<K,EV>>>, out Collector<T>) : void in class flink.graphs.Graph.ApplyGroupReduceFunction |
From |
To |
|
Change Parameter Type out : Collector<Tuple2<K,T>> to out : Collector<T> in method public reduce(keysWithEdges Iterable<Tuple2<K,Edge<K,EV>>>, out Collector<T>) : void in class flink.graphs.Graph.ApplyGroupReduceFunctionOnAllEdges |
From |
To |
|
Change Parameter Type out : Collector<Tuple2<K,T>> to out : Collector<T> in method public coGroup(vertex Iterable<Vertex<K,VV>>, edges Iterable<Edge<K,EV>>, out Collector<T>) : void in class flink.graphs.Graph.ApplyCoGroupFunction |
From |
To |
|
Change Return Type TypeInformation<Tuple2<K,T>> to TypeInformation<T> in method public getProducedType() : TypeInformation<T> in class flink.graphs.Graph.ApplyGroupReduceFunction |
From |
To |
|
Change Return Type Tuple2<K,O> to O in method public iterateEdges(neighbors Iterable<Tuple3<K,Edge<K,EV>,Vertex<K,VV>>>) : O in class flink.graphs.NeighborsFunction |
From |
To |
|
Change Return Type Tuple2<K,O> to O in method public iterateEdges(v Vertex<K,VV>, edges Iterable<Edge<K,EV>>) : O in class flink.graphs.EdgesFunctionWithVertexValue |
From |
To |
|
Change Return Type Tuple2<K,O> to O in method public iterateEdges(edges Iterable<Tuple2<K,Edge<K,EV>>>) : O in class flink.graphs.EdgesFunction |
From |
To |
|
Change Return Type TypeInformation<Tuple2<K,T>> to TypeInformation<T> in method public getProducedType() : TypeInformation<T> in class flink.graphs.Graph.ApplyNeighborCoGroupFunction |
From |
To |
|
Change Return Type TypeInformation<Tuple2<K,T>> to TypeInformation<T> in method public getProducedType() : TypeInformation<T> in class flink.graphs.Graph.ApplyCoGroupFunctionOnAllNeighbors |
From |
To |
|
Change Return Type TypeInformation<Tuple2<K,T>> to TypeInformation<T> in method public getProducedType() : TypeInformation<T> in class flink.graphs.Graph.ApplyGroupReduceFunctionOnAllEdges |
From |
To |
|
Change Return Type DataSet<Tuple2<K,T>> to DataSet<T> in method public reduceOnEdges(edgesFunction EdgesFunction<K,EV,T>, direction EdgeDirection) : DataSet<T> in class flink.graphs.Graph |
From |
To |
|
Change Return Type DataSet<Tuple2<K,T>> to DataSet<T> in method public reduceOnEdges(edgesFunction EdgesFunctionWithVertexValue<K,VV,EV,T>, direction EdgeDirection) : DataSet<T> in class flink.graphs.Graph |
From |
To |
|
Change Return Type DataSet<Tuple2<K,T>> to DataSet<T> in method public reduceOnNeighbors(neighborsFunction NeighborsFunctionWithVertexValue<K,VV,EV,T>, direction EdgeDirection) : DataSet<T> in class flink.graphs.Graph |
From |
To |
|
Change Return Type Tuple2<K,O> to O in method public iterateNeighbors(vertex Vertex<K,VV>, neighbors Iterable<Tuple2<Edge<K,EV>,Vertex<K,VV>>>) : O in class flink.graphs.NeighborsFunctionWithVertexValue |
From |
To |
|
Change Return Type TypeInformation<Tuple2<K,T>> to TypeInformation<T> in method public getProducedType() : TypeInformation<T> in class flink.graphs.Graph.ApplyCoGroupFunction |
From |
To |
|
Change Return Type TypeInformation<Tuple2<K,T>> to TypeInformation<T> in method public getProducedType() : TypeInformation<T> in class flink.graphs.Graph.ApplyCoGroupFunctionOnAllEdges |
From |
To |