|
Change Return Type DataSet<Vertex<Long,Double>> to DataSet<Vertex<Long,Long>> in method private getVertexDataSet(env ExecutionEnvironment) : DataSet<Vertex<Long,Long>> in class org.apache.flink.graph.example.GSAConnectedComponentsExample |
From |
To |
|
Change Return Type DataSet<Edge<Long,Double>> to DataSet<Edge<Long,NullValue>> in method private getEdgeDataSet(env ExecutionEnvironment) : DataSet<Edge<Long,NullValue>> in class org.apache.flink.graph.example.GSAConnectedComponentsExample |
From |
To |
|
Change Return Type HashSet<Double> to Long in method public sum(newValue Long, currentValue Long) : Long in class org.apache.flink.graph.example.GSAConnectedComponentsExample.ConnectedComponentsSum |
From |
To |
|
Change Return Type HashSet<Double> to Long in method public gather(richEdge RichEdge<Long,NullValue>) : Long in class org.apache.flink.graph.example.GSAConnectedComponentsExample.ConnectedComponentsGather |
From |
To |
|
Change Variable Type graph : Graph<Long,Double,Double> to graph : Graph<Long,Long,NullValue> in method public main(args String[]) : void in class org.apache.flink.graph.example.GSAConnectedComponentsExample |
From |
To |
|
Change Variable Type apply : ApplyFunction<Double,Double,HashSet<Double>> to apply : ApplyFunction<Long,NullValue,Long> in method public main(args String[]) : void in class org.apache.flink.graph.example.GSAConnectedComponentsExample |
From |
To |
|
Change Variable Type iteration : GatherSumApplyIteration<Long,Double,Double,HashSet<Double>> to iteration : GatherSumApplyIteration<Long,Long,NullValue,Long> in method public main(args String[]) : void in class org.apache.flink.graph.example.GSAConnectedComponentsExample |
From |
To |
|
Change Variable Type sum : SumFunction<Double,Double,HashSet<Double>> to sum : SumFunction<Long,NullValue,Long> in method public main(args String[]) : void in class org.apache.flink.graph.example.GSAConnectedComponentsExample |
From |
To |
|
Change Variable Type gather : GatherFunction<Double,Double,HashSet<Double>> to gather : GatherFunction<Long,NullValue,Long> in method public main(args String[]) : void in class org.apache.flink.graph.example.GSAConnectedComponentsExample |
From |
To |
|
Change Variable Type result : Graph<Long,Double,Double> to result : Graph<Long,Long,NullValue> in method public main(args String[]) : void in class org.apache.flink.graph.example.GSAConnectedComponentsExample |
From |
To |
|
Change Variable Type vertices : DataSet<Vertex<Long,Double>> to vertices : DataSet<Vertex<Long,Long>> in method public main(args String[]) : void in class org.apache.flink.graph.example.GSAConnectedComponentsExample |
From |
To |
|
Change Variable Type greedyGraphColoring : DataSet<Vertex<Long,Double>> to greedyGraphColoring : DataSet<Vertex<Long,Long>> in method public main(args String[]) : void in class org.apache.flink.graph.example.GSAConnectedComponentsExample |
From |
To |
|
Change Variable Type edges : DataSet<Edge<Long,Double>> to edges : DataSet<Edge<Long,NullValue>> in method public main(args String[]) : void in class org.apache.flink.graph.example.GSAConnectedComponentsExample |
From |
To |