Uses of Interface
net.sf.sparql.benchmarking.stats.OperationMixRun

Packages that use OperationMixRun
net.sf.sparql.benchmarking.monitoring   
net.sf.sparql.benchmarking.parallel.impl   
net.sf.sparql.benchmarking.runners   
net.sf.sparql.benchmarking.runners.mix   
net.sf.sparql.benchmarking.stats   
net.sf.sparql.benchmarking.stats.impl   
 

Uses of OperationMixRun in net.sf.sparql.benchmarking.monitoring
 

Methods in net.sf.sparql.benchmarking.monitoring with parameters of type OperationMixRun
<T extends Options>
void
XmlProgressListener.afterOperationMix(Runner<T> runner, T options, OperationMix mix, OperationMixRun run)
           
<T extends Options>
void
StreamProgressListener.afterOperationMix(Runner<T> runner, T options, OperationMix mix, OperationMixRun run)
           
<T extends Options>
void
ProgressListener.afterOperationMix(Runner<T> runner, T options, OperationMix mix, OperationMixRun run)
          Invoked after each run of an operation mix
<T extends Options>
void
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
<T extends Options>
OperationMixRun
OperationMixRunner.run(Runner<T> runner, T options, OperationMix mix)
          Performs a operation mix run returning the statistics as a OperationMixRun
<T extends Options>
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
 



Copyright © 2014. All Rights Reserved.