> On March 20, 2013, 10:56 p.m., Alessandro Presta wrote:
> > giraph-core/src/main/java/org/apache/giraph/utils/TestGraph.java, line 66
> > <https://reviews.apache.org/r/10052/diff/1/?file=272634#file272634line66>
> >
> >     It would be useful to also have an addEdge(I sourceVertexId, 
> > targetVertexId) method.
> >     If the vertex exists, it should add the edge. If the vertex doesn't 
> > exist, it should create it with a default value and then add the edge.

I meant addEdge(I sourceVertexId, Edge<I, E> edge).


- Alessandro


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/10052/#review18177
-----------------------------------------------------------


On March 20, 2013, 10:05 p.m., Veselin Stoyanov wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/10052/
> -----------------------------------------------------------
> 
> (Updated March 20, 2013, 10:05 p.m.)
> 
> 
> Review request for giraph.
> 
> 
> Description
> -------
> 
> A framework for running small test graphs in memory.
> 
> 
> Diffs
> -----
> 
>   giraph-core/src/main/java/org/apache/giraph/utils/InMemoryEdgeInput.java 
> PRE-CREATION 
>   giraph-core/src/main/java/org/apache/giraph/utils/InMemoryVertexInput.java 
> PRE-CREATION 
>   giraph-core/src/main/java/org/apache/giraph/utils/InMemoryVertexOutput.java 
> PRE-CREATION 
>   giraph-core/src/main/java/org/apache/giraph/utils/InternalVertexRunner.java 
> 7e0b955998a5f1890912819fa2ca74fbbf46fedd 
>   giraph-core/src/main/java/org/apache/giraph/utils/TestGraph.java 
> PRE-CREATION 
>   
> giraph-examples/src/test/java/org/apache/giraph/examples/ConnectedComponentsVertexTestInMemory.java
>  PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/10052/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Veselin Stoyanov
> 
>

Reply via email to