net.sf.sparql.benchmarking.operations.update.callables
Class AbstractRemoteUpdateCallable<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.AbstractRemoteUpdateCallable<T>
- Type Parameters:
T
- Options type
- All Implemented Interfaces:
- Callable<OperationRun>, OperationCallable<T>
- Direct Known Subclasses:
- RemoteUpdateCallable
public abstract class AbstractRemoteUpdateCallable<T extends Options>
- extends AbstractUpdateCallable<T>
Abstract callable for operations that run updates
- Author:
- rvesse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractRemoteUpdateCallable
public AbstractRemoteUpdateCallable(Runner<T> runner,
T options)
- Creates a new callable
- Parameters:
runner
- Runneroptions
- Options
createUpdateProcessor
protected UpdateProcessor createUpdateProcessor(UpdateRequest update)
- Description copied from class:
AbstractUpdateCallable
- Creates an update processor for running the update
- Specified by:
createUpdateProcessor
in class AbstractUpdateCallable<T extends Options>
- Parameters:
update
- Update
- Returns:
- Update processor
Copyright © 2014. All Rights Reserved.