You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Edward J. Yoon (JIRA)" <ji...@apache.org> on 2012/05/21 07:45:40 UTC

[jira] [Updated] (HAMA-549) Add template arguments to the Vertex abstract class

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

Edward J. Yoon updated HAMA-549:
--------------------------------

    Affects Version/s: 0.5.0
        Fix Version/s: 0.6.0
    
> Add template arguments to the Vertex abstract class
> ---------------------------------------------------
>
>                 Key: HAMA-549
>                 URL: https://issues.apache.org/jira/browse/HAMA-549
>             Project: Hama
>          Issue Type: Improvement
>          Components: examples, graph
>    Affects Versions: 0.5.0
>            Reporter: Edward J. Yoon
>             Fix For: 0.6.0
>
>
> As described in Pregel paper, 
> {quote}
> 3. THE C++ API
> This section discusses the most important aspects of Pre-
> gel's C++ API, omitting relatively mechanical issues.
> Writing a Pregel program involves subclassing the prede-
> ned Vertex class (see Figure 3). Its template arguments
> dene three value types, associated with vertices, edges,
> and messages. Each vertex has an associated value of the
> specied type. This uniformity may seem restrictive, but
> users can manage it by using 
> exible types like protocol
> buers [42].
> {quote}
> We need to add two template arguments for value types of vertex and edge to the Vertex abstract class.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira