|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.sparql.benchmarking.operations.AbstractOperation
net.sf.sparql.benchmarking.operations.parameterized.AbstractParameterizedSparqlOperation
net.sf.sparql.benchmarking.operations.parameterized.AbstractParameterizedUpdateOperation
public abstract class AbstractParameterizedUpdateOperation
Abstract parameterized SPARQL update operation
Constructor Summary | |
---|---|
AbstractParameterizedUpdateOperation(String sparqlString,
Collection<Binding> parameters,
String name)
Creates a new parameterized update operation |
Method Summary | ||
---|---|---|
|
createCallable(Runner<T> runner,
T options)
Creates the callable for running the operation in a background thread |
|
UpdateRun |
createErrorInformation(String message,
int category,
long runtime)
Creates run information for an error |
|
UpdateRequest |
getUpdate()
Gets the actual update |
|
String |
getUpdateString()
Gets the update string used to create this update |
Methods inherited from class net.sf.sparql.benchmarking.operations.parameterized.AbstractParameterizedSparqlOperation |
---|
getContentString, getParameterizedSparql |
Methods inherited from class net.sf.sparql.benchmarking.operations.AbstractOperation |
---|
getId, getName, getStats, setId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.sparql.benchmarking.operations.Operation |
---|
canRun, getContentString, getId, getName, getStats, getType, setId |
Constructor Detail |
---|
public AbstractParameterizedUpdateOperation(String sparqlString, Collection<Binding> parameters, String name)
sparqlString
- SPARQL Stringparameters
- Parametersname
- NameMethod Detail |
---|
public <T extends Options> OperationCallable<T> createCallable(Runner<T> runner, T options)
Operation
createCallable
in interface Operation
runner
- Runneroptions
- Options
public UpdateRun createErrorInformation(String message, int category, long runtime)
Operation
createErrorInformation
in interface Operation
message
- Error messagecategory
- Error categoryruntime
- Runtime
public UpdateRequest getUpdate()
UpdateOperation
getUpdate
in interface UpdateOperation
public String getUpdateString()
UpdateOperation
getUpdateString
in interface UpdateOperation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |