net.sf.sparql.benchmarking.parallel.impl
Class OperationMixCallable<T extends Options>

java.lang.Object
  extended by net.sf.sparql.benchmarking.parallel.impl.OperationMixCallable<T>
Type Parameters:
T - Options type
All Implemented Interfaces:
Callable<OperationMixRun>

public class OperationMixCallable<T extends Options>
extends Object
implements Callable<OperationMixRun>

A callable for operation mixes so we can execute them in parallel to do multi-threaded benchmarks

Author:
rvesse

Constructor Summary
OperationMixCallable(Runner<T> runner, T options)
          Creates a new operation mix runner
 
Method Summary
 OperationMixRun call()
          Runs the operation mix returning the results of the run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationMixCallable

public OperationMixCallable(Runner<T> runner,
                            T options)
Creates a new operation mix runner

Parameters:
runner - Runner
options - Options
Method Detail

call

public OperationMixRun call()
Runs the operation mix returning the results of the run

Specified by:
call in interface Callable<OperationMixRun>


Copyright © 2014. All Rights Reserved.