Class/Object

com.criteo.cuttle.cron

CronProject

Related Docs: object CronProject | package cron

Permalink

class CronProject extends AnyRef

A cuttle project is a workflow to execute with the appropriate scheduler. See the CronProject companion object to create projects.

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val authenticator: Authenticator

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val description: String

    Permalink
  8. val env: (String, Boolean)

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. val logger: Logger

    Permalink
  16. val name: String

    Permalink
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. val scheduler: CronScheduler

    Permalink
  21. def start(platforms: Seq[ExecutionPlatform] = CronProject.defaultPlatforms, port: Int = CronProject.port, databaseConfig: DatabaseConfig = CronProject.databaseConfig, retryStrategy: RetryStrategy = CronProject.retryStrategy, logsRetention: Option[Duration] = None): Unit

    Permalink

    Start scheduling and execution with the given environment.

    Start scheduling and execution with the given environment. It also starts an HTTP server providing an Web UI and a JSON API.

    platforms

    The configured ExecutionPlatforms to use to execute jobs.

    port

    The port to use for the HTTP daemon.

    databaseConfig

    JDBC configuration for MySQL server

    retryStrategy

    The strategy to use for execution retry. Default to exponential backoff.

    logsRetention

    If specified, automatically clean the execution logs older than the given duration.

  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. val version: String

    Permalink
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. val workload: Workload[CronScheduling]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped