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

Implement PrepareGraphPiece.isSymmetricBlock

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • None
    • examples
    • None

    Description

        /**
         * Checks whether a graph is symmetric and returns the result to a consumer.
         *
         * @param idHasher Allows Vertex ids to submit themselves to hashing without artificially
         * converting to an intermediate type e.g. Long or String.
         * @param consumer the return store for whether the graph is symmetric
         * @param <I> the type of Vertex id
         * @return block that checks for symmetric graphs
         */
        public static <I extends WritableComparable> Block isSymmetricBlock(
            Funnel<I> idHasher,
            Consumer<Boolean> consumer);
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            yuri Yuri Schimke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: