VV - the vertex value typeT - the input value typepublic interface VertexJoinFunction<VV,T> extends org.apache.flink.api.common.functions.Function, Serializable
Graph.joinWithVertices(DataSet, VertexJoinFunction) method.| Modifier and Type | Method and Description |
|---|---|
VV |
vertexJoin(VV vertexValue,
T inputValue)
Applies a transformation on the current vertex value
and the value of the matched tuple of the input DataSet.
|
VV vertexJoin(VV vertexValue, T inputValue) throws Exception
vertexValue - the current vertex valueinputValue - the value of the matched Tuple2 inputExceptionCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.