I
- Vertex index valueV
- Vertex valueE
- Edge valuepublic class AdjacencyListTextVertexOutputFormat<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> extends TextVertexOutputFormat<I,V,E>
Modifier and Type | Class and Description |
---|---|
protected class |
AdjacencyListTextVertexOutputFormat.AdjacencyListTextVertexWriter
Vertex writer associated with
AdjacencyListTextVertexOutputFormat . |
TextVertexOutputFormat.TextVertexWriter, TextVertexOutputFormat.TextVertexWriterToEachLine
Modifier and Type | Field and Description |
---|---|
static String |
LINE_TOKENIZE_VALUE
Split delimiter
|
static String |
LINE_TOKENIZE_VALUE_DEFAULT
Default split delimiter
|
textOutputFormat
Constructor and Description |
---|
AdjacencyListTextVertexOutputFormat() |
Modifier and Type | Method and Description |
---|---|
AdjacencyListTextVertexOutputFormat.AdjacencyListTextVertexWriter |
createVertexWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
The factory method which produces the
TextVertexOutputFormat.TextVertexWriter used by this
output format. |
checkOutputSpecs, getOutputCommitter
postWriting, preWriting
getConf, setConf
public static final String LINE_TOKENIZE_VALUE
public static final String LINE_TOKENIZE_VALUE_DEFAULT
public AdjacencyListTextVertexOutputFormat.AdjacencyListTextVertexWriter createVertexWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
TextVertexOutputFormat
TextVertexOutputFormat.TextVertexWriter
used by this
output format.createVertexWriter
in class TextVertexOutputFormat<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable>
context
- the information about the taskCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.