public class WorksetConnectedComponents extends Object implements Program, ProgramDescription
| Modifier and Type | Class and Description |
|---|---|
static class |
WorksetConnectedComponents.DuplicateLongMap |
static class |
WorksetConnectedComponents.MinimumComponentIDReduce
Minimum aggregation over (Vertex-ID, Component-ID) pairs, selecting the pair with the smallest Comonent-ID.
|
static class |
WorksetConnectedComponents.NeighborWithComponentIDJoin
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.
|
static class |
WorksetConnectedComponents.UpdateComponentIdMatch
UDF that joins a candidate (Vertex-ID, Component-ID) pair with another (Vertex-ID, Component-ID) pair.
|
| Constructor and Description |
|---|
WorksetConnectedComponents() |
public String getDescription()
getDescription in interface ProgramDescriptionCopyright © 2013. All rights reserved.