|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationRunner | |
---|---|
net.sf.sparql.benchmarking.options | |
net.sf.sparql.benchmarking.runners.operations |
Uses of OperationRunner in net.sf.sparql.benchmarking.options |
---|
Methods in net.sf.sparql.benchmarking.options that return OperationRunner | |
---|---|
OperationRunner |
OptionsImpl.getOperationRunner()
|
OperationRunner |
Options.getOperationRunner()
Gets the operation runner to use, if null is returned then the
default OperationRunner should be used |
Methods in net.sf.sparql.benchmarking.options with parameters of type OperationRunner | |
---|---|
void |
OptionsImpl.setOperationRunner(OperationRunner runner)
|
void |
Options.setOperationRunner(OperationRunner runner)
Sets the operation runner to use, if set to null then the default
DefaultOperationRunner should be used |
Uses of OperationRunner in net.sf.sparql.benchmarking.runners.operations |
---|
Classes in net.sf.sparql.benchmarking.runners.operations that implement OperationRunner | |
---|---|
class |
DefaultOperationRunner
Default implementation of an operation runner |
class |
RetryingOperationRunner
An operation runner that will retry the given operation if it produces an error |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |