Package | Description |
---|---|
net.sf.sparql.benchmarking.options | |
net.sf.sparql.benchmarking.runners.operations |
Modifier and Type | Method and Description |
---|---|
OperationRunner |
OptionsImpl.getOperationRunner() |
OperationRunner |
Options.getOperationRunner()
Gets the operation runner to use, if
null is returned then the
default OperationRunner should be used |
Modifier and Type | Method and Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
DefaultOperationRunner
Default implementation of an operation runner
|
class |
RetryingOperationRunner
An operation runner that will retry the given operation if it produces an
error
|
Copyright © 2015. All rights reserved.