| Class | Description |
|---|---|
| BfsNode |
Representation of a graph node for parallel breadth-first search.
|
| EncodeBfsGraph |
Tool for taking a plain-text encoding of a directed graph and building corresponding Hadoop
structures for running parallel breadth-first search.
|
| FindNodeAtDistance |
Tool for extracting nodes that are a particular distance from the source node.
|
| FindReachableNodes |
Tool for extracting nodes that are reachable from the source node.
|
| IterateBfs |
Tool for running one iteration of parallel breadth-first search.
|
| Enum | Description |
|---|---|
| BfsNode.Type |
Copyright © 2015. All rights reserved.