|
Rename Method public withValuedEdges(edgesWithValue DataSet<Tuple3<VertexKey,VertexKey,EdgeValue>>, uf VertexUpdateFunction<VertexKey,VertexValue,Message>, mf MessagingFunction<VertexKey,VertexValue,Message,EdgeValue>, maximumNumberOfIterations int) : VertexCentricIteration<VertexKey,VertexValue,Message,EdgeValue> renamed to public withEdges(edgesWithValue DataSet<Edge<VertexKey,EdgeValue>>, uf VertexUpdateFunction<VertexKey,VertexValue,Message>, mf MessagingFunction<VertexKey,VertexValue,Message,EdgeValue>, maximumNumberOfIterations int) : VertexCentricIteration<VertexKey,VertexValue,Message,EdgeValue> in class flink.graphs.spargel.VertexCentricIteration |
From |
To |
|
Change Parameter Type edgesWithValue : DataSet<Tuple3<VertexKey,VertexKey,EdgeValue>> to edgesWithValue : DataSet<Edge<VertexKey,EdgeValue>> in method public withEdges(edgesWithValue DataSet<Edge<VertexKey,EdgeValue>>, uf VertexUpdateFunction<VertexKey,VertexValue,Message>, mf MessagingFunction<VertexKey,VertexValue,Message,EdgeValue>, maximumNumberOfIterations int) : VertexCentricIteration<VertexKey,VertexValue,Message,EdgeValue> in class flink.graphs.spargel.VertexCentricIteration |
From |
To |
|
Change Parameter Type vertex : Iterable<Tuple2<VertexKey,VertexValue>> to vertex : Iterable<Vertex<VertexKey,VertexValue>> in method public coGroup(messages Iterable<Tuple2<VertexKey,Message>>, vertex Iterable<Vertex<VertexKey,VertexValue>>, out Collector<Vertex<VertexKey,VertexValue>>) : void in class flink.graphs.spargel.VertexCentricIteration.VertexUpdateUdf |
From |
To |
|
Change Parameter Type val : Tuple2<VertexKey,VertexValue> to val : Vertex<VertexKey,VertexValue> in method package setOutput(val Vertex<VertexKey,VertexValue>, out Collector<Vertex<VertexKey,VertexValue>>) : void in class flink.graphs.spargel.VertexUpdateFunction |
From |
To |
|
Change Parameter Type edgesWithValue : DataSet<Tuple3<VertexKey,VertexKey,EdgeValue>> to edgesWithValue : DataSet<Edge<VertexKey,EdgeValue>> in method private VertexCentricIteration(uf VertexUpdateFunction<VertexKey,VertexValue,Message>, mf MessagingFunction<VertexKey,VertexValue,Message,EdgeValue>, edgesWithValue DataSet<Edge<VertexKey,EdgeValue>>, maximumNumberOfIterations int, edgeHasValueMarker boolean) in class flink.graphs.spargel.VertexCentricIteration |
From |
To |
|
Change Parameter Type out : Collector<Tuple2<VertexKey,VertexValue>> to out : Collector<Vertex<VertexKey,VertexValue>> in method public coGroup(messages Iterable<Tuple2<VertexKey,Message>>, vertex Iterable<Vertex<VertexKey,VertexValue>>, out Collector<Vertex<VertexKey,VertexValue>>) : void in class flink.graphs.spargel.VertexCentricIteration.VertexUpdateUdf |
From |
To |
|
Change Parameter Type out : Collector<Tuple2<VertexKey,VertexValue>> to out : Collector<Vertex<VertexKey,VertexValue>> in method package setOutput(val Vertex<VertexKey,VertexValue>, out Collector<Vertex<VertexKey,VertexValue>>) : void in class flink.graphs.spargel.VertexUpdateFunction |
From |
To |
|
Change Parameter Type resultType : TypeInformation<Tuple2<VertexKey,VertexValue>> to resultType : TypeInformation<Vertex<VertexKey,VertexValue>> in method private VertexUpdateUdf(vertexUpdateFunction VertexUpdateFunction<VertexKey,VertexValue,Message>, resultType TypeInformation<Vertex<VertexKey,VertexValue>>) in class flink.graphs.spargel.VertexCentricIteration.VertexUpdateUdf |
From |
To |
|
Change Parameter Type state : Iterable<Tuple2<VertexKey,VertexValue>> to state : Iterable<Vertex<VertexKey,VertexValue>> in method public coGroup(edges Iterable<Edge<VertexKey,EdgeValue>>, state Iterable<Vertex<VertexKey,VertexValue>>, out Collector<Tuple2<VertexKey,Message>>) : void in class flink.graphs.spargel.VertexCentricIteration.MessagingUdfWithEdgeValues |
From |
To |
|
Change Parameter Type input : Iterator<Tuple2<VertexKey,VertexKey>> to input : Iterator<Edge<VertexKey,EdgeValue>> in method package set(input Iterator<Edge<VertexKey,EdgeValue>>) : void in class flink.graphs.spargel.MessagingFunction.EdgesIterator |
From |
To |
|
Change Parameter Type edges : Iterable<Tuple3<VertexKey,VertexKey,EdgeValue>> to edges : Iterable<Edge<VertexKey,EdgeValue>> in method public coGroup(edges Iterable<Edge<VertexKey,EdgeValue>>, state Iterable<Vertex<VertexKey,VertexValue>>, out Collector<Tuple2<VertexKey,Message>>) : void in class flink.graphs.spargel.VertexCentricIteration.MessagingUdfWithEdgeValues |
From |
To |
|
Change Return Type Iterable<OutgoingEdge<VertexKey,EdgeValue>> to Iterable<Edge<VertexKey,EdgeValue>> in method public getOutgoingEdges() : Iterable<Edge<VertexKey,EdgeValue>> in class flink.graphs.spargel.MessagingFunction |
From |
To |
|
Change Return Type TypeInformation<Tuple2<VertexKey,VertexValue>> to TypeInformation<Vertex<VertexKey,VertexValue>> in method public getProducedType() : TypeInformation<Vertex<VertexKey,VertexValue>> in class flink.graphs.spargel.VertexCentricIteration.VertexUpdateUdf |
From |
To |
|
Change Return Type Iterator<OutgoingEdge<VertexKey,EdgeValue>> to Iterator<Edge<VertexKey,EdgeValue>> in method public iterator() : Iterator<Edge<VertexKey,EdgeValue>> in class flink.graphs.spargel.MessagingFunction.EdgesIterator |
From |
To |
|
Change Return Type OutgoingEdge<VertexKey,EdgeValue> to Edge<VertexKey,EdgeValue> in method public next() : Edge<VertexKey,EdgeValue> in class flink.graphs.spargel.MessagingFunction.EdgesIterator |
From |
To |
|
Change Return Type DataSet<Tuple2<VertexKey,VertexValue>> to DataSet<Vertex<VertexKey,VertexValue>> in method public createResult() : DataSet<Vertex<VertexKey,VertexValue>> in class flink.graphs.spargel.VertexCentricIteration |
From |
To |
|
Change Variable Type edge : OutgoingEdge<K,Double> to edge : Edge<K,Double> in method public sendMessages(vertexKey K, newDistance Double) : void in class flink.graphs.library.SingleSourceShortestPaths.MinDistanceMessenger |
From |
To |
|
Change Variable Type vertexTypes : TypeInformation<Tuple2<VertexKey,VertexValue>> to vertexTypes : TypeInformation<Vertex<VertexKey,VertexValue>> in method public createResult() : DataSet<Vertex<VertexKey,VertexValue>> in class flink.graphs.spargel.VertexCentricIteration |
From |
To |
|
Change Variable Type iteration : DeltaIteration<Tuple2<VertexKey,VertexValue>,Tuple2<VertexKey,VertexValue>> to iteration : DeltaIteration<Vertex<VertexKey,VertexValue>,Vertex<VertexKey,VertexValue>> in method public createResult() : DataSet<Vertex<VertexKey,VertexValue>> in class flink.graphs.spargel.VertexCentricIteration |
From |
To |
|
Change Variable Type stateIter : Iterator<Tuple2<VertexKey,VertexValue>> to stateIter : Iterator<Vertex<VertexKey,VertexValue>> in method public coGroup(edges Iterable<Edge<VertexKey,EdgeValue>>, state Iterable<Vertex<VertexKey,VertexValue>>, out Collector<Tuple2<VertexKey,Message>>) : void in class flink.graphs.spargel.VertexCentricIteration.MessagingUdfWithEdgeValues |
From |
To |
|
Change Variable Type edge : OutgoingEdge<K,Double> to edge : Edge<K,Double> in method public sendMessages(vertexId K, newRank Double) : void in class flink.graphs.library.PageRank.RankMessenger |
From |
To |
|
Change Variable Type vertexState : Tuple2<VertexKey,VertexValue> to vertexState : Vertex<VertexKey,VertexValue> in method public coGroup(messages Iterable<Tuple2<VertexKey,Message>>, vertex Iterable<Vertex<VertexKey,VertexValue>>, out Collector<Vertex<VertexKey,VertexValue>>) : void in class flink.graphs.spargel.VertexCentricIteration.VertexUpdateUdf |
From |
To |
|
Change Variable Type next : Tuple2<VertexKey,VertexKey> to next : Edge<VertexKey,EdgeValue> in method public next() : Edge<VertexKey,EdgeValue> in class flink.graphs.spargel.MessagingFunction.EdgesIterator |
From |
To |
|
Change Variable Type updates : CoGroupOperator<?,?,Tuple2<VertexKey,VertexValue>> to updates : CoGroupOperator<?,?,Vertex<VertexKey,VertexValue>> in method public createResult() : DataSet<Vertex<VertexKey,VertexValue>> in class flink.graphs.spargel.VertexCentricIteration |
From |
To |
|
Change Variable Type newVertexState : Tuple2<VertexKey,VertexValue> to newVertexState : Vertex<VertexKey,VertexValue> in method public coGroup(edges Iterable<Edge<VertexKey,EdgeValue>>, state Iterable<Vertex<VertexKey,VertexValue>>, out Collector<Tuple2<VertexKey,Message>>) : void in class flink.graphs.spargel.VertexCentricIteration.MessagingUdfWithEdgeValues |
From |
To |
|
Change Variable Type newVertices : DataSet<Tuple2<K,VV>> to newVertices : DataSet<Vertex<K,VV>> in method public runVertexCentricIteration(vertexUpdateFunction VertexUpdateFunction<K,VV,M>, messagingFunction MessagingFunction<K,VV,M,EV>, maximumNumberOfIterations int) : Graph<K,VV,EV> in class flink.graphs.Graph |
From |
To |
|
Change Variable Type vertexIter : Iterator<Tuple2<VertexKey,VertexValue>> to vertexIter : Iterator<Vertex<VertexKey,VertexValue>> in method public coGroup(messages Iterable<Tuple2<VertexKey,Message>>, vertex Iterable<Vertex<VertexKey,VertexValue>>, out Collector<Vertex<VertexKey,VertexValue>>) : void in class flink.graphs.spargel.VertexCentricIteration.VertexUpdateUdf |
From |
To |
|
Change Attribute Type input : Iterator<Tuple2<VertexKey,VertexKey>> to input : Iterator<Edge<VertexKey,EdgeValue>> in class flink.graphs.spargel.MessagingFunction.EdgesIterator |
From |
To |
|
Change Attribute Type outVal : Tuple2<VertexKey,VertexValue> to outVal : Vertex<VertexKey,VertexValue> in class flink.graphs.spargel.VertexUpdateFunction |
From |
To |
|
Change Attribute Type initialVertices : DataSet<Tuple2<VertexKey,VertexValue>> to initialVertices : DataSet<Vertex<VertexKey,VertexValue>> in class flink.graphs.spargel.VertexCentricIteration |
From |
To |
|
Change Attribute Type edge : OutgoingEdge<VertexKey,EdgeValue> to edge : Edge<VertexKey,EdgeValue> in class flink.graphs.spargel.MessagingFunction.EdgesIterator |
From |
To |
|
Change Attribute Type edgeWithValueIter : EdgesIteratorWithEdgeValue<VertexKey,EdgeValue> to edgeIterator : EdgesIterator<VertexKey,EdgeValue> in class flink.graphs.spargel.MessagingFunction |
From |
To |
|
Change Attribute Type edgesWithValue : DataSet<Tuple3<VertexKey,VertexKey,EdgeValue>> to edgesWithValue : DataSet<Edge<VertexKey,EdgeValue>> in class flink.graphs.spargel.VertexCentricIteration |
From |
To |
|
Change Attribute Type resultType : TypeInformation<Tuple2<VertexKey,VertexValue>> to resultType : TypeInformation<Vertex<VertexKey,VertexValue>> in class flink.graphs.spargel.VertexCentricIteration.VertexUpdateUdf |
From |
To |
|
Change Attribute Type out : Collector<Tuple2<VertexKey,VertexValue>> to out : Collector<Vertex<VertexKey,VertexValue>> in class flink.graphs.spargel.VertexUpdateFunction |
From |
To |