SuiteBalancerpublic class RoundRobinBalancer extends java.lang.Object implements SuiteBalancer
SuiteBalancer.Assignment| Constructor | Description |
|---|---|
RoundRobinBalancer() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<SuiteBalancer.Assignment> |
assign(java.util.Collection<java.lang.String> suiteNames,
int slaves,
long seed) |
Provide assignments for suite names and a given number of slaves.
|
void |
setOwner(JUnit4 owner) |
Sets the owner task (for logging mostly).
|
public java.util.List<SuiteBalancer.Assignment> assign(java.util.Collection<java.lang.String> suiteNames, int slaves, long seed)
SuiteBalancerassign in interface SuiteBalancerpublic void setOwner(JUnit4 owner)
SuiteBalancersetOwner in interface SuiteBalancerCopyright © 2011–2018 Carrot Search s.c.. All rights reserved.