Uploaded image for project: 'Giraph (Retired)'
  1. Giraph (Retired)
  2. GIRAPH-197

Fix Javadoc in HashMapVertex

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Invalid
    • 1.0.0
    • None
    • documentation
    • None

    Description

      Javadoc comment in HashMapVertex says: "User applications which need to implement their own in-memory data structures should subclass

      {@link MutableVertex}

      ."

      However, it is not possible for users to subclass MutableVertex, because of a couple of package private methods in BasicVertex (i.e. putMessages and releaseResources) which, rightly so, users should not be able to override.

      The Javadoc in HashMapVertex should be fixed if users are not supposed to subclass MutableVertex.

      Attachments

        Activity

          People

            Unassigned Unassigned
            castagna Paolo Castagna
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: