Uses of Interface
adams.multiprocess.JobRunner
-
Packages that use JobRunner Package Description adams.flow.standalone adams.flow.transformer adams.gui.tools.wekamultiexperimenter.experiment adams.multiprocess adams.opt.genetic adams.scripting.command.distributed -
-
Uses of JobRunner in adams.flow.standalone
Fields in adams.flow.standalone declared as JobRunner Modifier and Type Field Description protected JobRunner
JobRunnerInstance. m_JobRunner
the actual JobRunner instance in use.protected JobRunner
JobRunnerSetup. m_JobRunner
the job runner to use.Methods in adams.flow.standalone that return JobRunner Modifier and Type Method Description JobRunner
JobRunnerInstance. getJobRunner()
Returns the job runner in use.JobRunner
JobRunnerSetup. getJobRunner()
Returns the job runner to use.JobRunner
JobRunnerSetup. newInstance()
Returns a new instance of the job runner (expands any variables).Methods in adams.flow.standalone with parameters of type JobRunner Modifier and Type Method Description void
JobRunnerSetup. setJobRunner(JobRunner value)
Sets the job runner to use. -
Uses of JobRunner in adams.flow.transformer
Fields in adams.flow.transformer declared as JobRunner Modifier and Type Field Description protected JobRunner
ExecuteJobs. m_JobRunner
the job runner.protected JobRunner
WekaClassifierRanker. m_JobRunner
the job runner for evaluating the setups.protected JobRunner
WekaExperimentExecution. m_JobRunner
the JobRunner template.Methods in adams.flow.transformer that return JobRunner Modifier and Type Method Description JobRunner
WekaExperimentExecution. getJobRunner()
Returns the jobrunner for the experiment.Methods in adams.flow.transformer with parameters of type JobRunner Modifier and Type Method Description void
WekaExperimentExecution. setJobRunner(JobRunner value)
Sets the jobrunner for the experiment. -
Uses of JobRunner in adams.gui.tools.wekamultiexperimenter.experiment
Fields in adams.gui.tools.wekamultiexperimenter.experiment declared as JobRunner Modifier and Type Field Description protected JobRunner
AbstractExperiment. m_ActualJobRunner
JobRunner for the classifier/dataset combinations.protected JobRunner
AbstractExperiment. m_JobRunner
the JobRunner template.Methods in adams.gui.tools.wekamultiexperimenter.experiment that return JobRunner Modifier and Type Method Description JobRunner
AbstractExperiment. getJobRunner()
Returns the jobrunner for the experiment.Methods in adams.gui.tools.wekamultiexperimenter.experiment with parameters of type JobRunner Modifier and Type Method Description void
AbstractExperiment. setJobRunner(JobRunner value)
Sets the jobrunner for the experiment. -
Uses of JobRunner in adams.multiprocess
Classes in adams.multiprocess that implement JobRunner Modifier and Type Class Description class
AbstractJobRunner<T extends Job>
Ancestor for jobrunner classes.class
AbstractMetaJobRunner
Ancestor for meta-jobrunners, that wrap around a base jobrunner.class
LocalJobRunner<T extends Job>
Executes the jobs on the local machine.class
RemoteCommandJobRunner
Utilizes the remote command framework for sending jobs to a remote machine.class
ScpJobRunner
Wraps another jobrunner and serializes it, scp's it to the specified remote file and then waits for the specified import file (containing the serialized, executed jobs) to appear.
Requires a adams.flow.standalone.SSHConnection standalone for defining the SSH connection.protected static class
ScpJobRunner.RemoteJobRunner
class
SerializingJobRunner
Wraps another jobrunner and serializes it to the specified export file and then waits for the specified import file (containing the serialized, executed jobs) to appear.Fields in adams.multiprocess declared as JobRunner Modifier and Type Field Description protected JobRunner
AbstractMetaJobRunner. m_ActualJobRunner
the actual jobrunner.protected JobRunner
WekaCrossValidationExecution. m_ActualJobRunner
the runner in use.protected JobRunner
AbstractMetaJobRunner. m_JobRunner
the base jobrunner to use.protected JobRunner
WekaCrossValidationExecution. m_JobRunner
the jobrunner template.protected JobRunner
RemoteCommandJobRunner. m_ResponseJobRunner
the response JobRunner object.Methods in adams.multiprocess that return JobRunner Modifier and Type Method Description protected JobRunner
AbstractMetaJobRunner. getDefaultJobRunner()
Returns the default jobrunner.JobRunner
AbstractMetaJobRunner. getJobRunner()
Returns the base jobrunner.JobRunner
JobRunnerHandler. getJobRunner()
Returns the job runner to use.JobRunner
WekaCrossValidationExecution. getJobRunner()
Returns the JobRunner, if any.JobRunner
RemoteCommandJobRunner. getResponseJobRunner()
Returns the JobRunner sent back as response.protected JobRunner
AbstractMetaJobRunner. newActualJobRunner()
Returns an instance of the actual job runner to use.protected JobRunner
ScpJobRunner. newActualJobRunner()
Returns an instance of the actual job runner to use.Methods in adams.multiprocess with parameters of type JobRunner Modifier and Type Method Description void
AbstractMetaJobRunner. setJobRunner(JobRunner value)
Sets the base jobrunner.void
JobRunnerHandler. setJobRunner(JobRunner value)
Sets the job runner to use.void
WekaCrossValidationExecution. setJobRunner(JobRunner value)
Sets the JobRunner.void
RemoteCommandJobRunner. setResponseJobRunner(JobRunner value)
Sets the JobRunner sent back as response. -
Uses of JobRunner in adams.opt.genetic
Fields in adams.opt.genetic declared as JobRunner Modifier and Type Field Description protected JobRunner<AbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob>
AbstractClassifierBasedGeneticAlgorithm. m_JobRunner
the job runner in use. -
Uses of JobRunner in adams.scripting.command.distributed
Fields in adams.scripting.command.distributed declared as JobRunner Modifier and Type Field Description protected JobRunner
JobRunner. m_JobRunner
the JobRunner.Methods in adams.scripting.command.distributed that return JobRunner Modifier and Type Method Description JobRunner
JobRunner. getJobRunner()
Returns the JobRunner in use.Methods in adams.scripting.command.distributed with parameters of type JobRunner Modifier and Type Method Description void
JobRunner. setJobRunner(JobRunner value)
Sets the JobRunner to use.
-