Uses of Enum Class
org.opencastproject.job.api.Job.Status
Packages that use Job.Status
Package
Description
Service implementation classes
-
Uses of Job.Status in org.opencastproject.job.api
Methods in org.opencastproject.job.api that return Job.StatusModifier and TypeMethodDescriptionJob.getStatus()Gets the receipt's currentJob.StatusJobImpl.getStatus()static Job.StatusReturns the enum constant of this class with the specified name.static Job.Status[]Job.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opencastproject.job.api that return types with arguments of type Job.StatusMethods in org.opencastproject.job.api with parameters of type Job.StatusModifier and TypeMethodDescriptionlongAbstractJobProducer.countJobs(Job.Status status) Get the number of jobs in a current status on all nodes.longJobProducer.countJobs(Job.Status status) Get the number of jobs in a current status on all nodes.voidJob.setStatus(Job.Status status) voidJob.setStatus(Job.Status status, Job.FailureReason reason) Sets the receipt's currentJob.Statusalong with theJob.FailureReasonto indicate why - in the case of failure - the job failed.voidJobImpl.setStatus(Job.Status status) voidJobImpl.setStatus(Job.Status status, Job.FailureReason reason) Constructors in org.opencastproject.job.api with parameters of type Job.StatusModifierConstructorDescriptionJobImpl(long id, String creator, String organization, long version, String jobType, String operation, List<String> arguments, Job.Status status, String createdHost, String processingHost, Date dateCreated, Date dateStarted, Date dateCompleted, Long queueTime, Long runTime, String payload, Long parentJobId, Long rootJobId, boolean dispatchable, URI uri, Float load) Constructor parameters in org.opencastproject.job.api with type arguments of type Job.StatusModifierConstructorDescriptionResult(Map<Job, Job.Status> status) Creates a new job barrier result. -
Uses of Job.Status in org.opencastproject.serviceregistry.api
Fields in org.opencastproject.serviceregistry.api with type parameters of type Job.StatusModifier and TypeFieldDescriptionprotected static final List<Job.Status> ServiceRegistryInMemoryImpl.JOB_STATUSES_INFLUENCING_LOAD_BALANCINGA static list of statuses that influence how load balancing is calculatedMethods in org.opencastproject.serviceregistry.api with parameters of type Job.StatusModifier and TypeMethodDescriptionlongServiceRegistry.count(String serviceType, String host, String operation, Job.Status status) Count the number of jobs executing the given operation in thisJob.Statuson this host.longServiceRegistry.count(String serviceType, Job.Status status) Count the number of jobs that match the specified parameters.longServiceRegistryInMemoryImpl.count(String serviceType, String host, String operation, Job.Status status) Count the number of jobs executing the given operation in thisJob.Statuson this host.longServiceRegistryInMemoryImpl.count(String serviceType, Job.Status status) Count the number of jobs that match the specified parameters.longServiceRegistry.countByHost(String serviceType, String host, Job.Status status) Count the number of jobs in thisJob.Statuson this hostlongServiceRegistryInMemoryImpl.countByHost(String serviceType, String host, Job.Status status) Count the number of jobs in thisJob.Statuson this hostlongServiceRegistry.countByOperation(String serviceType, String operation, Job.Status status) Count the number of jobs running the given operation in thisJob.Status.longServiceRegistryInMemoryImpl.countByOperation(String serviceType, String operation, Job.Status status) Count the number of jobs running the given operation in thisJob.Status.ServiceRegistry.getJobs(String serviceType, Job.Status status) Gets the list of jobs that match the specified parameters.ServiceRegistryInMemoryImpl.getJobs(String serviceType, Job.Status status) Gets the list of jobs that match the specified parameters.