public class InMemoryParameterizedUpdateOperation extends AbstractParameterizedUpdateOperation
| Constructor and Description |
|---|
InMemoryParameterizedUpdateOperation(String sparqlString,
Collection<Binding> parameters,
String name)
Creates a new parameterized update operation
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Options> |
canRun(Runner<T> runner,
T options)
Report whether the operation can run based on the available options
|
<T extends Options> |
createCallable(Runner<T> runner,
T options)
Creates the callable for running the operation in a background thread
|
String |
getType()
Gets a descriptive type string for the operation e.g.
|
createErrorInformation, getUpdate, getUpdateStringgetContentString, getParameterizedSparqlgetId, getName, getStats, setIdpublic InMemoryParameterizedUpdateOperation(String sparqlString, Collection<Binding> parameters, String name)
sparqlString - SPARQL Stringparameters - Parametersname - Namepublic <T extends Options> boolean canRun(Runner<T> runner, T options)
Operationrunner - Runneroptions - Optionspublic String getType()
Operationpublic <T extends Options> OperationCallable<T> createCallable(Runner<T> runner, T options)
OperationcreateCallable in interface OperationcreateCallable in class AbstractParameterizedUpdateOperationrunner - Runneroptions - OptionsCopyright © 2016. All rights reserved.