Package

edu.umass.cs.automan.core

scheduler

Permalink

package scheduler

Visibility
  1. Public
  2. All

Type Members

  1. case class BackendResult[T](answer: T, worker_id: String, accept_time: Date, submit_time: Date) extends Product with Serializable

    Permalink
  2. class MetaScheduler extends AnyRef

    Permalink
  3. class Scheduler extends AnyRef

    Permalink

    Controls scheduling of tasks for a given question.

  4. case class Task(task_id: UUID, question: Question, round: Int, timeout_in_s: Int, worker_timeout: Int, cost: BigDecimal, created_at: Date, state: SchedulerState.Value, from_memo: Boolean, worker_id: Option[String], answer: Option[A], state_changed_at: Date) extends Product with Serializable

    Permalink
  5. case class Time(current_time: Date, virtual_times: List[Date], use_virt: Boolean) extends Product with Serializable

    Permalink

Value Members

  1. object SchedulerState extends Enumeration

    Permalink
  2. object Time extends Serializable

    Permalink

Ungrouped