| Package | Description |
|---|---|
| org.apache.giraph.io |
Input/Output related things.
|
| org.apache.giraph.io.formats |
Package of reusable library Giraph objects.
|
| org.apache.giraph.io.internal |
Input/Output classes for internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
abstract VertexWriter<I,V,E> |
VertexOutputFormat.createVertexWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
Create a vertex writer for a given split.
|
| 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.TextVertexWriter
Abstract class to be implemented by the user based on their specific
vertex output.
|
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 |
|---|---|
VertexWriter |
SequenceFileVertexOutputFormat.createVertexWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
VertexWriter<I,V,E> |
InMemoryVertexOutputFormat.createVertexWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
| Modifier and Type | Method and Description |
|---|---|
VertexWriter<I,V,E> |
WrappedVertexOutputFormat.createVertexWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.