Uses of Class
org.anchoranalysis.experiment.task.processor.JobStateMonitor
Packages that use JobStateMonitor
-
Uses of JobStateMonitor in org.anchoranalysis.experiment.task.processor
Methods in org.anchoranalysis.experiment.task.processor that return JobStateMonitorModifier and TypeMethodDescriptionSubmittedJob.getJobState()
The current execution-state of the job.Methods in org.anchoranalysis.experiment.task.processor with parameters of type JobStateMonitorModifier and TypeMethodDescriptionvoid
JobStartStopLogger.logEnd
(JobDescription job, JobStateMonitor monitor) Performs logging for when a job ends.Constructors in org.anchoranalysis.experiment.task.processor with parameters of type JobStateMonitorModifierConstructorDescriptionCallableJob
(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.