Uses of Class
org.anchoranalysis.experiment.task.processor.JobDescription
Packages that use JobDescription
-
Uses of JobDescription in org.anchoranalysis.experiment.task.processor
Methods in org.anchoranalysis.experiment.task.processor that return JobDescriptionModifier and TypeMethodDescriptionSubmittedJob.getJobDescription()
A unique description for the job.Methods in org.anchoranalysis.experiment.task.processor with parameters of type JobDescriptionModifier and TypeMethodDescriptionvoid
JobStartStopLogger.logEnd
(JobDescription job, JobStateMonitor monitor) Performs logging for when a job ends.void
JobStartStopLogger.logStart
(JobDescription job) Performs logging for when a job starts.Constructors in org.anchoranalysis.experiment.task.processor with parameters of type JobDescriptionModifierConstructorDescriptionCallableJob
(Task<T, S> task, ParametersUnbound<T, S> parametersUnbound, JobStateMonitor stateMonitor, JobDescription jobDescription, ConcurrentJobMonitor monitor, Optional<MessageLogger> loggerMonitor, int showOngoingJobsLessThan) Constructor.SubmittedJob
(JobDescription jobDescription, JobStateMonitor jobState) Creates a newSubmittedJob
instance.