| Package | Description | 
|---|---|
| org.apache.giraph.examples | Package of Giraph examples. | 
| 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 | Class and Description | 
|---|---|
| class  | SimplePageRankComputation.SimplePageRankVertexOutputFormat.SimplePageRankVertexWriterSimple VertexWriter that supports  SimplePageRankComputation | 
| class  | SimpleSuperstepComputation.SimpleSuperstepVertexOutputFormat.SimpleSuperstepVertexWriterSimple VertexWriter that supports  SimpleSuperstepComputation | 
| class  | VertexWithDoubleValueDoubleEdgeTextOutputFormat.VertexWithDoubleValueWriterVertex writer used with
  VertexWithDoubleValueDoubleEdgeTextOutputFormat. | 
| class  | VertexWithDoubleValueNullEdgeTextOutputFormat.VertexWithDoubleValueWriterVertex writer used with
  VertexWithDoubleValueNullEdgeTextOutputFormat. | 
| 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.AdjacencyListTextVertexWriterVertex writer associated with  AdjacencyListTextVertexOutputFormat. | 
| protected class  | IdWithValueTextOutputFormat.IdWithValueVertexWriterVertex writer used with  IdWithValueTextOutputFormat. | 
| protected class  | JsonBase64VertexOutputFormat.JsonBase64VertexWriterSimple writer that supports  JsonBase64VertexOutputFormat | 
| protected class  | TextVertexOutputFormat.TextVertexWriterAbstract class to be implemented by the user based on their specific
 vertex output. | 
| protected class  | TextVertexOutputFormat.TextVertexWriterToEachLineAbstract 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.