| Package | Description |
|---|---|
| hydra |
Hydra is a test framework that makes it easy to create and run multiuser tests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComplexConcurrentTaskScheduler
This class acts as the task scheduler for scheduling TASKs onto clients
concurrently.
|
class |
ComplexRoundRobinTaskScheduler
This class acts as the task scheduler for scheduling TASKs onto clients in
a round robin fashion (with respect to the logical hydra client thread
IDs).
|
class |
ComplexSerialTaskScheduler
This class acts as the task scheduler for scheduling TASKs onto clients
sequentially in a random fashion.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ComplexTaskScheduler.schedule(ClientRecord client,
long now,
ComplexTaskScheduler ts)
Schedules the client with the task, after rechecking under synchronization
that the client is still available for scheduling.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.