[ 
https://issues.apache.org/jira/browse/TINKERPOP3-611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marko A. Rodriguez updated TINKERPOP3-611:
------------------------------------------
    Description: 
Right now {{Messenger.recieveMessages()}} takes a {{MessageScope}} argument. 
This is oriented towards "message pulling systems" that require the 
{{MessageScope}} to know which adjacent vertices to get their messages from. 
For "message passing systems" this is not needed and in fact, if required, 
requires some sort of message tagging and non-Iterator behavior.  

We should get rid of the {{MessageScope}} argument and "message pull systems" 
can simply get the {{MessageScope}}s from 
{{VertexProgram.getMessageScopes(iteration)}}.

  was:
Right now {{Messenger.recieveMessages()}} takes a {{MessageScope}} argument. 
This is oriented towards "message pulling systems" that require the 
{{MessageType}} to know which adjacent vertices to get their messages from. For 
"message passing systems" this is not needed and in fact, if required, requires 
some sort of message tagging and non-Iterator behavior.  

We should get rid of the {{MessageScope}} argument and "message pull systems" 
can simply get the "type" from {{VertexProgram.getMessageScopes(iteration)}}.


> Messenger.receiveMessages(no args)
> ----------------------------------
>
>                 Key: TINKERPOP3-611
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-611
>             Project: TinkerPop 3
>          Issue Type: Improvement
>          Components: process
>    Affects Versions: 3.0.0.GA
>            Reporter: Marko A. Rodriguez
>
> Right now {{Messenger.recieveMessages()}} takes a {{MessageScope}} argument. 
> This is oriented towards "message pulling systems" that require the 
> {{MessageScope}} to know which adjacent vertices to get their messages from. 
> For "message passing systems" this is not needed and in fact, if required, 
> requires some sort of message tagging and non-Iterator behavior.  
> We should get rid of the {{MessageScope}} argument and "message pull systems" 
> can simply get the {{MessageScope}}s from 
> {{VertexProgram.getMessageScopes(iteration)}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to