net.sf.sparql.benchmarking.operations.update.callables
Class InMemoryUpdateCallable<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.AbstractInMemoryUpdateCallable<T>
              extended by 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

Constructor Summary
InMemoryUpdateCallable(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.AbstractInMemoryUpdateCallable
createUpdateProcessor, getGraphStore
 
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

InMemoryUpdateCallable

public InMemoryUpdateCallable(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.