|
Rename Method public plan(graph Graph<K,VV,EV>) : void renamed to protected simplePlan(graph Graph<K,VV,EV>) : DataSet<PrintableResult> in class org.apache.flink.graph.drivers.ClusteringCoefficient |
From |
To |
|
Rename Method public plan(graph Graph<K,VV,EV>) : void renamed to protected simplePlan(graph Graph<K,VV,EV>) : DataSet<Result<K>> in class org.apache.flink.graph.drivers.HITS |
From |
To |
|
Rename Method public plan(graph Graph<K,VV,EV>) : void renamed to protected simplePlan(graph Graph<K,VV,EV>) : DataSet<Result<K>> in class org.apache.flink.graph.drivers.AdamicAdar |
From |
To |
|
Rename Method public plan(graph Graph<K,VV,EV>) : void renamed to protected simplePlan(graph Graph<K,VV,EV>) : DataSet<Result<K>> in class org.apache.flink.graph.drivers.JaccardIndex |
From |
To |
|
Rename Method public plan(graph Graph<K,VV,EV>) : void renamed to protected simplePlan(graph Graph<K,VV,EV>) : DataSet<Result<K>> in class org.apache.flink.graph.drivers.PageRank |
From |
To |
|
Rename Method public plan(graph Graph<K,VV,EV>) : void renamed to protected simplePlan(graph Graph<K,VV,EV>) : DataSet<PrintableResult> in class org.apache.flink.graph.drivers.TriangleListing |
From |
To |
|
Change Parameter Type values : Iterable<Tuple3<T,T,ByteValue>> to values : Iterable<Tuple2<T,ByteValue>> in method public reduce(values Iterable<Tuple2<T,ByteValue>>, out Collector<Vertex<T,Degrees>>) : void in class org.apache.flink.graph.asm.degree.annotate.directed.VertexDegrees.DegreeCount |
From |
To |
|
Change Parameter Type out : Collector<Tuple3<T,T,ByteValue>> to out : Collector<Tuple2<T,ByteValue>> in method public reduce(values Iterable<Tuple3<T,T,ByteValue>>, out Collector<Tuple2<T,ByteValue>>) : void in class org.apache.flink.graph.asm.degree.annotate.directed.VertexDegrees.ReduceBitmask |
From |
To |
|
Change Return Type void to DataSet<Result<K>> in method protected simplePlan(graph Graph<K,VV,EV>) : DataSet<Result<K>> in class org.apache.flink.graph.drivers.AdamicAdar |
From |
To |
|
Change Return Type void to DataSet<Result<K>> in method protected simplePlan(graph Graph<K,VV,EV>) : DataSet<Result<K>> in class org.apache.flink.graph.drivers.JaccardIndex |
From |
To |
|
Change Return Type void to DataSet<Result<K>> in method protected simplePlan(graph Graph<K,VV,EV>) : DataSet<Result<K>> in class org.apache.flink.graph.drivers.PageRank |
From |
To |
|
Change Return Type void to DataSet<PrintableResult> in method protected simplePlan(graph Graph<K,VV,EV>) : DataSet<PrintableResult> in class org.apache.flink.graph.drivers.TriangleListing |
From |
To |
|
Change Return Type void to DataSet<PrintableResult> in method protected simplePlan(graph Graph<K,VV,EV>) : DataSet<PrintableResult> in class org.apache.flink.graph.drivers.ClusteringCoefficient |
From |
To |
|
Change Return Type void to DataSet<Result<K>> in method protected simplePlan(graph Graph<K,VV,EV>) : DataSet<Result<K>> in class org.apache.flink.graph.drivers.HITS |
From |
To |
|
Change Variable Type edgesWithOrder : DataSet<Tuple3<K,K,ByteValue>> to vertexWithEdgeOrder : DataSet<Tuple2<K,ByteValue>> in method public runInternal(input Graph<K,VV,EV>) : DataSet<Vertex<K,Degrees>> in class org.apache.flink.graph.asm.degree.annotate.directed.VertexDegrees |
From |
To |
|
Change Variable Type edge : Tuple3<T,T,ByteValue> to edge : Tuple2<T,ByteValue> in method public reduce(values Iterable<Tuple2<T,ByteValue>>, out Collector<Vertex<T,Degrees>>) : void in class org.apache.flink.graph.asm.degree.annotate.directed.VertexDegrees.DegreeCount |
From |
To |