I - Vertex id typeV - Vertex value typeE - Edge value typepublic class EachVertexInit<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> extends Object implements TestGraphModifier<I,V,E>
| Constructor and Description |
|---|
EachVertexInit(Consumer<Vertex<I,V,E>> vertexConsumer) |
| Modifier and Type | Method and Description |
|---|---|
void |
modifyGraph(NumericTestGraph<I,V,E> graph) |
public void modifyGraph(NumericTestGraph<I,V,E> graph)
modifyGraph in interface TestGraphModifier<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable>Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.