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

All Known Implementing Classes:
AbstractOperationMixRunner, DefaultOperationMixRunner, InOrderOperationMixRunner, SamplingOperationMixRunner

public interface OperationMixRunner

Interface for runners which can run operation mixes

Author:
rvesse

Method Summary
<T extends Options>
OperationMixRun
run(Runner<T> runner, T options, OperationMix mix)
          Performs a operation mix run returning the statistics as a OperationMixRun
 

Method Detail

run

<T extends Options> OperationMixRun run(Runner<T> runner,
                                        T options,
                                        OperationMix mix)
Performs a operation mix run returning the statistics as a OperationMixRun

Implementations are also expected to record the information within the OperationMixStats object of the given OperationMix instance prior to returning the statistics.

Parameters:
runner - Runner
options - Options
mix - Operation mix to be run
Returns:
Operation Mix run details


Copyright © 2014. All Rights Reserved.