EV - the edge value typeT - the input value typepublic interface EdgeJoinFunction<EV,T> extends org.apache.flink.api.common.functions.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 inputExceptionCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.