Uses of Class
adams.multiprocess.AbstractJobRunner
-
Packages that use AbstractJobRunner Package Description adams.multiprocess -
-
Uses of AbstractJobRunner in adams.multiprocess
Subclasses of AbstractJobRunner in adams.multiprocess Modifier and Type Class Description 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.
-