- All Implemented Interfaces:
- Function, GenericJoiner<Tuple2<Long,Long>,Tuple2<Long,Long>,Tuple2<Long,Long>>, Serializable
- Enclosing class:
- ConnectedComponents
public static final class ConnectedComponents.NeighborWithComponentIDJoin
extends JoinFunction<Tuple2<Long,Long>,Tuple2<Long,Long>,Tuple2<Long,Long>>
UDF that joins a (Vertex-ID, Component-ID) pair that represents the current component that
a vertex is associated with, with a (Source-Vertex-ID, Target-VertexID) edge. The function
produces a (Target-vertex-ID, Component-ID) pair.
- See Also:
- Serialized Form