|
||||||||||
| 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.gsp.AbstractGSPOperation
net.sf.sparql.benchmarking.operations.gsp.GSPDeleteOperation
public class GSPDeleteOperation
An operation which runs a Graph Store Protocol DELETE operation
| Constructor Summary | |
|---|---|
GSPDeleteOperation(String name)
Creates an operation that operates on the default graph |
|
GSPDeleteOperation(String name,
String uri)
Creates an operation that operates on a specific graph |
|
| Method Summary | ||
|---|---|---|
|
createCallable(Runner<T> runner,
T options)
Creates the callable for running the operation in a background thread |
|
String |
getContentString()
Gets a string that shows the content of the operation e.g. |
|
String |
getType()
Gets a descriptive type string for the operation e.g. |
|
| Methods inherited from class net.sf.sparql.benchmarking.operations.gsp.AbstractGSPOperation |
|---|
canRun, createErrorInformation, getGraphUri |
| 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 |
| Constructor Detail |
|---|
public GSPDeleteOperation(String name)
name - Name
public GSPDeleteOperation(String name,
String uri)
name - Nameuri - Graph URI| Method Detail |
|---|
public String getType()
Operation
public String getContentString()
Operation
public <T extends Options> OperationCallable<T> createCallable(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 | |||||||||