| Package | Description | 
|---|---|
| org.apache.giraph.io | Input/Output related things. | 
| org.apache.giraph.io.formats | Package of reusable library Giraph objects. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract VertexValueReader<I,V> | VertexValueInputFormat. createVertexValueReader(org.apache.hadoop.mapreduce.InputSplit split,
                       org.apache.hadoop.mapreduce.TaskAttemptContext context)Create a  VertexValueReaderfor a given split. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | IntIntTextVertexValueInputFormat.IntIntTextVertexValueReaderVertexValueReaderassociated withIntIntTextVertexValueInputFormat. | 
| protected class  | TextVertexValueInputFormat.TextVertexValueReader | 
| protected class  | TextVertexValueInputFormat.TextVertexValueReaderFromEachLineAbstract class to be implemented by the user to read a vertex value from
 each text line. | 
| protected class  | TextVertexValueInputFormat.TextVertexValueReaderFromEachLineProcessed<T>Abstract class to be implemented by the user to read a vertex value from
 each text line after preprocessing it. | 
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.