Package

quasar.yggdrasil

scheduling

Permalink

package scheduling

Visibility
  1. Public
  2. All

Type Members

  1. trait ScheduleStorage[M[+_]] extends AnyRef

    Permalink
  2. case class ScheduledRunReport(id: UUID, startedAt: LocalDateTime, endedAt: LocalDateTime, records: Long, messages: List[String] = Nil) extends Product with Serializable

    Permalink
  3. case class ScheduledTask(id: UUID, repeat: Option[CronExpression], apiKey: APIKey, authorities: Authorities, context: EvaluationContext, source: Path, sink: Path, timeoutMillis: Option[Long]) extends Product with Serializable

    Permalink

Value Members

  1. object CronExpressionSerialization

    Permalink
  2. object ScheduledRunReport extends Serializable

    Permalink
  3. object ScheduledTask extends Serializable

    Permalink

Ungrouped