VV
- the vertex value typeT
- the input value typepublic interface VertexJoinFunction<VV,T> extends 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 inputException
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.