K
- ID typeVV
- vertex value typepublic static class DegreeAnnotationFunctions.JoinVertexWithVertexDegree<K,VV> extends Object implements JoinFunction<Vertex<K,VV>,Vertex<K,LongValue>,Vertex<K,LongValue>>
Constructor and Description |
---|
JoinVertexWithVertexDegree() |
public Vertex<K,LongValue> join(Vertex<K,VV> vertex, Vertex<K,LongValue> vertexDegree) throws Exception
JoinFunction
join
in interface JoinFunction<Vertex<K,VV>,Vertex<K,LongValue>,Vertex<K,LongValue>>
vertex
- The element from first input.vertexDegree
- The element from second input.Exception
- This method may throw exceptions. Throwing an exception will cause the
operation to fail and may trigger recovery.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.