I - Vertex idV - Vertex valueE - Edge valuepublic interface SimpleVertexWriter<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable>
| Modifier and Type | Method and Description |
|---|---|
void |
writeVertex(Vertex<I,V,E> vertex)
Writes the next vertex and associated data
|
void writeVertex(Vertex<I,V,E> vertex) throws IOException, InterruptedException
vertex - set the properties of this vertexIOExceptionInterruptedExceptionCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.