Package

com.criteo

cuttle

Permalink

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]

    Permalink
  2. type XA = Transactor[IO]

    Permalink

Value Members

  1. implicit def scopedExecutionContext(implicit execution: Execution[_]): ExecutionContext

    Permalink
  2. package timeseries

    Permalink

    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.

Inherited from AnyRef

Inherited from Any

Ungrouped