|
Change Parameter Type value : Tuple3<K,K,EV> to value : Edge<K,EV> in method public filter(value Edge<K,EV>) : boolean in class flink.graphs.Graph.ApplyEdgeFilter |
From |
To |
|
Change Parameter Type edge : Tuple3<K,K,EV> to edge : Edge<K,EV> in method public removeEdge(edge Edge<K,EV>) : Graph<K,VV,EV> in class flink.graphs.Graph |
From |
To |
|
Change Parameter Type second : Tuple2<K,VV> to second : Vertex<K,VV> in method public join(first Edge<K,EV>, second Vertex<K,VV>, out Collector<Edge<K,EV>>) : void in class flink.graphs.Graph.ProjectEdge |
From |
To |
|
Change Parameter Type edges : Collection<Tuple3<K,K,EV>> to edges : Collection<Edge<K,EV>> in method public fromCollection(vertices Collection<Vertex<K,VV>>, edges Collection<Edge<K,EV>>) : Graph<K,VV,EV> in class flink.graphs.Graph |
From |
To |
|
Change Parameter Type target : Tuple2<K,VV> to target : Vertex<K,VV> in method public addEdge(source Vertex<K,VV>, target Vertex<K,VV>, edgeValue EV) : Graph<K,VV,EV> in class flink.graphs.Graph |
From |
To |
|
Change Parameter Type vertex : Tuple2<K,VV> to vertex : Vertex<K,VV> in method public RemoveVertexFilter(vertex Vertex<K,VV>) in class flink.graphs.Graph.RemoveVertexFilter |
From |
To |
|
Change Parameter Type edge : Tuple3<K,K,EV> to edge : Edge<K,EV> in method public EdgeRemovalEdgeFilter(edge Edge<K,EV>) in class flink.graphs.Graph.EdgeRemovalEdgeFilter |
From |
To |
|
Change Parameter Type vertex : Tuple2<K,VV> to vertex : Vertex<K,VV> in method public removeVertex(vertex Vertex<K,VV>) : Graph<K,VV,EV> in class flink.graphs.Graph |
From |
To |
|
Change Parameter Type value : Tuple2<K,VV> to value : Vertex<K,VV> in method public map(value Vertex<K,VV>) : Vertex<K,NV> in class flink.graphs.Graph.ApplyMapperToVertexWithType |
From |
To |
|
Change Parameter Type edge : Tuple3<K,K,EV> to edge : Edge<K,EV> in method public map(edge Edge<K,EV>) : Tuple2<K,K> in class flink.graphs.Graph.ExtractEdgeIDsMapper |
From |
To |
|
Change Parameter Type out : Collector<Tuple3<K,K,EV>> to out : Collector<Edge<K,EV>> in method public join(first Edge<K,EV>, second Vertex<K,VV>, out Collector<Edge<K,EV>>) : void in class flink.graphs.Graph.ProjectEdge |
From |
To |
|
Change Parameter Type first : Tuple3<K,K,EV> to first : Edge<K,EV> in method public join(first Edge<K,EV>, second Vertex<K,VV>, out Collector<Edge<K,EV>>) : void in class flink.graphs.Graph.ProjectEdge |
From |
To |
|
Change Parameter Type vertices : DataSet<Tuple2<K,VV>> to vertices : DataSet<Vertex<K,VV>> in method public create(vertices DataSet<Vertex<K,VV>>, edges DataSet<Edge<K,EV>>, context ExecutionEnvironment) : Graph<K,VV,EV> in class flink.graphs.Graph |
From |
To |
|
Change Parameter Type vertex : Tuple2<K,VV> to vertex : Vertex<K,VV> in method public map(vertex Vertex<K,VV>) : K in class flink.graphs.Graph.ExtractVertexIDMapper |
From |
To |
|
Change Parameter Type edge : Tuple3<K,K,EV> to edge : Edge<K,EV> in method public filter(edge Edge<K,EV>) : boolean in class flink.graphs.Graph.VertexRemovalEdgeFilter |
From |
To |
|
Change Parameter Type edges : DataSet<Tuple3<K,K,EV>> to edges : DataSet<Edge<K,EV>> in method public create(vertices DataSet<Vertex<K,VV>>, edges DataSet<Edge<K,EV>>, context ExecutionEnvironment) : Graph<K,VV,EV> in class flink.graphs.Graph |
From |
To |
|
Change Parameter Type edges : DataSet<Tuple3<K,K,EV>> to edges : DataSet<Edge<K,EV>> in method public Graph(vertices DataSet<Vertex<K,VV>>, edges DataSet<Edge<K,EV>>, context ExecutionEnvironment, undirected boolean) in class flink.graphs.Graph |
From |
To |
|
Change Parameter Type vertex : Tuple2<K,VV> to vertex : Vertex<K,VV> in method public addVertex(vertex Vertex<K,VV>, edges List<Edge<K,EV>>) : Graph<K,VV,EV> in class flink.graphs.Graph |
From |
To |
|
Change Parameter Type outEdges : Iterable<Tuple3<K,K,EV>> to outEdges : Iterable<Edge<K,EV>> in method public coGroup(vertex Iterable<Vertex<K,VV>>, outEdges Iterable<Edge<K,EV>>, out Collector<Tuple2<K,Long>>) : void in class flink.graphs.Graph.CountNeighborsCoGroup |
From |
To |
|
Change Parameter Type value : Tuple2<K,VV> to value : Vertex<K,VV> in method public filter(value Vertex<K,VV>) : boolean in class flink.graphs.Graph.ApplyVertexFilter |
From |
To |
|
Change Parameter Type value : Tuple3<K,K,EV> to value : Edge<K,EV> in method public map(value Edge<K,EV>) : Edge<K,EV> in class flink.graphs.Graph.ReverseEdgesMap |
From |
To |
|
Change Parameter Type vertices : DataSet<Tuple2<K,VV>> to vertices : DataSet<Vertex<K,VV>> in method public Graph(vertices DataSet<Vertex<K,VV>>, edges DataSet<Edge<K,EV>>, context ExecutionEnvironment, undirected boolean) in class flink.graphs.Graph |
From |
To |
|
Change Parameter Type vertices : Collection<Tuple2<K,VV>> to vertices : Collection<Vertex<K,VV>> in method public fromCollection(vertices Collection<Vertex<K,VV>>, edges Collection<Edge<K,EV>>) : Graph<K,VV,EV> in class flink.graphs.Graph |
From |
To |
|
Change Parameter Type source : Tuple2<K,VV> to source : Vertex<K,VV> in method public addEdge(source Vertex<K,VV>, target Vertex<K,VV>, edgeValue EV) : Graph<K,VV,EV> in class flink.graphs.Graph |
From |
To |
|
Change Parameter Type edges : List<Tuple3<K,K,EV>> to edges : List<Edge<K,EV>> in method public addVertex(vertex Vertex<K,VV>, edges List<Edge<K,EV>>) : Graph<K,VV,EV> in class flink.graphs.Graph |
From |
To |
|
Change Parameter Type vertex : Tuple2<K,VV> to vertex : Vertex<K,VV> in method public filter(vertex Vertex<K,VV>) : boolean in class flink.graphs.Graph.RemoveVertexFilter |
From |
To |
|
Change Parameter Type vertex : Tuple2<K,VV> to vertex : Vertex<K,VV> in method public VertexRemovalEdgeFilter(vertex Vertex<K,VV>) in class flink.graphs.Graph.VertexRemovalEdgeFilter |
From |
To |
|
Change Parameter Type vertex : Iterable<Tuple2<K,VV>> to vertex : Iterable<Vertex<K,VV>> in method public coGroup(vertex Iterable<Vertex<K,VV>>, outEdges Iterable<Edge<K,EV>>, out Collector<Tuple2<K,Long>>) : void in class flink.graphs.Graph.CountNeighborsCoGroup |
From |
To |
|
Change Return Type Tuple3<Long,Long,NullValue> to Edge<Long,NullValue> in method public map(value String) : Edge<Long,NullValue> in class flink.graphs.TestVertexCentricConnectedComponents.EdgeParser |
From |
To |
|
Change Return Type Tuple3<K,K,EV> to Edge<K,EV> in method public map(value Edge<K,EV>) : Edge<K,EV> in class flink.graphs.Graph.ReverseEdgesMap |
From |
To |
|
Change Return Type List<Tuple3<Long,Long,Long>> to List<Edge<Long,Long>> in method public getLongLongEdges(env ExecutionEnvironment) : List<Edge<Long,Long>> in class flink.graphs.TestGraphUtils |
From |
To |
|
Change Return Type DataSet<Tuple3<Long,Long,Long>> to DataSet<Edge<Long,Long>> in method public getLongLongEdgeDataWithZeroDegree(env ExecutionEnvironment) : DataSet<Edge<Long,Long>> in class flink.graphs.TestGraphUtils |
From |
To |
|
Change Return Type DataSet<Tuple3<K,K,EV>> to DataSet<Edge<K,EV>> in method public getEdges() : DataSet<Edge<K,EV>> in class flink.graphs.Graph |
From |
To |
|
Change Return Type Tuple2<K,NV> to Vertex<K,NV> in method public map(value Vertex<K,VV>) : Vertex<K,NV> in class flink.graphs.Graph.ApplyMapperToVertexWithType |
From |
To |
|
Change Return Type DataSet<Tuple3<Long,Long,Long>> to DataSet<Edge<Long,Long>> in method public getLongLongEdgeData(env ExecutionEnvironment) : DataSet<Edge<Long,Long>> in class flink.graphs.TestGraphUtils |
From |
To |
|
Change Return Type DataSet<Tuple2<K,VV>> to DataSet<Vertex<K,VV>> in method public getVertices() : DataSet<Vertex<K,VV>> in class flink.graphs.Graph |
From |
To |
|
Change Return Type DataSet<Tuple2<Long,Long>> to DataSet<Vertex<Long,Long>> in method public getLongLongVertexData(env ExecutionEnvironment) : DataSet<Vertex<Long,Long>> in class flink.graphs.TestGraphUtils |
From |
To |
|
Change Return Type DataSet<Tuple2<K,NV>> to DataSet<Vertex<K,NV>> in method public mapVertices(mapper MapFunction<VV,NV>) : DataSet<Vertex<K,NV>> in class flink.graphs.Graph |
From |
To |
|
Change Return Type TypeInformation<Tuple2<K,NV>> to TypeInformation<Vertex<K,NV>> in method public getProducedType() : TypeInformation<Vertex<K,NV>> in class flink.graphs.Graph.ApplyMapperToVertexWithType |
From |
To |
|
Change Return Type List<Tuple2<Long,Long>> to List<Vertex<Long,Long>> in method public getLongLongVertices(env ExecutionEnvironment) : List<Vertex<Long,Long>> in class flink.graphs.TestGraphUtils |
From |
To |
|
Change Return Type Tuple2<Long,Long> to Vertex<Long,Long> in method public map(value Long) : Vertex<Long,Long> in class flink.graphs.TestVertexCentricConnectedComponents.IdAssigner |
From |
To |
|
Change Variable Type mappedEdges : DataSet<Tuple3<Long,Long,DummyCustomType>> to mappedEdges : DataSet<Edge<Long,DummyCustomType>> in method public runProgram(progId int, resultPath String) : String in class flink.graphs.TestMapEdges.GraphProgs |
From |
To |
|
Change Variable Type mappedEdges : DataSet<Tuple3<Long,Long,Tuple1<Long>>> to mappedEdges : DataSet<Edge<Long,Tuple1<Long>>> in method public runProgram(progId int, resultPath String) : String in class flink.graphs.TestMapEdges.GraphProgs |
From |
To |
|
Change Variable Type newEdges : DataSet<Tuple3<K,K,EV>> to newEdges : DataSet<Edge<K,EV>> in method public addVertex(vertex Vertex<K,VV>, edges List<Edge<K,EV>>) : Graph<K,VV,EV> in class flink.graphs.Graph |
From |
To |
|
Change Variable Type mappedVertices : DataSet<Tuple2<Long,String>> to mappedVertices : DataSet<Vertex<Long,String>> in method public runProgram(progId int, resultPath String) : String in class flink.graphs.TestMapVertices.GraphProgs |
From |
To |
|
Change Variable Type unionedEdges : DataSet<Tuple3<K,K,EV>> to unionedEdges : DataSet<Edge<K,EV>> in method public union(graph Graph<K,VV,EV>) : Graph<K,VV,EV> in class flink.graphs.Graph |
From |
To |
|
Change Variable Type mappedEdges : DataSet<Tuple3<Long,Long,Long>> to mappedEdges : DataSet<Edge<Long,Long>> in method public runProgram(progId int, resultPath String) : String in class flink.graphs.TestMapEdges.GraphProgs |
From |
To |
|
Change Variable Type vertices : List<Tuple2<Long,Long>> to vertices : List<Vertex<Long,Long>> in method public getLongLongVertexData(env ExecutionEnvironment) : DataSet<Vertex<Long,Long>> in class flink.graphs.TestGraphUtils |
From |
To |
|
Change Variable Type edges : List<Tuple3<Long,Long,Long>> to edges : List<Edge<Long,Long>> in method public runProgram(progId int, resultPath String) : String in class flink.graphs.TestGraphOperations.GraphProgs |
From |
To |
|
Change Variable Type newVertices : DataSet<Tuple2<K,VV>> to newVertices : DataSet<Vertex<K,VV>> in method public removeVertex(vertex Vertex<K,VV>) : Graph<K,VV,EV> in class flink.graphs.Graph |
From |
To |
|
Change Variable Type mappedVertices : DataSet<Tuple2<Long,DummyCustomType>> to mappedVertices : DataSet<Vertex<Long,DummyCustomType>> in method public runProgram(progId int, resultPath String) : String in class flink.graphs.TestMapVertices.GraphProgs |
From |
To |
|
Change Variable Type newVertices : DataSet<Tuple2<K,VV>> to newVertices : DataSet<Vertex<K,VV>> in method public addVertex(vertex Vertex<K,VV>, edges List<Edge<K,EV>>) : Graph<K,VV,EV> in class flink.graphs.Graph |
From |
To |
|
Change Variable Type newEdges : DataSet<Tuple3<K,K,EV>> to newEdges : DataSet<Edge<K,EV>> in method public removeVertex(vertex Vertex<K,VV>) : Graph<K,VV,EV> in class flink.graphs.Graph |
From |
To |
|
Change Variable Type filteredVertices : DataSet<Tuple2<K,VV>> to filteredVertices : DataSet<Vertex<K,VV>> in method public filterOnVertices(vertexFilter FilterFunction<VV>) : Graph<K,VV,EV> in class flink.graphs.Graph |
From |
To |
|
Change Variable Type e : DataSet<Tuple3<K,K,EV>> to e : DataSet<Edge<K,EV>> in method public fromCollection(vertices Collection<Vertex<K,VV>>, edges Collection<Edge<K,EV>>) : Graph<K,VV,EV> in class flink.graphs.Graph |
From |
To |
|
Change Variable Type remainingEdges : DataSet<Tuple3<K,K,EV>> to remainingEdges : DataSet<Edge<K,EV>> in method public subgraph(vertexFilter FilterFunction<VV>, edgeFilter FilterFunction<EV>) : Graph<K,VV,EV> in class flink.graphs.Graph |
From |
To |
|
Change Variable Type filteredEdges : DataSet<Tuple3<K,K,EV>> to filteredEdges : DataSet<Edge<K,EV>> in method public filterOnEdges(edgeFilter FilterFunction<EV>) : Graph<K,VV,EV> in class flink.graphs.Graph |
From |
To |
|
Change Variable Type mappedVertices : DataSet<Tuple2<Long,Long>> to mappedVertices : DataSet<Vertex<Long,Long>> in method public runProgram(progId int, resultPath String) : String in class flink.graphs.TestMapVertices.GraphProgs |
From |
To |
|
Change Variable Type mappedEdges : DataSet<Tuple3<Long,Long,String>> to mappedEdges : DataSet<Edge<Long,String>> in method public runProgram(progId int, resultPath String) : String in class flink.graphs.TestMapEdges.GraphProgs |
From |
To |
|
Change Variable Type mappedEdges : DataSet<Tuple3<Long,Long,DummyCustomParameterizedType<Double>>> to mappedEdges : DataSet<Edge<Long,DummyCustomParameterizedType<Double>>> in method public runProgram(progId int, resultPath String) : String in class flink.graphs.TestMapEdges.GraphProgs |
From |
To |
|
Change Variable Type unionedVertices : DataSet<Tuple2<K,VV>> to unionedVertices : DataSet<Vertex<K,VV>> in method public union(graph Graph<K,VV,EV>) : Graph<K,VV,EV> in class flink.graphs.Graph |
From |
To |
|
Change Variable Type newEdges : DataSet<Tuple3<K,K,EV>> to newEdges : DataSet<Edge<K,EV>> in method public removeEdge(edge Edge<K,EV>) : Graph<K,VV,EV> in class flink.graphs.Graph |
From |
To |
|
Change Variable Type filteredVertices : DataSet<Tuple2<K,VV>> to filteredVertices : DataSet<Vertex<K,VV>> in method public subgraph(vertexFilter FilterFunction<VV>, edgeFilter FilterFunction<EV>) : Graph<K,VV,EV> in class flink.graphs.Graph |
From |
To |
|
Change Variable Type vertices : List<Tuple2<Long,Long>> to vertices : List<Vertex<Long,Long>> in method public runProgram(progId int, resultPath String) : String in class flink.graphs.TestGraphOperations.GraphProgs |
From |
To |
|
Change Variable Type edges : DataSet<Tuple3<Long,Long,NullValue>> to edges : DataSet<Edge<Long,NullValue>> in method protected testProgram() : void in class flink.graphs.TestVertexCentricConnectedComponents |
From |
To |
|
Change Variable Type undirectedEdges : DataSet<Tuple3<K,K,EV>> to undirectedEdges : DataSet<Edge<K,EV>> in method public reverse() : Graph<K,VV,EV> in class flink.graphs.Graph |
From |
To |
|
Change Variable Type mappedVertices : DataSet<Tuple2<Long,DummyCustomParameterizedType<Double>>> to mappedVertices : DataSet<Vertex<Long,DummyCustomParameterizedType<Double>>> in method public runProgram(progId int, resultPath String) : String in class flink.graphs.TestMapVertices.GraphProgs |
From |
To |
|
Change Variable Type edges : List<Tuple3<Long,Long,Long>> to edges : List<Edge<Long,Long>> in method public getLongLongEdgeData(env ExecutionEnvironment) : DataSet<Edge<Long,Long>> in class flink.graphs.TestGraphUtils |
From |
To |
|
Change Variable Type mappedVertices : DataSet<Tuple2<Long,Tuple1<Long>>> to mappedVertices : DataSet<Vertex<Long,Tuple1<Long>>> in method public runProgram(progId int, resultPath String) : String in class flink.graphs.TestMapVertices.GraphProgs |
From |
To |
|
Change Variable Type v : DataSet<Tuple2<K,VV>> to v : DataSet<Vertex<K,VV>> in method public fromCollection(vertices Collection<Vertex<K,VV>>, edges Collection<Edge<K,EV>>) : Graph<K,VV,EV> in class flink.graphs.Graph |
From |
To |
|
Change Variable Type vertices : List<Tuple2<Long,Long>> to vertices : List<Vertex<Long,Long>> in method public getLongLongVertices(env ExecutionEnvironment) : List<Vertex<Long,Long>> in class flink.graphs.TestGraphUtils |
From |
To |
|
Change Variable Type edge : Tuple3<K,K,EV> to edge : Edge<K,EV> in method public coGroup(vertex Iterable<Vertex<K,VV>>, outEdges Iterable<Edge<K,EV>>, out Collector<Tuple2<K,Long>>) : void in class flink.graphs.Graph.CountNeighborsCoGroup |
From |
To |
|
Change Variable Type edges : List<Tuple3<Long,Long,Long>> to edges : List<Edge<Long,Long>> in method public getLongLongEdgeDataWithZeroDegree(env ExecutionEnvironment) : DataSet<Edge<Long,Long>> in class flink.graphs.TestGraphUtils |
From |
To |
|
Change Variable Type undirectedEdges : DataSet<Tuple3<K,K,EV>> to undirectedEdges : DataSet<Edge<K,EV>> in method public getUndirected() : Graph<K,VV,EV> in class flink.graphs.Graph |
From |
To |
|
Change Variable Type edges : List<Tuple3<Long,Long,Long>> to edges : List<Edge<Long,Long>> in method public runProgram(progId int, resultPath String) : String in class flink.graphs.TestGraphMutations.GraphProgs |
From |
To |
|
Change Variable Type newVertex : DataSet<Tuple2<K,VV>> to newVertex : DataSet<Vertex<K,VV>> in method public addVertex(vertex Vertex<K,VV>, edges List<Edge<K,EV>>) : Graph<K,VV,EV> in class flink.graphs.Graph |
From |
To |
|
Change Variable Type remainingEdges : DataSet<Tuple3<K,K,EV>> to remainingEdges : DataSet<Edge<K,EV>> in method public filterOnVertices(vertexFilter FilterFunction<VV>) : Graph<K,VV,EV> in class flink.graphs.Graph |
From |
To |
|
Change Variable Type edges : List<Tuple3<Long,Long,Long>> to edges : List<Edge<Long,Long>> in method public getLongLongEdges(env ExecutionEnvironment) : List<Edge<Long,Long>> in class flink.graphs.TestGraphUtils |
From |
To |
|
Change Variable Type initialVertices : DataSet<Tuple2<Long,Long>> to initialVertices : DataSet<Vertex<Long,Long>> in method protected testProgram() : void in class flink.graphs.TestVertexCentricConnectedComponents |
From |
To |
|
Change Variable Type filteredEdges : DataSet<Tuple3<K,K,EV>> to filteredEdges : DataSet<Edge<K,EV>> in method public subgraph(vertexFilter FilterFunction<VV>, edgeFilter FilterFunction<EV>) : Graph<K,VV,EV> in class flink.graphs.Graph |
From |
To |