net.sf.sparql.benchmarking.operations.update.callables
Class InMemoryUpdateCallable<T extends Options>
java.lang.Object
net.sf.sparql.benchmarking.operations.AbstractOperationCallable<T>
net.sf.sparql.benchmarking.operations.update.callables.AbstractUpdateCallable<T>
net.sf.sparql.benchmarking.operations.update.callables.AbstractInMemoryUpdateCallable<T>
net.sf.sparql.benchmarking.operations.update.callables.InMemoryUpdateCallable<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
- Callable<OperationRun>, OperationCallable<T>
public class InMemoryUpdateCallable<T extends Options>
- extends AbstractInMemoryUpdateCallable<T>
- Author:
- rvesse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InMemoryUpdateCallable
public InMemoryUpdateCallable(UpdateRequest update,
Runner<T> runner,
T options)
- Creates a new update runner
- Parameters:
update
- Update to runrunner
- Runneroptions
- Options
getUpdate
protected UpdateRequest getUpdate()
- Description copied from class:
AbstractUpdateCallable
- Gets the update request to be executed
- Specified by:
getUpdate
in class AbstractUpdateCallable<T extends Options>
- Returns:
- Update request
Copyright © 2014. All Rights Reserved.