|
Change Parameter Type edge : Edge<K,Tuple2<EV,LongValue>> to edge : Edge<K,Tuple2<EV,D>> in method public join(edge Edge<K,Tuple2<EV,D>>, vertex Vertex<K,D>) : Edge<K,Tuple3<EV,D,D>> in class org.apache.flink.graph.asm.degree.annotate.DegreeAnnotationFunctions.JoinEdgeDegreeWithVertexDegree |
From |
To |
|
Change Parameter Type vertex : Vertex<K,LongValue> to vertex : Vertex<K,D> in method public join(edge Edge<K,EV>, vertex Vertex<K,D>) : Edge<K,Tuple2<EV,D>> in class org.apache.flink.graph.asm.degree.annotate.DegreeAnnotationFunctions.JoinEdgeWithVertexDegree |
From |
To |
|
Change Parameter Type vertex : Vertex<K,LongValue> to vertex : Vertex<K,D> in method public join(edge Edge<K,Tuple2<EV,D>>, vertex Vertex<K,D>) : Edge<K,Tuple3<EV,D,D>> in class org.apache.flink.graph.asm.degree.annotate.DegreeAnnotationFunctions.JoinEdgeDegreeWithVertexDegree |
From |
To |
|
Change Return Type Edge<K,Tuple2<EV,LongValue>> to Edge<K,Tuple2<EV,D>> in method public join(edge Edge<K,EV>, vertex Vertex<K,D>) : Edge<K,Tuple2<EV,D>> in class org.apache.flink.graph.asm.degree.annotate.DegreeAnnotationFunctions.JoinEdgeWithVertexDegree |
From |
To |
|
Change Return Type Edge<K,Tuple3<EV,LongValue,LongValue>> to Edge<K,Tuple3<EV,D,D>> in method public join(edge Edge<K,Tuple2<EV,D>>, vertex Vertex<K,D>) : Edge<K,Tuple3<EV,D,D>> in class org.apache.flink.graph.asm.degree.annotate.DegreeAnnotationFunctions.JoinEdgeDegreeWithVertexDegree |
From |
To |
|
Change Return Type VertexDegreePair<K,VV,EV> to VertexDegrees<K,VV,EV> in method public setIncludeZeroDegreeVertices(includeZeroDegreeVertices boolean) : VertexDegrees<K,VV,EV> in class org.apache.flink.graph.asm.degree.annotate.directed.VertexDegrees |
From |
To |
|
Change Return Type DataSet<Vertex<K,Tuple2<LongValue,LongValue>>> to DataSet<Vertex<K,Degrees>> in method public run(input Graph<K,VV,EV>) : DataSet<Vertex<K,Degrees>> in class org.apache.flink.graph.asm.degree.annotate.directed.VertexDegrees |
From |
To |
|
Change Return Type VertexDegreePair<K,VV,EV> to VertexDegrees<K,VV,EV> in method public setParallelism(parallelism int) : VertexDegrees<K,VV,EV> in class org.apache.flink.graph.asm.degree.annotate.directed.VertexDegrees |
From |
To |
|
Change Variable Type degree : DataSet<Vertex<K,Tuple2<LongValue,LongValue>>> to vertexDegrees : DataSet<Vertex<K,Degrees>> in method public run(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 valueAndDegree : Tuple2<EV,LongValue> to valueAndDegree : Tuple2<EV,D> in method public join(edge Edge<K,Tuple2<EV,D>>, vertex Vertex<K,D>) : Edge<K,Tuple3<EV,D,D>> in class org.apache.flink.graph.asm.degree.annotate.DegreeAnnotationFunctions.JoinEdgeDegreeWithVertexDegree |
From |
To |
|
Change Variable Type vertexDegrees : DataSet<Vertex<IntValue,Tuple2<LongValue,LongValue>>> to vertexDegrees : DataSet<Vertex<IntValue,Degrees>> in method public testWithSimpleDirectedGraph() : void in class org.apache.flink.graph.asm.degree.annotate.directed.VertexDegreesTest |
From |
To |
|
Change Variable Type vertexDegrees : DataSet<Vertex<LongValue,Tuple2<LongValue,LongValue>>> to vertexDegrees : DataSet<Vertex<LongValue,Degrees>> in method public testWithEmptyGraph() : void in class org.apache.flink.graph.asm.degree.annotate.directed.VertexDegreesTest |
From |
To |
|
Change Attribute Type output : Edge<K,Tuple2<EV,LongValue>> to output : Edge<K,Tuple2<EV,D>> in class org.apache.flink.graph.asm.degree.annotate.DegreeAnnotationFunctions.JoinEdgeWithVertexDegree |
From |
To |
|
Change Attribute Type valueAndDegree : Tuple2<EV,LongValue> to valueAndDegree : Tuple2<EV,D> in class org.apache.flink.graph.asm.degree.annotate.DegreeAnnotationFunctions.JoinEdgeWithVertexDegree |
From |
To |
|
Change Attribute Type valueAndDegrees : Tuple3<EV,LongValue,LongValue> to valueAndDegrees : Tuple3<EV,D,D> in class org.apache.flink.graph.asm.degree.annotate.DegreeAnnotationFunctions.JoinEdgeDegreeWithVertexDegree |
From |
To |
|
Change Attribute Type output : Edge<K,Tuple3<EV,LongValue,LongValue>> to output : Edge<K,Tuple3<EV,D,D>> in class org.apache.flink.graph.asm.degree.annotate.DegreeAnnotationFunctions.JoinEdgeDegreeWithVertexDegree |
From |
To |