Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
protected abstract List<Operation> |
AbstractOperationMixLoader.parseFile(File file)
Parses a file to produce an operation mix
|
protected List<Operation> |
AbstractLineBasedMixLoader.parseFile(File file) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
protected Operation |
TsvMixLoader.parseLine(File baseDir,
String line) |
protected Operation |
ClassicQueryMixLoader.parseLine(File baseDir,
String line) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
Operation |
SleepOperationLoader.load(File baseDir,
String[] args) |
Operation |
MixOperationLoader.load(File baseDir,
String[] args) |
Modifier and Type | Method and Description |
---|---|
<T extends Options> |
XmlProgressListener.afterOperation(Runner<T> runner,
T options,
Operation operation,
OperationRun run) |
<T extends Options> |
StreamProgressListener.afterOperation(Runner<T> runner,
T options,
Operation operation,
OperationRun run) |
<T extends Options> |
ProgressListener.afterOperation(Runner<T> runner,
T options,
Operation operation,
OperationRun run)
Invoked after each run of an operation
|
<T extends Options> |
CsvProgressListener.afterOperation(Runner<T> runner,
T options,
Operation operation,
OperationRun run)
Does nothing as this listener discards individual operation run
statistics
|
<T extends Options> |
XmlProgressListener.beforeOperation(Runner<T> runner,
T options,
Operation operation)
Does nothing as this listener discards individual operation run
statistics
|
<T extends Options> |
StreamProgressListener.beforeOperation(Runner<T> runner,
T options,
Operation operation) |
<T extends Options> |
ProgressListener.beforeOperation(Runner<T> runner,
T options,
Operation operation)
Invoked before each run of an operation
|
<T extends Options> |
CsvProgressListener.beforeOperation(Runner<T> runner,
T options,
Operation operation)
Does nothing as this listener discards individual operation run
statistics
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOperation
Abstract implementation of a test operation
|
Modifier and Type | Method and Description |
---|---|
Operation |
OperationMixImpl.getOperation(int id) |
Operation |
OperationMix.getOperation(int id)
Gets the operation with the specified ID
|
Modifier and Type | Method and Description |
---|---|
Iterator<Operation> |
OperationMixImpl.getOperations() |
Iterator<Operation> |
OperationMix.getOperations()
Gets the operations in this mix
|
Constructor and Description |
---|
OperationMixImpl(Collection<Operation> ops)
Creates a new operation mix
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Interface and Description |
---|---|
interface |
QueryOperation
Interface for operations that makes a query
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
FixedNvpQueryOperation
An operation that runs a fixed query with custom NVPs added to the request
|
Modifier and Type | Interface and Description |
---|---|
interface |
UpdateOperation
Interface for operations that make an update
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
FixedNvpUpdateOperation
An operation that runs a fixed SPARQL update with custom NVPs added to the
request
|
Modifier and Type | Class and Description |
---|---|
class |
MixOperation
An operation that runs an entire operation mix
|
class |
SleepOperation
Creates a new sleep operation
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
protected <T extends Options> |
AbstractOperationMixRunner.runOp(Runner<T> runner,
T options,
Operation op)
Runs an operation based on the configured
OperationRunner using
the DefaultOperationRunner if none is configured |
Modifier and Type | Method and Description |
---|---|
<T extends Options> |
RetryingOperationRunner.run(Runner<T> runner,
T options,
Operation op) |
<T extends Options> |
OperationRunner.run(Runner<T> runner,
T options,
Operation op)
Runs the operation returning the statistics as an
OperationRun |
<T extends Options> |
DefaultOperationRunner.run(Runner<T> runner,
T options,
Operation op) |
protected <T extends Options> |
RetryingOperationRunner.shouldRetry(Runner<T> runner,
T options,
Operation op,
OperationRun run)
Decides whether the runner should continue retrying
|
Copyright © 2015. All rights reserved.