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, isDefaultGraphUri
cancel, getOptions, getRunner, isCancelled
public GSPPutCallable(Runner<T> runner, T options, Model data)
runner
- Runneroptions
- Optionsdata
- Data to be addedprotected long doOperation(DatasetAccessor accessor)
AbstractGSPCallable
doOperation
in class AbstractGSPCallable<T extends Options>
accessor
- AccessorCopyright © 2015. All rights reserved.