| Interface | Description |
|---|---|
| DistributionStrategy |
A distribution strategy allow test code to manage the distribute or
peer roles in a test cluster
|
| Class | Description |
|---|---|
| AbstractStrategy |
A simple distribution strategy that assign roles to the available nodes
on the test cluster.
|
| BalancedStrategy |
The balanced distribution strategy collects all the available nodes and distributed
them evenly throughout the test cluster.
|
| DistributionStrategyFactory | |
| ExclusiveBalancedStrategy |
This is the same as the normal balanced distribution strategy, but it uses exclusive addressing for
each node.
|
| LegacyStrategy |
The legacy strategy retain the fixed assignment strategy that was used
prior to Maestro 1.5.
|
| NonAssigningStrategy |
This documentation was released into the public domain.