Package

com.krux

hyperion

Permalink

package hyperion

Visibility
  1. Public
  2. All

Type Members

  1. trait DataPipelineDef extends HyperionCli with S3UriHelper with WorkflowExpressionImplicits

    Permalink

    Base trait of all data pipeline definitions.

    Base trait of all data pipeline definitions. All data pipelines needs to implement this trait

  2. class HyperionAwsClient extends AnyRef

    Permalink
  3. trait HyperionCli extends AnyRef

    Permalink
  4. class HyperionContext extends AnyRef

    Permalink

    Basic configurations

  5. case class Schedule extends PipelineObject with Product with Serializable

    Permalink

    Schedule that runs at defined period.

    Schedule that runs at defined period.

    Note

    If start time given is a past time, data pipeline will perform back fill from the start.

  6. sealed trait ScheduleType extends AnyRef

    Permalink
  7. case class WorkflowActivityExpression(activity: PipelineActivity) extends WorkflowExpression with Product with Serializable

    Permalink
  8. case class WorkflowArrowExpression(left: WorkflowExpression, right: WorkflowExpression) extends WorkflowExpression with Product with Serializable

    Permalink
  9. sealed abstract class WorkflowExpression extends AnyRef

    Permalink
  10. case class WorkflowPlusExpression(left: WorkflowExpression, right: WorkflowExpression) extends WorkflowExpression with Product with Serializable

    Permalink

Value Members

  1. object Cron extends ScheduleType with Product with Serializable

    Permalink
  2. object DataPipelineDef

    Permalink
  3. object Implicits

    Permalink

    The implicit conversions used in DataPipeline

  4. object Schedule extends Serializable

    Permalink
  5. object TimeSeries extends ScheduleType with Product with Serializable

    Permalink
  6. object WorkflowExpression extends WorkflowExpressionImplicits

    Permalink
  7. object WorkflowNoActivityExpression extends WorkflowExpression with Product with Serializable

    Permalink
  8. package action

    Permalink
  9. package activity

    Permalink
  10. package aws

    Permalink
  11. package common

    Permalink
  12. package database

    Permalink
  13. package dataformat

    Permalink
  14. package datanode

    Permalink
  15. package expression

    Permalink
  16. package parameter

    Permalink
  17. package precondition

    Permalink
  18. package resource

    Permalink
  19. package workflow

    Permalink

Ungrouped