Interface | Description |
---|---|
ParallelClient<T extends Options> |
Interface for parallel clients
|
ParallelClientManager<T extends Options> |
Interface for parallel client managers
|
Class | Description |
---|---|
AbstractParallelClient<T extends Options> |
Abstract implementation of a parallel client
|
AbstractParallelClientManager<T extends Options> |
Abstract implementation of a parallel client manager
|
ParallelClientManagerTask<T extends Options> |
Task for running a parallel client manager
|
ParallelClientTask<T extends Options> |
Task for running parallel clients
|
ParallelTimer |
A Timer that can be used to time runtime where runtime may be being consumed
on multiple threads and overlapping, allows you to determine actual runtime
used.
|
Copyright © 2015. All rights reserved.