public class TestTestGraph extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestTestGraph.SumLongVertexValueCombiner
Vertex value combiner that sums up long vertex values
|
| Constructor and Description |
|---|
TestTestGraph() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addVertex(TestGraph<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.NullWritable> graph,
long id,
long value,
long... neighbors) |
void |
testTestGraph() |
public void testTestGraph()
public static void addVertex(TestGraph<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.NullWritable> graph, long id, long value, long... neighbors)
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.