|
Change Parameter Type input : Graph<K,Double,Double> to input : Graph<K,VV,Double> in method public run(input Graph<K,VV,Double>) : DataSet<Vertex<K,Double>> in class org.apache.flink.graph.library.GSASingleSourceShortestPaths |
From |
To |
|
Change Parameter Type value : Vertex<K,Double> to value : Vertex<K,VV> in method public map(value Vertex<K,VV>) : Double in class org.apache.flink.graph.library.GSASingleSourceShortestPaths.InitVerticesMapper |
From |
To |
|
Change Parameter Type input : Graph<K,Double,Double> to input : Graph<K,VV,Double> in method public run(input Graph<K,VV,Double>) : DataSet<Vertex<K,Double>> in class org.apache.flink.graph.library.SingleSourceShortestPaths |
From |
To |
|
Change Parameter Type value : Vertex<K,Double> to value : Vertex<K,VV> in method public map(value Vertex<K,VV>) : Double in class org.apache.flink.graph.library.SingleSourceShortestPaths.InitVerticesMapper |
From |
To |