|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OperationMixRun in net.sf.sparql.benchmarking.monitoring |
---|
Methods in net.sf.sparql.benchmarking.monitoring with parameters of type OperationMixRun | ||
---|---|---|
|
XmlProgressListener.afterOperationMix(Runner<T> runner,
T options,
OperationMix mix,
OperationMixRun run)
|
|
|
StreamProgressListener.afterOperationMix(Runner<T> runner,
T options,
OperationMix mix,
OperationMixRun run)
|
|
|
ProgressListener.afterOperationMix(Runner<T> runner,
T options,
OperationMix mix,
OperationMixRun run)
Invoked after each run of an operation mix |
|
|
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 |
Uses of OperationMixRun in net.sf.sparql.benchmarking.parallel.impl |
---|
Methods in net.sf.sparql.benchmarking.parallel.impl that return OperationMixRun | |
---|---|
OperationMixRun |
OperationMixCallable.call()
Runs the operation mix returning the results of the run |
Uses of OperationMixRun in net.sf.sparql.benchmarking.runners |
---|
Methods in net.sf.sparql.benchmarking.runners that return OperationMixRun | |
---|---|
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 |
Methods in net.sf.sparql.benchmarking.runners with parameters of type OperationMixRun | |
---|---|
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)
|
Uses of OperationMixRun in net.sf.sparql.benchmarking.runners.mix |
---|
Methods in net.sf.sparql.benchmarking.runners.mix that return OperationMixRun | ||
---|---|---|
|
OperationMixRunner.run(Runner<T> runner,
T options,
OperationMix mix)
Performs a operation mix run returning the statistics as a OperationMixRun |
|
|
AbstractOperationMixRunner.run(Runner<T> runner,
T options,
OperationMix mix)
|
Uses of OperationMixRun in net.sf.sparql.benchmarking.stats |
---|
Methods in net.sf.sparql.benchmarking.stats that return types with arguments of type OperationMixRun | |
---|---|
Iterator<OperationMixRun> |
OperationMixStats.getRuns()
Gets an iterator over the operation mix runs |
Methods in net.sf.sparql.benchmarking.stats with parameters of type OperationMixRun | |
---|---|
void |
OperationMixStats.add(OperationMixRun run)
Adds information for the given run to the statistics |
Uses of OperationMixRun in net.sf.sparql.benchmarking.stats.impl |
---|
Classes in net.sf.sparql.benchmarking.stats.impl that implement OperationMixRun | |
---|---|
class |
OperationMixRunImpl
Implementation of an operation mix run |
Methods in net.sf.sparql.benchmarking.stats.impl that return types with arguments of type OperationMixRun | |
---|---|
Iterator<OperationMixRun> |
OperationMixStatsImpl.getRuns()
|
Methods in net.sf.sparql.benchmarking.stats.impl with parameters of type OperationMixRun | |
---|---|
void |
OperationMixStatsImpl.add(OperationMixRun run)
|
int |
OperationMixRunImpl.compareTo(OperationMixRun other)
Compares one run to another |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |