I
- Vertex id typeV
- Vertex value typeE
- Edge value typepublic interface VertexSender<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> extends NonKryoWritable
Modifier and Type | Method and Description |
---|---|
void |
vertexSend(Vertex<I,V,E> vertex)
Must be defined by user to do computation on a single Vertex.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.