Uses of Class
org.anchoranalysis.experiment.task.processor.JobDescription
| Package | Description |
|---|---|
| org.anchoranalysis.experiment.task.processor |
Non-bean classes related to
JobProcessor. |
-
Uses of JobDescription in org.anchoranalysis.experiment.task.processor
Methods in org.anchoranalysis.experiment.task.processor that return JobDescription Modifier and Type Method Description JobDescriptionSubmittedJob. getJobDescription()A unique description for the job.Methods in org.anchoranalysis.experiment.task.processor with parameters of type JobDescription Modifier and Type Method Description voidJobStartStopLogger. logEnd(JobDescription job, JobStateMonitor monitor)Performs logging for when a job ends.voidJobStartStopLogger. logStart(JobDescription job)Performs logging for when a job starts.Constructors in org.anchoranalysis.experiment.task.processor with parameters of type JobDescription Constructor Description CallableJob(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)