Uses of Interface
net.sf.sparql.benchmarking.runners.mix.OperationMixRunner

Packages that use OperationMixRunner
net.sf.sparql.benchmarking.options   
net.sf.sparql.benchmarking.runners.mix   
 

Uses of OperationMixRunner in net.sf.sparql.benchmarking.options
 

Methods in net.sf.sparql.benchmarking.options that return OperationMixRunner
 OperationMixRunner OptionsImpl.getMixRunner()
           
 OperationMixRunner Options.getMixRunner()
          Gets the operation mix runner to use, if null is returned then the default DefaultOperationMixRunner should be used
 

Methods in net.sf.sparql.benchmarking.options with parameters of type OperationMixRunner
 void OptionsImpl.setMixRunner(OperationMixRunner runner)
           
 void Options.setMixRunner(OperationMixRunner runner)
          Sets the operation mix runner to use, if set to null then the default DefaultOperationMixRunner should be used
 

Uses of OperationMixRunner in net.sf.sparql.benchmarking.runners.mix
 

Classes in net.sf.sparql.benchmarking.runners.mix that implement OperationMixRunner
 class AbstractOperationMixRunner
          Abstract implementation of an operation mix runner
 class DefaultOperationMixRunner
          Default operation mix runner which runs all the operations in a mix either in random/non-random order depending on the Options provided.
 class InOrderOperationMixRunner
          An operation mix runner which runs all the operations in the mix in their exact order
 class SamplingOperationMixRunner
          An operation mix runner that runs a sample of the operations in the mix respecting whether random order has been selected.
 



Copyright © 2014. All Rights Reserved.