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.
|
writeVertex
close, createLineRecordWriter, getContext, getRecordWriter, initialize
getConf, setConf
protected org.apache.hadoop.io.Text convertVertexToLine(Vertex<I,V,E> vertex) throws IOException
TextVertexOutputFormat.TextVertexWriterToEachLine
convertVertexToLine
in class TextVertexOutputFormat.TextVertexWriterToEachLine
vertex
- the current vertex for writingIOException
- exception that can be thrown while writingCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.