|
Change Parameter Type other : GraphAlgorithmWrappingDataSet to other : GraphAlgorithmWrappingBase in method protected mergeConfiguration(other GraphAlgorithmWrappingBase) : boolean in class org.apache.flink.graph.asm.degree.annotate.undirected.EdgeSourceDegree |
From |
To |
|
Change Parameter Type other : GraphAlgorithmWrappingDataSet to other : GraphAlgorithmWrappingBase in method protected mergeConfiguration(other GraphAlgorithmWrappingBase) : boolean in class org.apache.flink.graph.library.linkanalysis.PageRank |
From |
To |
|
Change Parameter Type other : GraphAlgorithmWrappingGraph to other : GraphAlgorithmWrappingBase in method protected mergeConfiguration(other GraphAlgorithmWrappingBase) : boolean in class org.apache.flink.graph.asm.translate.TranslateEdgeValues |
From |
To |
|
Change Parameter Type other : GraphAlgorithmWrappingGraph to other : GraphAlgorithmWrappingBase in method protected mergeConfiguration(other GraphAlgorithmWrappingBase) : boolean in class org.apache.flink.graph.asm.translate.TranslateGraphIds |
From |
To |
|
Change Parameter Type other : GraphAlgorithmWrappingGraph to other : GraphAlgorithmWrappingBase in method protected mergeConfiguration(other GraphAlgorithmWrappingBase) : boolean in class org.apache.flink.graph.asm.simple.undirected.Simplify |
From |
To |
|
Change Parameter Type other : GraphAlgorithmWrappingDataSet to other : GraphAlgorithmWrappingBase in method protected mergeConfiguration(other GraphAlgorithmWrappingBase) : boolean in class org.apache.flink.graph.asm.degree.annotate.undirected.EdgeTargetDegree |
From |
To |
|
Change Parameter Type other : GraphAlgorithmWrappingDataSet to other : GraphAlgorithmWrappingBase in method protected mergeConfiguration(other GraphAlgorithmWrappingBase) : boolean in class org.apache.flink.graph.asm.degree.annotate.undirected.VertexDegree |
From |
To |
|
Change Parameter Type other : GraphAlgorithmWrappingDataSet to other : GraphAlgorithmWrappingBase in method protected mergeConfiguration(other GraphAlgorithmWrappingBase) : boolean in class org.apache.flink.graph.library.clustering.directed.LocalClusteringCoefficient |
From |
To |
|
Change Parameter Type other : GraphAlgorithmWrappingGraph to other : GraphAlgorithmWrappingBase in method protected mergeConfiguration(other GraphAlgorithmWrappingBase) : boolean in class org.apache.flink.graph.asm.simple.directed.Simplify |
From |
To |
|
Change Parameter Type other : GraphAlgorithmWrappingGraph to other : GraphAlgorithmWrappingBase in method protected mergeConfiguration(other GraphAlgorithmWrappingBase) : boolean in class org.apache.flink.graph.asm.degree.filter.undirected.MaximumDegree |
From |
To |
|
Change Parameter Type other : GraphAlgorithmWrappingDataSet to other : GraphAlgorithmWrappingBase in method protected mergeConfiguration(other GraphAlgorithmWrappingBase) : boolean in class org.apache.flink.graph.asm.degree.annotate.directed.EdgeDegreesPair |
From |
To |
|
Change Parameter Type other : GraphAlgorithmWrappingDataSet to other : GraphAlgorithmWrappingBase in method protected mergeConfiguration(other GraphAlgorithmWrappingBase) : boolean in class org.apache.flink.graph.asm.degree.annotate.undirected.EdgeDegreePair |
From |
To |
|
Change Parameter Type other : GraphAlgorithmWrappingDataSet to other : GraphAlgorithmWrappingBase in method protected mergeConfiguration(other GraphAlgorithmWrappingBase) : boolean in class org.apache.flink.graph.asm.degree.annotate.directed.VertexDegrees |
From |
To |
|
Change Parameter Type other : GraphAlgorithmWrappingDataSet to other : GraphAlgorithmWrappingBase in method protected mergeConfiguration(other GraphAlgorithmWrappingBase) : boolean in class org.apache.flink.graph.library.similarity.AdamicAdar |
From |
To |
|
Change Parameter Type other : GraphAlgorithmWrappingGraph to other : GraphAlgorithmWrappingBase in method protected mergeConfiguration(other GraphAlgorithmWrappingBase) : boolean in class org.apache.flink.graph.asm.translate.TranslateVertexValues |
From |
To |
|
Change Parameter Type other : GraphAlgorithmWrappingDataSet to other : GraphAlgorithmWrappingBase in method protected mergeConfiguration(other GraphAlgorithmWrappingBase) : boolean in class org.apache.flink.graph.asm.degree.annotate.directed.VertexInDegree |
From |
To |
|
Change Parameter Type other : GraphAlgorithmWrappingDataSet to other : GraphAlgorithmWrappingBase in method protected mergeConfiguration(other GraphAlgorithmWrappingBase) : boolean in class org.apache.flink.graph.library.similarity.JaccardIndex |
From |
To |
|
Change Parameter Type other : GraphAlgorithmWrappingDataSet to other : GraphAlgorithmWrappingBase in method protected mergeConfiguration(other GraphAlgorithmWrappingBase) : boolean in class org.apache.flink.graph.asm.degree.annotate.directed.EdgeTargetDegrees |
From |
To |
|
Change Parameter Type other : GraphAlgorithmWrappingDataSet to other : GraphAlgorithmWrappingBase in method protected mergeConfiguration(other GraphAlgorithmWrappingBase) : boolean in class org.apache.flink.graph.library.linkanalysis.HITS |
From |
To |
|
Change Parameter Type other : GraphAlgorithmWrappingDataSet to other : GraphAlgorithmWrappingBase in method protected mergeConfiguration(other GraphAlgorithmWrappingBase) : boolean in class org.apache.flink.graph.asm.degree.annotate.directed.EdgeSourceDegrees |
From |
To |
|
Change Parameter Type other : GraphAlgorithmWrappingDataSet to other : GraphAlgorithmWrappingBase in method protected mergeConfiguration(other GraphAlgorithmWrappingBase) : boolean in class org.apache.flink.graph.library.clustering.TriangleListingBase |
From |
To |
|
Change Parameter Type other : GraphAlgorithmWrappingDataSet to other : GraphAlgorithmWrappingBase in method protected mergeConfiguration(other GraphAlgorithmWrappingBase) : boolean in class org.apache.flink.graph.library.clustering.undirected.LocalClusteringCoefficient |
From |
To |
|
Change Parameter Type other : GraphAlgorithmWrappingDataSet to other : GraphAlgorithmWrappingBase in method protected mergeConfiguration(other GraphAlgorithmWrappingBase) : boolean in class org.apache.flink.graph.asm.degree.annotate.directed.VertexOutDegree |
From |
To |
|
Move Method public setLittleParallelism(littleParallelism int) : TriangleListing<K,VV,EV> from class org.apache.flink.graph.library.clustering.directed.TriangleListing to public setLittleParallelism(littleParallelism int) : TriangleListingBase<K,VV,EV,R> from class org.apache.flink.graph.library.clustering.TriangleListingBase |
From |
To |
|
Move Method protected mergeConfiguration(other GraphAlgorithmWrappingDataSet) : boolean from class org.apache.flink.graph.library.clustering.undirected.TriangleListing to protected mergeConfiguration(other GraphAlgorithmWrappingBase) : boolean from class org.apache.flink.graph.library.clustering.TriangleListingBase |
From |
To |
|
Move Method protected mergeConfiguration(other GraphAlgorithmWrappingDataSet) : boolean from class org.apache.flink.graph.library.clustering.directed.TriangleListing to protected mergeConfiguration(other GraphAlgorithmWrappingBase) : boolean from class org.apache.flink.graph.library.clustering.TriangleListingBase |
From |
To |
|
Move Method public setLittleParallelism(littleParallelism int) : TriangleListing<K,VV,EV> from class org.apache.flink.graph.library.clustering.undirected.TriangleListing to public setLittleParallelism(littleParallelism int) : TriangleListingBase<K,VV,EV,R> from class org.apache.flink.graph.library.clustering.TriangleListingBase |
From |
To |
|
Extract And Move Method public setHubScore(hubScore DoubleValue) : void extracted from public map(value Tuple3<T,DoubleValue,DoubleValue>) : Result<T> in class org.apache.flink.graph.library.linkanalysis.HITS.TranslateResult & moved to class org.apache.flink.graph.library.linkanalysis.HITS.Result |
From |
To |
|
Extract And Move Method public setPageRankScore(pageRankScore DoubleValue) : void extracted from public map(value Tuple2<T,DoubleValue>) : Result<T> in class org.apache.flink.graph.library.linkanalysis.PageRank.TranslateResult & moved to class org.apache.flink.graph.library.linkanalysis.PageRank.Result |
From |
To |
|
Extract And Move Method public setTriangleCount(triangleCount LongValue) : void extracted from public join(vertexAndDegree Vertex<T,Degrees>, vertexAndTriangleCount Tuple2<T,LongValue>) : Result<T> in class org.apache.flink.graph.library.clustering.directed.LocalClusteringCoefficient.JoinVertexDegreeWithTriangleCount & moved to class org.apache.flink.graph.library.clustering.directed.LocalClusteringCoefficient.Result |
From |
To |
|
Extract And Move Method public setAuthorityScore(authorityScore DoubleValue) : void extracted from public map(value Tuple3<T,DoubleValue,DoubleValue>) : Result<T> in class org.apache.flink.graph.library.linkanalysis.HITS.TranslateResult & moved to class org.apache.flink.graph.library.linkanalysis.HITS.Result |
From |
To |
|
Extract And Move Method public setDegree(degree LongValue) : void extracted from public join(vertexAndDegree Vertex<T,Degrees>, vertexAndTriangleCount Tuple2<T,LongValue>) : Result<T> in class org.apache.flink.graph.library.clustering.directed.LocalClusteringCoefficient.JoinVertexDegreeWithTriangleCount & moved to class org.apache.flink.graph.library.clustering.directed.LocalClusteringCoefficient.Result |
From |
To |
|
Extract And Move Method public setBitmask(bitmask ByteValue) : void extracted from public join(triplet Tuple4<T,T,T,ByteValue>, edge Tuple3<T,T,ByteValue>) : Result<T> in class org.apache.flink.graph.library.clustering.directed.TriangleListing.ProjectTriangles & moved to class org.apache.flink.graph.library.clustering.directed.TriangleListing.Result |
From |
To |
|
Extract And Move Method public setDegree(degree LongValue) : void extracted from public join(vertexAndDegree Vertex<T,LongValue>, vertexAndTriangleCount Tuple2<T,LongValue>) : Result<T> in class org.apache.flink.graph.library.clustering.undirected.LocalClusteringCoefficient.JoinVertexDegreeWithTriangleCount & moved to class org.apache.flink.graph.library.clustering.undirected.LocalClusteringCoefficient.Result |
From |
To |
|
Extract And Move Method public setBitmask(bitmask ByteValue) : void extracted from public map(value Result<T>) : Result<T> in class org.apache.flink.graph.library.clustering.directed.TriangleListing.SortTriangleVertices & moved to class org.apache.flink.graph.library.clustering.directed.TriangleListing.Result |
From |
To |