|
Rename Parameter iterableDS1 : Iterable<Edge<K,EV>> to edges : Iterable<Edge<K,EV>> in method public coGroup(edges Iterable<Edge<K,EV>>, input Iterable<Tuple2<K,T>>, collector Collector<Edge<K,EV>>) : void in class flink.graphs.Graph.ApplyCoGroupToEdgeValuesOnEitherSourceOrTarget |
From |
To |
|
Rename Parameter iterableDS1 : Iterable<Edge<K,EV>> to edges : Iterable<Edge<K,EV>> in method public coGroup(edges Iterable<Edge<K,EV>>, input Iterable<Tuple3<K,K,T>>, collector Collector<Edge<K,EV>>) : void in class flink.graphs.Graph.ApplyCoGroupToEdgeValues |
From |
To |
|
Rename Parameter iterableDS2 : Iterable<Tuple2<K,T>> to input : Iterable<Tuple2<K,T>> in method public coGroup(edges Iterable<Edge<K,EV>>, input Iterable<Tuple2<K,T>>, collector Collector<Edge<K,EV>>) : void in class flink.graphs.Graph.ApplyCoGroupToEdgeValuesOnEitherSourceOrTarget |
From |
To |
|
Rename Parameter iterableDS2 : Iterable<Tuple3<K,K,T>> to input : Iterable<Tuple3<K,K,T>> in method public coGroup(edges Iterable<Edge<K,EV>>, input Iterable<Tuple3<K,K,T>>, collector Collector<Edge<K,EV>>) : void in class flink.graphs.Graph.ApplyCoGroupToEdgeValues |
From |
To |
|
Rename Parameter iterableDS2 : Iterable<Tuple2<K,T>> to input : Iterable<Tuple2<K,T>> in method public coGroup(vertices Iterable<Vertex<K,VV>>, input Iterable<Tuple2<K,T>>, collector Collector<Vertex<K,VV>>) : void in class flink.graphs.Graph.ApplyCoGroupToVertexValues |
From |
To |
|
Rename Parameter iterableDS1 : Iterable<Vertex<K,VV>> to vertices : Iterable<Vertex<K,VV>> in method public coGroup(vertices Iterable<Vertex<K,VV>>, input Iterable<Tuple2<K,T>>, collector Collector<Vertex<K,VV>>) : void in class flink.graphs.Graph.ApplyCoGroupToVertexValues |
From |
To |