| Modifier and Type | Class and Description |
|---|---|
class |
AbstractResultService
Common implementation around event results.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MongoResultService
A Mongo-based implementation of the results for benchmark test runs.
|
| Modifier and Type | Method and Description |
|---|---|
ResultService |
TestRunServicesCache.getResultService(String test,
String run)
Get the
ResultService for the given test run |
| Constructor and Description |
|---|
EventController(String driverId,
String testRunFqn,
EventService eventService,
EventProducerRegistry eventProducers,
EventProcessorRegistry eventProcessors,
ResultService resultService,
SessionService sessionService,
TestRunLogService logService,
int threadCount)
Construct the controller
|
EventWork(String driverId,
String testRunFqn,
Event event,
String[] driverIds,
EventProcessor processor,
EventProducerRegistry eventProducers,
EventService eventService,
ResultService resultService,
SessionService sessionService,
TestRunLogService logService)
Construct work to be executed by a thread
|
ResultBarrier(String countEventName,
long expectedCount,
String nextEventName,
ResultService resultService)
Create a new barrier.
|
| Modifier and Type | Field and Description |
|---|---|
protected ResultService |
AbstractCompletionEstimator.resultService |
| Constructor and Description |
|---|
AbstractCompletionEstimator(EventService eventService,
ResultService resultService) |
CompoundCompletionEstimator(EventService eventService,
ResultService resultService,
List<CompletionEstimator> estimators)
Constructor with required dependencies
|
ElapsedTimeCompletionEstimator(EventService eventService,
ResultService resultService,
String timeUnitStr,
long duration)
Constructor with required dependencies
|
EventCountCompletionEstimator(EventService eventService,
ResultService resultService,
String eventName,
long eventCount)
Constructor with required dependencies
|
SessionCountCompletionEstimator(EventService eventService,
ResultService resultService,
SessionService sessionService,
long sessionCount)
Constructor with required dependencies
|
UnknownCompletionEstimator(EventService eventService,
ResultService resultService)
Constructor with required dependencies
|
| Modifier and Type | Method and Description |
|---|---|
protected ResultService |
AbstractEventReporter.getResultService() |
Copyright © 2005–2018 Alfresco Software. All rights reserved.