Re: VertexUpdateFunction

2017-05-31 Thread Martin Junghanns
is how I can access the actual vertex information like the vertex degree (in- or outdegree) under the subclass of VertexUpdateFunction. A way is maybe to send an instance of graph to the constructor. However, getting the degree for a vertex in each instance of this subclass would be really ine

Re: VertexUpdateFunction

2017-05-31 Thread rostami
tps://ci.apache.org/projects/flink/flink-docs-release-0.8/spargel_guide.html My question is how I can access the actual vertex information like the vertex degree (in- or outdegree) under the subclass of VertexUpdateFunction. A way is maybe to send an instance of graph to the constructor. However, getting

Re: VertexUpdateFunction

2017-05-29 Thread Martin Junghanns
) under the subclass of VertexUpdateFunction. A way is maybe to send an instance of graph to the constructor. However, getting the degree for a vertex in each instance of this subclass would be really inefficient. Thanks, Ali

VertexUpdateFunction

2017-05-29 Thread rostami
VertexUpdateFunction. A way is maybe to send an instance of graph to the constructor. However, getting the degree for a vertex in each instance of this subclass would be really inefficient. Thanks, Ali