Re: Send to all in gelly scatter

2016-06-15 Thread Vasiliki Kalavri
I forgot the reference [1] :S Here it is: [1] https://ci.apache.org/projects/flink/flink-docs-master/apis/batch/libs/gelly.html#iteration-abstractions-comparison On 15 June 2016 at 20:59, Vasiliki Kalavri wrote: > Hi Alieh, > > you can send a message from any vertex to any other vertex if you k

Re: Send to all in gelly scatter

2016-06-15 Thread Vasiliki Kalavri
Hi Alieh, you can send a message from any vertex to any other vertex if you know the vertex ID. In [1] you will find a table that compares the update logic and communication scope for all gelly iteration models. Bear in mind though, that sending a message from all vertices to all other vertices is

Re: Send to all in gelly scatter

2016-06-15 Thread Ufuk Celebi
I think you can only send messages to the directly connected vertices. On Tue, Jun 14, 2016 at 5:30 PM, Alieh Saeedi wrote: > Hi > Is it possible to send a message to all vertices in gelly scatter? How the > Ids of all vertices can be found out? > > Thanks in advance

Send to all in gelly scatter

2016-06-14 Thread Alieh Saeedi
HiĀ Is it possible to send a message to all vertices in gelly scatter? How the Ids of all vertices can be found out? Thanks in advance