| Package | Description |
|---|---|
| org.apache.giraph.io.formats |
Package of reusable library Giraph objects.
|
| 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.