T - Options typepublic class GSPPutCallable<T extends Options> extends AbstractGSPCallable<T>
| Constructor and Description |
|---|
GSPPutCallable(Runner<T> runner,
T options,
Model data)
Creates a new callable that operates on the default graph
|
GSPPutCallable(Runner<T> runner,
T options,
Model data,
String uri)
Creates a new callable that operates on a specific graph
|
| Modifier and Type | Method and Description |
|---|---|
protected long |
doOperation(DatasetAccessor accessor)
Does the operation using the accessor and returns the number of results
|
call, getAccessor, getGraphUri, isDefaultGraphUricancel, getOptions, getRunner, isCancelledpublic GSPPutCallable(Runner<T> runner, T options, Model data)
runner - Runneroptions - Optionsdata - Data to be addedprotected long doOperation(DatasetAccessor accessor)
AbstractGSPCallabledoOperation in class AbstractGSPCallable<T extends Options>accessor - AccessorCopyright © 2014. All Rights Reserved.