I
- Vertex indexE
- Edge valuepublic interface MutableEdge<I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable> extends Edge<I,E>
Modifier and Type | Method and Description |
---|---|
void |
setValue(E value)
Set the value for this edge.
|
getTargetVertexId, getValue
void setValue(E value)
value
- new edge valueCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.