You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Andra Lungu (JIRA)" <ji...@apache.org> on 2015/05/14 11:14:00 UTC

[jira] [Created] (FLINK-2012) addVertices, addEdges, removeVertices, removeEdges methods

Andra Lungu created FLINK-2012:
----------------------------------

             Summary: addVertices, addEdges, removeVertices, removeEdges methods
                 Key: FLINK-2012
                 URL: https://issues.apache.org/jira/browse/FLINK-2012
             Project: Flink
          Issue Type: New Feature
          Components: Gelly
    Affects Versions: 0.9
            Reporter: Andra Lungu
            Assignee: Andra Lungu
            Priority: Minor


Currently, Gelly only allows the addition/deletion of one vertex/edge at a time. If a user would want to add two (or more) vertices, he/she would need to add a vertex-> create a new graph; then add another vertex -> another graph etc.  

It would be nice to also have addVertices, addEdges, removeVertices, removeEdges methods. 



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