net.sf.sparql.benchmarking.operations.update.callables
Class AbstractRemoteUpdateCallable<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>
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

Constructor Summary
AbstractRemoteUpdateCallable(Runner<T> runner, T options)
          Creates a new callable
 
Method Summary
protected  UpdateProcessor createUpdateProcessor(UpdateRequest update)
          Creates an update processor for running the update
 
Methods inherited from class net.sf.sparql.benchmarking.operations.update.callables.AbstractUpdateCallable
call, customizeRequest, getUpdate
 
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

AbstractRemoteUpdateCallable

public AbstractRemoteUpdateCallable(Runner<T> runner,
                                    T options)
Creates a new callable

Parameters:
runner - Runner
options - Options
Method Detail

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.