Package | Description |
---|---|
net.sf.sparql.benchmarking.parallel | |
net.sf.sparql.benchmarking.parallel.impl |
Modifier and Type | Class and Description |
---|---|
class |
AbstractParallelClientManager<T extends Options>
Abstract implementation of a parallel client manager
|
Modifier and Type | Method and Description |
---|---|
ParallelClientManager<T> |
ParallelClient.getManager()
Gets the parallel client manager which is managing this client
|
ParallelClientManager<T> |
AbstractParallelClient.getManager() |
Constructor and Description |
---|
AbstractParallelClient(ParallelClientManager<T> manager,
int id)
Creates a new Parallel Client
|
ParallelClientManagerTask(ParallelClientManager<T> manager)
Creates a new parallel client manager task using the given parallel
client manager
|
ParallelClientTask(ParallelClientManager<T> manager,
int id)
Creates a new Parallel Client Task
|
Modifier and Type | Class and Description |
---|---|
class |
BenchmarkParallelClientManager<T extends BenchmarkOptions>
A Callable uses to manage the running of parallel clients for multi-threaded
testing
|
class |
SoakTestParallelClientManager
A Callable uses to manage the running of parallel clients for multi-threaded
soak testing
|
class |
StressTestParallelClientManager
A Callable uses to manage the running of parallel clients for stress testing
|
Constructor and Description |
---|
DefaultParallelClient(ParallelClientManager<T> manager,
int id)
Creates a new Parallel Client
|
Copyright © 2015. All rights reserved.