| 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 |
ClientNameLockStepTaskScheduler
This class acts as the task scheduler for tasks that run at the start
and end of a test, in single-threaded VMs started just to run the tasks,
that is, tasks of type STARTTASK and ENDTASK.
|
class |
ClientNameTaskScheduler
This class acts as the task scheduler for tasks that run at the start
and end of a test, in single-threaded VMs started just to run the tasks,
that is, tasks of type STARTTASK and ENDTASK.
|
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.
|
class |
ComplexTaskScheduler
This class acts as the superclass for all complex task schedulers.
|
class |
DynamicConcurrentTaskScheduler |
class |
DynamicSerialTaskScheduler |
class |
SimpleConcurrentTaskScheduler |
class |
SimpleSerialTaskScheduler
This class acts as a serial task scheduler for INITTASKs.
|
class |
SimpleTaskScheduler
This class acts as the superclass for all simple task schedulers.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.