You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Greg Hogan (JIRA)" <ji...@apache.org> on 2016/04/29 14:56:12 UTC

[jira] [Updated] (FLINK-3853) Reduce object creation in Gelly utility mappers

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

Greg Hogan updated FLINK-3853:
------------------------------
    Description: 
Gelly contains a set of {{MapFunction}} between {{Vertex}} and {{Tuple2}} and between {{Edge}} and {{Tuple3}}. A {{Vertex}} is a {{Tuple2}} and an {{Edge}} is a {{Tuple3}}, and conversion in the opposite direction can be performed with a single object per {{MapFunction}}.

This only applies to the Gelly Java API. Scala tuples are not related to {{Vertex}} or {{Edge}}.

  was:Gelly contains a set of {{MapFunction}} between {{Vertex}} and {{Tuple2}} and between {{Edge}} and {{Tuple3}}. A {{Vertex}} is a {{Tuple2}} and an {{Edge}} is a {{Tuple3}}, and conversion in the opposite direction can be performed with a single object per {{MapFunction}}.


> Reduce object creation in Gelly utility mappers
> -----------------------------------------------
>
>                 Key: FLINK-3853
>                 URL: https://issues.apache.org/jira/browse/FLINK-3853
>             Project: Flink
>          Issue Type: Improvement
>          Components: Gelly
>    Affects Versions: 1.1.0
>            Reporter: Greg Hogan
>            Assignee: Greg Hogan
>             Fix For: 1.1.0
>
>
> Gelly contains a set of {{MapFunction}} between {{Vertex}} and {{Tuple2}} and between {{Edge}} and {{Tuple3}}. A {{Vertex}} is a {{Tuple2}} and an {{Edge}} is a {{Tuple3}}, and conversion in the opposite direction can be performed with a single object per {{MapFunction}}.
> This only applies to the Gelly Java API. Scala tuples are not related to {{Vertex}} or {{Edge}}.



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