|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Operation in net.sf.sparql.benchmarking.loader |
---|
Methods in net.sf.sparql.benchmarking.loader that return Operation | |
---|---|
Operation |
OperationLoader.load(File baseDir,
String[] args)
Load an operation described by the given arguments |
protected abstract Operation |
AbstractLineBasedMixLoader.parseLine(File baseDir,
String line)
Parses a line into an operation |
Methods in net.sf.sparql.benchmarking.loader that return types with arguments of type Operation | |
---|---|
protected abstract List<Operation> |
AbstractOperationMixLoader.parseFile(File file)
Parses a file to produce an operation mix |
protected List<Operation> |
AbstractLineBasedMixLoader.parseFile(File file)
|
Uses of Operation in net.sf.sparql.benchmarking.loader.gsp |
---|
Methods in net.sf.sparql.benchmarking.loader.gsp that return Operation | |
---|---|
protected Operation |
GSPHeadOperationLoader.createOperation(String name)
|
protected Operation |
GSPGetOperationLoader.createOperation(String name)
|
protected Operation |
GSPDeleteOperationLoader.createOperation(String name)
|
protected abstract Operation |
AbstractGSPOperationLoader.createOperation(String name)
Create a GSP operation that runs on the default graph |
protected Operation |
GSPPutOperationLoader.createOperation(String name,
Model data)
|
protected Operation |
GSPPostOperationLoader.createOperation(String name,
Model data)
|
protected abstract Operation |
AbstractGSPDataOperationLoader.createOperation(String name,
Model data)
Create a GSP operation that runs on the default graph |
protected Operation |
GSPPutOperationLoader.createOperation(String name,
Model data,
String graphUri)
|
protected Operation |
GSPPostOperationLoader.createOperation(String name,
Model data,
String graphUri)
|
protected abstract Operation |
AbstractGSPDataOperationLoader.createOperation(String name,
Model data,
String graphUri)
Creates a GSP operation that runs on a specified graph |
protected Operation |
GSPHeadOperationLoader.createOperation(String name,
String graphUri)
|
protected Operation |
GSPGetOperationLoader.createOperation(String name,
String graphUri)
|
protected Operation |
GSPDeleteOperationLoader.createOperation(String name,
String graphUri)
|
protected abstract Operation |
AbstractGSPOperationLoader.createOperation(String name,
String graphUri)
Creates a GSP operation that runs on a specified graph |
Operation |
AbstractGSPOperationLoader.load(File baseDir,
String[] args)
|
Operation |
AbstractGSPDataOperationLoader.load(File baseDir,
String[] args)
|
Uses of Operation in net.sf.sparql.benchmarking.loader.mix |
---|
Methods in net.sf.sparql.benchmarking.loader.mix that return Operation | |
---|---|
protected Operation |
TsvMixLoader.parseLine(File baseDir,
String line)
|
protected Operation |
ClassicQueryMixLoader.parseLine(File baseDir,
String line)
|
Uses of Operation in net.sf.sparql.benchmarking.loader.query |
---|
Methods in net.sf.sparql.benchmarking.loader.query that return Operation | |
---|---|
Operation |
ParameterizedQueryOperationLoader.load(File baseDir,
String[] args)
|
Operation |
ParameterizedNvpQueryOperationLoader.load(File baseDir,
String[] args)
|
Operation |
InMemoryParameterizedQueryOperationLoader.load(File baseDir,
String[] args)
|
Operation |
InMemoryFixedQueryOperationLoader.load(File baseDir,
String[] args)
|
Operation |
FixedQueryOperationLoader.load(File baseDir,
String[] args)
|
Operation |
FixedNvpQueryOperationLoader.load(File baseDir,
String[] args)
|
Operation |
DatasetSizeOperationLoader.load(File baseDir,
String[] args)
|
Uses of Operation in net.sf.sparql.benchmarking.loader.update |
---|
Methods in net.sf.sparql.benchmarking.loader.update that return Operation | |
---|---|
Operation |
ParameterizedUpdateOperationLoader.load(File baseDir,
String[] args)
|
Operation |
ParameterizedNvpUpdateOperationLoader.load(File baseDir,
String[] args)
|
Operation |
InMemoryParameterizedUpdateOperationLoader.load(File baseDir,
String[] args)
|
Operation |
InMemoryFixedUpdateOperationLoader.load(File baseDir,
String[] args)
|
Operation |
FixedUpdateOperationLoader.load(File baseDir,
String[] args)
|
Operation |
FixedNvpUpdateOperationLoader.load(File baseDir,
String[] args)
|
Uses of Operation in net.sf.sparql.benchmarking.loader.util |
---|
Methods in net.sf.sparql.benchmarking.loader.util that return Operation | |
---|---|
Operation |
SleepOperationLoader.load(File baseDir,
String[] args)
|
Operation |
MixOperationLoader.load(File baseDir,
String[] args)
|
Uses of Operation in net.sf.sparql.benchmarking.monitoring |
---|
Methods in net.sf.sparql.benchmarking.monitoring with parameters of type Operation | ||
---|---|---|
|
XmlProgressListener.afterOperation(Runner<T> runner,
T options,
Operation operation,
OperationRun run)
|
|
|
StreamProgressListener.afterOperation(Runner<T> runner,
T options,
Operation operation,
OperationRun run)
|
|
|
ProgressListener.afterOperation(Runner<T> runner,
T options,
Operation operation,
OperationRun run)
Invoked after each run of an operation |
|
|
CsvProgressListener.afterOperation(Runner<T> runner,
T options,
Operation operation,
OperationRun run)
Does nothing as this listener discards individual operation run statistics |
|
|
XmlProgressListener.beforeOperation(Runner<T> runner,
T options,
Operation operation)
Does nothing as this listener discards individual operation run statistics |
|
|
StreamProgressListener.beforeOperation(Runner<T> runner,
T options,
Operation operation)
|
|
|
ProgressListener.beforeOperation(Runner<T> runner,
T options,
Operation operation)
Invoked before each run of an operation |
|
|
CsvProgressListener.beforeOperation(Runner<T> runner,
T options,
Operation operation)
Does nothing as this listener discards individual operation run statistics |
Uses of Operation in net.sf.sparql.benchmarking.operations |
---|
Classes in net.sf.sparql.benchmarking.operations that implement Operation | |
---|---|
class |
AbstractOperation
Abstract implementation of a test operation |
Methods in net.sf.sparql.benchmarking.operations that return Operation | |
---|---|
Operation |
OperationMixImpl.getOperation(int id)
|
Operation |
OperationMix.getOperation(int id)
Gets the operation with the specified ID |
Methods in net.sf.sparql.benchmarking.operations that return types with arguments of type Operation | |
---|---|
Iterator<Operation> |
OperationMixImpl.getOperations()
|
Iterator<Operation> |
OperationMix.getOperations()
Gets the operations in this mix |
Constructor parameters in net.sf.sparql.benchmarking.operations with type arguments of type Operation | |
---|---|
OperationMixImpl(Collection<Operation> ops)
Creates a new operation mix |
Uses of Operation in net.sf.sparql.benchmarking.operations.gsp |
---|
Classes in net.sf.sparql.benchmarking.operations.gsp that implement Operation | |
---|---|
class |
AbstractGSPOperation
Abstract implementation of a SPARQL Graph Store Protocol operation |
class |
GSPDeleteOperation
An operation which runs a Graph Store Protocol DELETE operation |
class |
GSPGetOperation
An operation which runs a Graph Store Protocol GET operation |
class |
GSPHeadOperation
An operation which runs a Graph Store Protocol HEAD operation |
class |
GSPPostOperation
An operation which runs a Graph Store Protocol POST operation |
class |
GSPPutOperation
An operation which runs a Graph Store Protocol POST operation |
Uses of Operation in net.sf.sparql.benchmarking.operations.parameterized |
---|
Classes in net.sf.sparql.benchmarking.operations.parameterized that implement Operation | |
---|---|
class |
AbstractParameterizedQueryOperation
Abstract parameterized SPARQL query operation |
class |
AbstractParameterizedSparqlOperation
Abstract parameterized SPARQL operation |
class |
AbstractParameterizedUpdateOperation
Abstract parameterized SPARQL update operation |
class |
InMemoryParameterizedQueryOperation
A parameterized query operation that runs against a local in-memory dataset |
class |
InMemoryParameterizedUpdateOperation
A parameterized update operation that runs against a local in-memory dataset |
class |
ParameterizedQueryOperation
A parameterized query operation that runs against a remote service via HTTP |
class |
ParameterizedUpdateOperation
A parameterized update operation that runs against a remote service via HTTP |
Uses of Operation in net.sf.sparql.benchmarking.operations.parameterized.nvp |
---|
Classes in net.sf.sparql.benchmarking.operations.parameterized.nvp that implement Operation | |
---|---|
class |
ParameterizedNvpQueryOperation
An operation that runs a parameterized query with custom NVPs added to the request |
class |
ParameterizedNvpUpdateOperation
An operation that runs a parameterized update with custom NVPs added to the request |
Uses of Operation in net.sf.sparql.benchmarking.operations.query |
---|
Subinterfaces of Operation in net.sf.sparql.benchmarking.operations.query | |
---|---|
interface |
QueryOperation
Interface for operations that makes a query |
Classes in net.sf.sparql.benchmarking.operations.query that implement Operation | |
---|---|
class |
AbstractInMemoryQueryOperation
Abstract implementation of a query operation that runs against a local in-memory dataset |
class |
AbstractQueryOperation
Abstract implementation of a query operation |
class |
AbstractRemoteQueryOperation
Abstract implementation of a query operation that runs against a remote service via HTTP |
class |
DatasetSizeOperation
An operation which calculates the size of the dataset |
class |
FixedQueryOperation
Represents a query operation that always uses the same fixed query |
class |
InMemoryFixedQueryOperation
Represents a query operation that always uses the same fixed query |
Uses of Operation in net.sf.sparql.benchmarking.operations.query.nvp |
---|
Classes in net.sf.sparql.benchmarking.operations.query.nvp that implement Operation | |
---|---|
class |
FixedNvpQueryOperation
An operation that runs a fixed query with custom NVPs added to the request |
Uses of Operation in net.sf.sparql.benchmarking.operations.update |
---|
Subinterfaces of Operation in net.sf.sparql.benchmarking.operations.update | |
---|---|
interface |
UpdateOperation
Interface for operations that make an update |
Classes in net.sf.sparql.benchmarking.operations.update that implement Operation | |
---|---|
class |
FixedUpdateOperation
An operation that makes a fixed SPARQL Update against a remote SPARQL service via HTTP |
class |
InMemoryFixedUpdateOperation
An operation that makes a fixed SPARQL Update against a local in-memory dataset |
Uses of Operation in net.sf.sparql.benchmarking.operations.update.nvp |
---|
Classes in net.sf.sparql.benchmarking.operations.update.nvp that implement Operation | |
---|---|
class |
FixedNvpUpdateOperation
An operation that runs a fixed SPARQL update with custom NVPs added to the request |
Uses of Operation in net.sf.sparql.benchmarking.operations.util |
---|
Classes in net.sf.sparql.benchmarking.operations.util that implement Operation | |
---|---|
class |
MixOperation
An operation that runs an entire operation mix |
class |
SleepOperation
Creates a new sleep operation |
Uses of Operation in net.sf.sparql.benchmarking.runners |
---|
Methods in net.sf.sparql.benchmarking.runners with parameters of type Operation | |
---|---|
void |
Runner.reportAfterOperation(T options,
Operation operation,
OperationRun run)
Reports progress after we have run an operation |
void |
AbstractRunner.reportAfterOperation(T options,
Operation operation,
OperationRun run)
|
void |
Runner.reportBeforeOperation(T options,
Operation operation)
Reports progress before we run an operation |
void |
AbstractRunner.reportBeforeOperation(T options,
Operation operation)
|
protected void |
AbstractRunner.reportOperationSummary(T options,
Operation op)
Reports a summary of the operation |
protected OperationRun |
AbstractRunner.runOp(T options,
Operation op)
Runs an operation using the configured operation runner, if there is no configured runner then it uses the DefaultOperationRunner to run
the operation. |
Uses of Operation in net.sf.sparql.benchmarking.runners.mix |
---|
Methods in net.sf.sparql.benchmarking.runners.mix with parameters of type Operation | ||
---|---|---|
protected
|
AbstractOperationMixRunner.runOp(Runner<T> runner,
T options,
Operation op)
Runs an operation based on the configured OperationRunner using
the DefaultOperationRunner if none is configured |
Uses of Operation in net.sf.sparql.benchmarking.runners.operations |
---|
Methods in net.sf.sparql.benchmarking.runners.operations with parameters of type Operation | ||
---|---|---|
|
RetryingOperationRunner.run(Runner<T> runner,
T options,
Operation op)
|
|
|
OperationRunner.run(Runner<T> runner,
T options,
Operation op)
Runs the operation returning the statistics as an OperationRun |
|
|
DefaultOperationRunner.run(Runner<T> runner,
T options,
Operation op)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |