Package | Description |
---|---|
org.apache.giraph.examples |
Package of Giraph examples.
|
org.apache.giraph.io.formats |
Package of reusable library Giraph objects.
|
Modifier and Type | Class and Description |
---|---|
static class |
SimplePageRankComputation.SimplePageRankVertexOutputFormat
Simple VertexOutputFormat that supports
SimplePageRankComputation |
static class |
SimpleSuperstepComputation.SimpleSuperstepVertexOutputFormat
Simple VertexOutputFormat that supports
SimpleSuperstepComputation |
class |
SimpleTextVertexOutputFormat
Simple text based vertex output format example.
|
class |
VertexWithDoubleValueDoubleEdgeTextOutputFormat
Simple vertex output format for weighted graphs.
|
class |
VertexWithDoubleValueNullEdgeTextOutputFormat
Output format for vertices with a long as id, a double as value and
null edges
|
Modifier and Type | Class and Description |
---|---|
class |
AdjacencyListTextVertexOutputFormat<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable>
OutputFormat to write out the graph nodes as text, value-separated (by
tabs, by default).
|
class |
GraphvizOutputFormat
Writes graph to a dot file (graphviz format).
|
class |
IdWithValueTextOutputFormat<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable>
Write out Vertices' IDs and values, but not their edges nor edges' values.
|
class |
JsonBase64VertexOutputFormat<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable>
Simple way to represent the structure of the graph with a JSON object.
|
class |
JsonLongDoubleFloatDoubleVertexOutputFormat
VertexOutputFormat that supports JSON encoded vertices featuring
double values and float out-edge weights |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.