Uses of Interface
adams.multiprocess.JobRunner
-
-
Uses of JobRunner in adams.flow.control
Fields in adams.flow.control declared as JobRunner Modifier and Type Field Description protected JobRunnerLaunchTee. m_JobRunnerthe job runner.protected JobRunnerLaunchTrigger. m_JobRunnerthe job runner. -
Uses of JobRunner in adams.flow.standalone
Fields in adams.flow.standalone declared as JobRunner Modifier and Type Field Description protected JobRunnerJobRunnerInstance. m_JobRunnerthe actual JobRunner instance in use.protected JobRunnerJobRunnerSetup. m_JobRunnerthe job runner to use.Methods in adams.flow.standalone that return JobRunner Modifier and Type Method Description JobRunnerJobRunnerInstance. getJobRunner()Returns the job runner in use.JobRunnerJobRunnerSetup. getJobRunner()Returns the job runner to use.JobRunnerJobRunnerSetup. 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 voidJobRunnerSetup. 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 JobRunnerExecuteJobs. m_JobRunnerthe job runner.protected JobRunnerWekaClassifierRanker. m_JobRunnerthe job runner for evaluating the setups.protected JobRunnerWekaExperimentExecution. m_JobRunnerthe JobRunner template.Methods in adams.flow.transformer that return JobRunner Modifier and Type Method Description JobRunnerWekaExperimentExecution. getJobRunner()Returns the jobrunner for the experiment.Methods in adams.flow.transformer with parameters of type JobRunner Modifier and Type Method Description voidWekaExperimentExecution. 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 JobRunnerAbstractExperiment. m_ActualJobRunnerJobRunner for the classifier/dataset combinations.protected JobRunnerAbstractExperiment. m_JobRunnerthe JobRunner template.Methods in adams.gui.tools.wekamultiexperimenter.experiment that return JobRunner Modifier and Type Method Description JobRunnerAbstractExperiment. getJobRunner()Returns the jobrunner for the experiment.Methods in adams.gui.tools.wekamultiexperimenter.experiment with parameters of type JobRunner Modifier and Type Method Description voidAbstractExperiment. 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 classAbstractJobRunner<T extends Job>Ancestor for jobrunner classes.classAbstractMetaJobRunnerAncestor for meta-jobrunners, that wrap around a base jobrunner.classLocalJobRunner<T extends Job>Executes the jobs on the local machine.classRemoteCommandJobRunnerUtilizes the remote command framework for sending jobs to a remote machine.classScpJobRunnerWraps 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 classScpJobRunner.RemoteJobRunnerclassSerializingJobRunnerWraps 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 JobRunnerAbstractMetaJobRunner. m_ActualJobRunnerthe actual jobrunner.protected JobRunnerWekaCrossValidationExecution. m_ActualJobRunnerthe runner in use.protected JobRunnerAbstractMetaJobRunner. m_JobRunnerthe base jobrunner to use.protected JobRunnerWekaCrossValidationExecution. m_JobRunnerthe jobrunner template.protected JobRunnerRemoteCommandJobRunner. m_ResponseJobRunnerthe response JobRunner object.Methods in adams.multiprocess that return JobRunner Modifier and Type Method Description protected JobRunnerAbstractMetaJobRunner. getDefaultJobRunner()Returns the default jobrunner.JobRunnerAbstractMetaJobRunner. getJobRunner()Returns the base jobrunner.JobRunnerJobRunnerHandler. getJobRunner()Returns the job runner to use.JobRunnerWekaCrossValidationExecution. getJobRunner()Returns the JobRunner, if any.JobRunnerRemoteCommandJobRunner. getResponseJobRunner()Returns the JobRunner sent back as response.protected JobRunnerAbstractMetaJobRunner. newActualJobRunner()Returns an instance of the actual job runner to use.protected JobRunnerScpJobRunner. 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 voidAbstractMetaJobRunner. setJobRunner(JobRunner value)Sets the base jobrunner.voidJobRunnerHandler. setJobRunner(JobRunner value)Sets the job runner to use.voidWekaCrossValidationExecution. setJobRunner(JobRunner value)Sets the JobRunner.voidRemoteCommandJobRunner. 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_JobRunnerthe 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 JobRunnerJobRunner. m_JobRunnerthe JobRunner.Methods in adams.scripting.command.distributed that return JobRunner Modifier and Type Method Description JobRunnerJobRunner. getJobRunner()Returns the JobRunner in use.Methods in adams.scripting.command.distributed with parameters of type JobRunner Modifier and Type Method Description voidJobRunner. setJobRunner(JobRunner value)Sets the JobRunner to use.
-