Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-3853

Reduce object creation in Gelly utility mappers

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Implemented
    • 1.1.0
    • 1.1.0
    • None

    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.

      Attachments

        Activity

          People

            greghogan Greg Hogan
            greghogan Greg Hogan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: