net.sf.sparql.benchmarking.operations.update.callables
Class RemoteUpdateCallable<T extends Options>

java.lang.Object
  extended by net.sf.sparql.benchmarking.operations.AbstractOperationCallable<T>
      extended by net.sf.sparql.benchmarking.operations.update.callables.AbstractUpdateCallable<T>
          extended by net.sf.sparql.benchmarking.operations.update.callables.AbstractRemoteUpdateCallable<T>
              extended by 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

Constructor Summary
RemoteUpdateCallable(UpdateRequest update, Runner<T> runner, T options)
          Creates a new update runner
 
Method Summary
protected  UpdateRequest getUpdate()
          Gets the update request to be executed
 
Methods inherited from class net.sf.sparql.benchmarking.operations.update.callables.AbstractRemoteUpdateCallable
createUpdateProcessor
 
Methods inherited from class net.sf.sparql.benchmarking.operations.update.callables.AbstractUpdateCallable
call, customizeRequest
 
Methods inherited from class net.sf.sparql.benchmarking.operations.AbstractOperationCallable
cancel, getOptions, getRunner, isCancelled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteUpdateCallable

public RemoteUpdateCallable(UpdateRequest update,
                            Runner<T> runner,
                            T options)
Creates a new update runner

Parameters:
update - Update to run
runner - Runner
options - Options
Method Detail

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.