Class/Object

com.criteo.cuttle

CuttleProject

Related Docs: object CuttleProject | package cuttle

Permalink

class CuttleProject[S <: Scheduling] extends AnyRef

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

S

The type of Scheduling used by the project (for example TimeSeries).

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CuttleProject
  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: Scheduler[S]

    Permalink
  21. def start(platforms: Seq[ExecutionPlatform] = CuttleProject.defaultPlatforms, httpPort: Int = 8888, databaseConfig: DatabaseConfig = DatabaseConfig.fromEnv, retryStrategy: RetryStrategy = ...): 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.

    httpPort

    The port to use for the HTTP daemon.

    databaseConfig

    JDBC configuration for MySQL server 5.7.

    retryStrategy

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

  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 workflow: Workflow[S]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped