| Interface | Description |
|---|---|
| RemoteBlockingQueue |
A blocking queue that is shared among multiple Java programs
potentially running on multiple machines.
|
| Class | Description |
|---|---|
| Client |
A client that connects to a server and verifies that it sends the
correct data.
|
| ClientTasks |
Hydra tasks for working with the
Client. |
| LoggingTasks |
Contains simple Hydra test code that demonstrate the five kinds of
Hydra tasks (START, INIT, TASK, CLOSE, and END) and generates
various kinds of logging output.
|
| RBQBlackboard |
A Hydra
Blackboard that maintains statistics about a
RemoteBlockingQueue. |
| RBQPrms |
Hydra configuration parameters for
RemoteBlockingQueue
tests. |
| RBQTasks |
Hydra tasks that test the functionality and scalability of the
RemoteBlockingQueue. |
| RemoteBlockingQueueImpl |
An implementation of
RemoteBlockingQueue that uses a
JSR-166 BlockingQueue to do the real work. |
| Server | |
| ServerPrms |
Configuration parameters for the
Server test. |
| ServerTasks |
Hydra tasks for working with the
Server. |
Contains tests developed as part of the Hydra training.
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.