You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Dionysios Logothetis (JIRA)" <ji...@apache.org> on 2018/03/27 15:24:00 UTC

[jira] [Resolved] (GIRAPH-1045) Implement PrepareGraphPiece.isSymmetricBlock

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

Dionysios Logothetis resolved GIRAPH-1045.
------------------------------------------
    Resolution: Fixed

> Implement PrepareGraphPiece.isSymmetricBlock
> --------------------------------------------
>
>                 Key: GIRAPH-1045
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-1045
>             Project: Giraph
>          Issue Type: Task
>          Components: examples
>            Reporter: Yuri Schimke
>            Priority: Minor
>
> {code}
>   /**
>    * 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);
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)