|
||||||||||
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.AbstractParameterizedQueryOperation
public abstract class AbstractParameterizedQueryOperation
Abstract parameterized SPARQL query operation
Constructor Summary | |
---|---|
AbstractParameterizedQueryOperation(String sparqlString,
Collection<Binding> parameters,
String name)
Creates a new parameterized query operation |
Method Summary | ||
---|---|---|
|
createCallable(Runner<T> runner,
T options)
Creates the callable for running the operation in a background thread |
|
QueryRun |
createErrorInformation(String message,
int category,
long runtime)
Creates run information for an error |
|
Query |
getQuery()
Gets the actual Query |
|
String |
getQueryString()
Gets the Query String used to create this Query |
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 AbstractParameterizedQueryOperation(String sparqlString, Collection<Binding> parameters, String name)
sparqlString
- SPARQL Stringparameters
- Parametersname
- NameMethod Detail |
---|
public QueryRun createErrorInformation(String message, int category, long runtime)
Operation
createErrorInformation
in interface Operation
message
- Error messagecategory
- Error categoryruntime
- Runtime
public Query getQuery()
QueryOperation
getQuery
in interface QueryOperation
public String getQueryString()
QueryOperation
getQueryString
in interface QueryOperation
public <T extends Options> OperationCallable<T> createCallable(Runner<T> runner, T options)
Operation
createCallable
in interface Operation
runner
- Runneroptions
- Options
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |