Class | Description |
---|---|
HBSEComputation |
Calculates Shortest paths, and accumulates pair dependency information.
|
HBSEMasterCompute |
Coordinates Global state for the SBVertex to calculate shortest paths, accumulates pair dependency information,
and monitor high betweenness set stability.
|
HighBetweennessList |
Maintains a list of the top N items(an item is defined as an int id, and double value), ranked by a double value.
|
HighBetweennessListAggregator |
Aggregator to accumulate a list of the top N vertices, ranked by approximated betweenness value.
|
PartialDependency |
Represents a source vertex's dependency on a specific target vertex.
|
PathData |
Message that can be passed between vertices.
|
ShortestPathList |
Keeps Shortest path data for a single source vertex to a single target vertex.
|
VertexData |
Stores all required data for a vertex
Map of Sources to ShortestPathLists (for shortest path phase)
Map of Sources to PartialDependency (for pair dependency phase)
approximated betweenness value
|
Enum | Description |
---|---|
State |
Global States that direct certain computation.
|