|
||||||||||
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.query.AbstractQueryOperation
net.sf.sparql.benchmarking.operations.query.DatasetSizeOperation
public class DatasetSizeOperation
An operation which calculates the size of the dataset
Constructor Summary | |
---|---|
DatasetSizeOperation()
Creates an operation with the default name |
|
DatasetSizeOperation(String name)
Creates an operation with the user supplied name |
Method Summary | ||
---|---|---|
|
canRun(Runner<T> runner,
T options)
Report whether the operation can run based on the available options |
|
|
createCallable(Runner<T> runner,
T options)
Creates the callable for running the operation in a background thread |
|
Query |
getQuery()
Gets the actual Query |
|
String |
getQueryString()
Gets the Query String used to create this Query |
|
String |
getType()
Gets a descriptive type string for the operation e.g. |
Methods inherited from class net.sf.sparql.benchmarking.operations.query.AbstractQueryOperation |
---|
createErrorInformation, getContentString, toString |
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, wait, wait, wait |
Methods inherited from interface net.sf.sparql.benchmarking.operations.Operation |
---|
getId, getName, getStats, setId |
Constructor Detail |
---|
public DatasetSizeOperation()
public DatasetSizeOperation(String name)
name
- NameMethod Detail |
---|
public String getType()
Operation
public Query getQuery()
QueryOperation
public String getQueryString()
QueryOperation
public <T extends Options> OperationCallable<T> createCallable(Runner<T> runner, T options)
Operation
runner
- Runneroptions
- Options
public <T extends Options> boolean canRun(Runner<T> runner, T options)
Operation
runner
- Runneroptions
- Options
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |