Packages

  • package root
    Definition Classes
    root
  • package com
    Definition Classes
    root
  • package criteo
    Definition Classes
    com
  • package cuttle
    Definition Classes
    criteo
  • package timeseries

    A TimeSeries scheduler executes the Workflow for the time partitions defined in a calendar.

    A TimeSeries scheduler executes the Workflow for the time partitions defined in a calendar. Each Job defines how it mnaps to the calendar (for example Hourly or Daily UTC), and the Scheduler ensure that at least one Execution is created and successfully run for each defined Job/Period.

    The scheduler also allow to Backfill already computed partitions. The Backfill can be recursive or not and an audit log of backfills is kept.

p

com.criteo

cuttle

package cuttle

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. cuttle
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type SideEffect[S <: Scheduling] = (Execution[S]) ⇒ Future[Completed]
  2. type XA = Transactor[IOLite]

Value Members

  1. implicit val logger: Logger { def logMe(message: => String,level: String): Unit }
  2. implicit def scopedExecutionContext(implicit execution: Execution[_]): ExecutionContext

Inherited from AnyRef

Inherited from Any

Ungrouped