VV
- the vertex value typeEV
- the edge value typepublic class Neighbor<VV,EV> extends Tuple2<VV,EV>
<sourceVertex, edge>
pair
This is a wrapper around Tuple2<VV, EV>
for convenience in the GatherFunctionConstructor and Description |
---|
Neighbor() |
Neighbor(VV neighborValue,
EV edgeValue) |
Modifier and Type | Method and Description |
---|---|
EV |
getEdgeValue() |
VV |
getNeighborValue() |
copy, equals, getArity, getField, hashCode, of, setField, setFields, swap, toString
getFieldNotNull, getTupleClass
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.