T - Options typepublic class GSPDeleteCallable<T extends Options> extends AbstractGSPCallable<T>
| Constructor and Description |
|---|
GSPDeleteCallable(Runner<T> runner,
T options)
Creates a new callable that operates on the default graph
|
GSPDeleteCallable(Runner<T> runner,
T options,
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 GSPDeleteCallable(Runner<T> runner, T options)
runner - Runneroptions - Optionsprotected long doOperation(DatasetAccessor accessor)
AbstractGSPCallabledoOperation in class AbstractGSPCallable<T extends Options>accessor - AccessorCopyright © 2014. All Rights Reserved.