EV
- the edge value typeT
- the input value typepublic interface EdgeJoinFunction<EV,T> extends Function, Serializable
Graph.joinWithEdges(DataSet, EdgeJoinFunction)
,
Graph.joinWithEdgesOnSource(DataSet, EdgeJoinFunction)
, and
Graph.joinWithEdgesOnTarget(DataSet, EdgeJoinFunction)
methods.Modifier and Type | Method and Description |
---|---|
EV |
edgeJoin(EV edgeValue,
T inputValue)
Applies a transformation on the current edge value
and the value of the matched tuple of the input DataSet.
|
EV edgeJoin(EV edgeValue, T inputValue) throws Exception
edgeValue
- the current edge valueinputValue
- the value of the matched Tuple2 inputException
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.