Uses of Class
org.openrefine.model.RunnerConfiguration
-
Packages that use RunnerConfiguration Package Description org.openrefine.model org.openrefine.runners.local Supplies aRunner
which is designed for execution on a single machine, with parallelism.org.openrefine.runners.local.logging org.openrefine.runners.testing -
-
Uses of RunnerConfiguration in org.openrefine.model
Subclasses of RunnerConfiguration in org.openrefine.model Modifier and Type Class Description class
RunnerConfigurationImpl
Supplies configuration parameters to a runner from a simple hash map.Fields in org.openrefine.model declared as RunnerConfiguration Modifier and Type Field Description static RunnerConfiguration
RunnerConfiguration. empty
-
Uses of RunnerConfiguration in org.openrefine.runners.local
Constructors in org.openrefine.runners.local with parameters of type RunnerConfiguration Constructor Description LocalRunner(RunnerConfiguration configuration)
-
Uses of RunnerConfiguration in org.openrefine.runners.local.logging
Constructors in org.openrefine.runners.local.logging with parameters of type RunnerConfiguration Constructor Description LoggedRunner(RunnerConfiguration configuration)
-
Uses of RunnerConfiguration in org.openrefine.runners.testing
Constructors in org.openrefine.runners.testing with parameters of type RunnerConfiguration Constructor Description TestingRunner(RunnerConfiguration configuration)
Constructor provided to match the expected signature of runners.
-