Modifier and Type | Method and Description |
---|---|
<T extends Options> |
XmlProgressListener.afterOperationMix(Runner<T> runner,
T options,
OperationMix mix,
OperationMixRun run) |
<T extends Options> |
StreamProgressListener.afterOperationMix(Runner<T> runner,
T options,
OperationMix mix,
OperationMixRun run) |
<T extends Options> |
ProgressListener.afterOperationMix(Runner<T> runner,
T options,
OperationMix mix,
OperationMixRun run)
Invoked after each run of an operation mix
|
<T extends Options> |
CsvProgressListener.afterOperationMix(Runner<T> runner,
T options,
OperationMix mix,
OperationMixRun run)
Handles the Mix progress event by recording the run statistics for later
printing to the CSV file
|
Modifier and Type | Method and Description |
---|---|
OperationMixRun |
OperationMixCallable.call()
Runs the operation mix returning the results of the run
|
Modifier and Type | Method and Description |
---|---|
protected OperationMixRun |
AbstractRunner.runMix(T options)
Runs the actual operation mix using the configured operation mix runner,
if there is no configured runner then it uses the
DefaultOperationMixRunner to run the mix |
Modifier and Type | Method and Description |
---|---|
void |
Runner.reportAfterOperationMix(T options,
OperationMix mix,
OperationMixRun run)
Reports progress after we complete a run of the operation mix
|
void |
AbstractRunner.reportAfterOperationMix(T options,
OperationMix mix,
OperationMixRun run) |
Modifier and Type | Method and Description |
---|---|
<T extends Options> |
OperationMixRunner.run(Runner<T> runner,
T options,
OperationMix mix)
Performs a operation mix run returning the statistics as a
OperationMixRun |
<T extends Options> |
AbstractOperationMixRunner.run(Runner<T> runner,
T options,
OperationMix mix) |
Modifier and Type | Method and Description |
---|---|
Iterator<OperationMixRun> |
OperationMixStats.getRuns()
Gets an iterator over the operation mix runs
|
Modifier and Type | Method and Description |
---|---|
void |
OperationMixStats.add(OperationMixRun run)
Adds information for the given run to the statistics
|
Modifier and Type | Class and Description |
---|---|
class |
OperationMixRunImpl
Implementation of an operation mix run
|
Modifier and Type | Method and Description |
---|---|
Iterator<OperationMixRun> |
OperationMixStatsImpl.getRuns() |
Modifier and Type | Method and Description |
---|---|
void |
OperationMixStatsImpl.add(OperationMixRun run) |
int |
OperationMixRunImpl.compareTo(OperationMixRun other)
Compares one run to another
|
Copyright © 2015. All rights reserved.