net.sf.sparql.benchmarking.runners.mix
Class DefaultOperationMixRunner
java.lang.Object
net.sf.sparql.benchmarking.runners.mix.AbstractOperationMixRunner
net.sf.sparql.benchmarking.runners.mix.DefaultOperationMixRunner
- All Implemented Interfaces:
- OperationMixRunner
public class DefaultOperationMixRunner
- extends AbstractOperationMixRunner
Default operation mix runner which runs all the operations in a mix either in
random/non-random order depending on the Options
provided.
- Author:
- rvesse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultOperationMixRunner
public DefaultOperationMixRunner()
getOperationOrder
protected <T extends Options> List<Integer> getOperationOrder(T options,
OperationMix mix)
- Description copied from class:
AbstractOperationMixRunner
- Gets the order in which the runner should run the operations
- Specified by:
getOperationOrder
in class AbstractOperationMixRunner
- Parameters:
options
- Optionsmix
- Mix containing the operations to be run
- Returns:
- Operation order expressed as a list of IDs
Copyright © 2014. All Rights Reserved.