|
||||||||||
| 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.GSPPutOperation
public class GSPPutOperation
An operation which runs a Graph Store Protocol POST operation
| Constructor Summary | |
|---|---|
GSPPutOperation(String name,
Model data)
Creates an operation that operates on the default graph |
|
GSPPutOperation(String name,
Model data,
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 GSPPutOperation(String name,
Model data)
name - Namedata - Data to be added
public GSPPutOperation(String name,
Model data,
String uri)
name - Namedata - Data to be addeduri - 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 | |||||||||