protected class JsonBase64VertexOutputFormat.JsonBase64VertexWriter extends TextVertexOutputFormat.TextVertexWriterToEachLine
JsonBase64VertexOutputFormat| Modifier | Constructor and Description |
|---|---|
protected |
JsonBase64VertexWriter() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.hadoop.io.Text |
convertVertexToLine(Vertex<I,V,E> vertex)
Writes a line for the given vertex.
|
writeVertexclose, createLineRecordWriter, getContext, getRecordWriter, initializegetConf, setConfprotected org.apache.hadoop.io.Text convertVertexToLine(Vertex<I,V,E> vertex) throws IOException
TextVertexOutputFormat.TextVertexWriterToEachLineconvertVertexToLine in class TextVertexOutputFormat.TextVertexWriterToEachLinevertex - the current vertex for writingIOException - exception that can be thrown while writingCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.