net.sf.sparql.benchmarking.operations.util
Class NoOpCallable<T extends Options>
java.lang.Object
net.sf.sparql.benchmarking.operations.AbstractOperationCallable<T>
net.sf.sparql.benchmarking.operations.util.NoOpCallable<T>
- Type Parameters:
T
- Options type
- All Implemented Interfaces:
- Callable<OperationRun>, OperationCallable<T>
public class NoOpCallable<T extends Options>
- extends AbstractOperationCallable<T>
A callable that does nothing
May be used by operations that don't perform an operation during every mix
run.
- Author:
- rvesse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoOpCallable
public NoOpCallable(Runner<T> runner,
T options,
OperationRun runInfo)
- Creates a new callable
- Parameters:
runner
- Runneroptions
- OptionsrunInfo
- Run information to return
call
public OperationRun call()
throws Exception
- Throws:
Exception
Copyright © 2014. All Rights Reserved.