net.sf.sparql.benchmarking.operations.update.callables
Class RemoteUpdateCallable<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>
net.sf.sparql.benchmarking.operations.update.callables.RemoteUpdateCallable<T>
- Type Parameters:
T
- Options type
- All Implemented Interfaces:
- Callable<OperationRun>, OperationCallable<T>
- Direct Known Subclasses:
- NvpUpdateCallable
public class RemoteUpdateCallable<T extends Options>
- extends AbstractRemoteUpdateCallable<T>
- Author:
- rvesse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteUpdateCallable
public RemoteUpdateCallable(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.