| Class | Description |
|---|---|
| Algorithm |
The HEFT based site selector.
|
| HeftBag |
A data class that implements the Bag interface and stores the extra information
that is required by the HEFT algorithm for each node.
|
| HeftGraphNodeComparator |
Comparator for GraphNode objects that allow us to sort on basis of
the downward rank computed.
|
| Processor |
A data class that is used to simulate a processor on a site.
|
| Site |
A data class that models a site as a collection of processors.
|