I - Vertex index valueV - Vertex valueE - Edge valuepublic class JsonBase64VertexOutputFormat<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>
JsonBase64VertexInputFormat| Modifier and Type | Class and Description |
|---|---|
protected class |
JsonBase64VertexOutputFormat.JsonBase64VertexWriter
Simple writer that supports
JsonBase64VertexOutputFormat |
TextVertexOutputFormat.TextVertexWriter, TextVertexOutputFormat.TextVertexWriterToEachLinetextOutputFormat| Constructor and Description |
|---|
JsonBase64VertexOutputFormat() |
| Modifier and Type | Method and Description |
|---|---|
TextVertexOutputFormat.TextVertexWriter |
createVertexWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
The factory method which produces the
TextVertexOutputFormat.TextVertexWriter used by this
output format. |
checkOutputSpecs, getOutputCommitterpostWriting, preWritinggetConf, setConfpublic TextVertexOutputFormat.TextVertexWriter createVertexWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
TextVertexOutputFormatTextVertexOutputFormat.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.