| 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 |
|---|---|
class |
SimplePageRankComputation.SimplePageRankVertexOutputFormat.SimplePageRankVertexWriter
Simple VertexWriter that supports
SimplePageRankComputation |
class |
SimpleSuperstepComputation.SimpleSuperstepVertexOutputFormat.SimpleSuperstepVertexWriter
Simple VertexWriter that supports
SimpleSuperstepComputation |
class |
VertexWithDoubleValueDoubleEdgeTextOutputFormat.VertexWithDoubleValueWriter
Vertex writer used with
VertexWithDoubleValueDoubleEdgeTextOutputFormat. |
class |
VertexWithDoubleValueNullEdgeTextOutputFormat.VertexWithDoubleValueWriter
Vertex writer used with
VertexWithDoubleValueNullEdgeTextOutputFormat. |
| Modifier and Type | Method and Description |
|---|---|
TextVertexOutputFormat.TextVertexWriter |
VertexWithDoubleValueNullEdgeTextOutputFormat.createVertexWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
TextVertexOutputFormat.TextVertexWriter |
VertexWithDoubleValueDoubleEdgeTextOutputFormat.createVertexWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
TextVertexOutputFormat.TextVertexWriter |
SimplePageRankComputation.SimplePageRankVertexOutputFormat.createVertexWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
TextVertexOutputFormat.TextVertexWriter |
SimpleTextVertexOutputFormat.createVertexWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
TextVertexOutputFormat.TextVertexWriter |
SimpleSuperstepComputation.SimpleSuperstepVertexOutputFormat.createVertexWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
| Modifier and Type | Class and Description |
|---|---|
protected class |
AdjacencyListTextVertexOutputFormat.AdjacencyListTextVertexWriter
Vertex writer associated with
AdjacencyListTextVertexOutputFormat. |
protected class |
IdWithValueTextOutputFormat.IdWithValueVertexWriter
Vertex writer used with
IdWithValueTextOutputFormat. |
protected class |
JsonBase64VertexOutputFormat.JsonBase64VertexWriter
Simple writer that supports
JsonBase64VertexOutputFormat |
protected class |
TextVertexOutputFormat.TextVertexWriterToEachLine
Abstract class to be implemented by the user to write a line for each
vertex.
|
| Modifier and Type | Method and Description |
|---|---|
TextVertexOutputFormat.TextVertexWriter |
JsonBase64VertexOutputFormat.createVertexWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
TextVertexOutputFormat.TextVertexWriter |
JsonLongDoubleFloatDoubleVertexOutputFormat.createVertexWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
TextVertexOutputFormat.TextVertexWriter |
GraphvizOutputFormat.createVertexWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
abstract TextVertexOutputFormat.TextVertexWriter |
TextVertexOutputFormat.createVertexWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
The factory method which produces the
TextVertexOutputFormat.TextVertexWriter used by this
output format. |
TextVertexOutputFormat.TextVertexWriter |
IdWithValueTextOutputFormat.createVertexWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.