Package | Description |
---|---|
org.apache.giraph.io.formats |
Package of reusable library Giraph objects.
|
Modifier and Type | Class and Description |
---|---|
class |
IntIntTextVertexValueInputFormat.IntIntTextVertexValueReader
VertexValueReader associated with
IntIntTextVertexValueInputFormat . |
protected class |
TextVertexValueInputFormat.TextVertexValueReaderFromEachLine
Abstract 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.
|
Modifier and Type | Method and Description |
---|---|
TextVertexValueInputFormat.TextVertexValueReader |
IntIntTextVertexValueInputFormat.createVertexValueReader(org.apache.hadoop.mapreduce.InputSplit split,
org.apache.hadoop.mapreduce.TaskAttemptContext context) |
abstract TextVertexValueInputFormat.TextVertexValueReader |
TextVertexValueInputFormat.createVertexValueReader(org.apache.hadoop.mapreduce.InputSplit split,
org.apache.hadoop.mapreduce.TaskAttemptContext context) |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.