VV - the vertex value typeEV - the edge value typepublic class Neighbor<VV,EV>
extends org.apache.flink.api.java.tuple.Tuple2<VV,EV>
<sourceVertex, edge> pair. This is a wrapper
around Tuple2<VV, EV> for convenience in the GatherFunction.| Constructor 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, toStringCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.