Uses of Enum Class
ubic.gemma.model.pipeline.JobState
Packages that use JobState
Package
Description
-
Uses of JobState in ubic.gemma.core.pipeline
Methods in ubic.gemma.core.pipeline that return JobStateConstructors in ubic.gemma.core.pipeline with parameters of type JobState -
Uses of JobState in ubic.gemma.model.pipeline
Subclasses with type arguments of type JobState in ubic.gemma.model.pipelineMethods in ubic.gemma.model.pipeline that return JobStateModifier and TypeMethodDescriptionPipelineJob.getState()static JobStateReturns the enum constant of this class with the specified name.static JobState[]JobState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ubic.gemma.model.pipeline with parameters of type JobState -
Uses of JobState in ubic.gemma.persistence.service.pipeline
Methods in ubic.gemma.persistence.service.pipeline with parameters of type JobStateModifier and TypeMethodDescriptionPipelineJobDao.findStaleJobs(JobState state, Date staleSinceCutoff, int limit) Jobs instatewhoselastEventAtis older thanstaleSinceCutoff(typically now() − staleMinutes).PipelineJobDaoImpl.findStaleJobs(JobState state, Date staleSinceCutoff, int limit) Method parameters in ubic.gemma.persistence.service.pipeline with type arguments of type JobStateModifier and TypeMethodDescriptionPipelineJobDao.findByBatchAndStates(PipelineJobBatch batch, Collection<JobState> states) Convenience for the batch service: jobs in the batch in the given states.PipelineJobDaoImpl.findByBatchAndStates(PipelineJobBatch batch, Collection<JobState> states)