Package

com.krux

hyperion

Permalink

package hyperion

Visibility
  1. Public
  2. All

Type Members

  1. trait DataPipelineDef extends S3UriHelper with HdfsUriHelper 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. sealed trait HyperionAwsClient extends AnyRef

    Permalink
  3. case class HyperionAwsClientForName(client: DataPipelineClient, pipelineName: String) extends HyperionAwsClient with Product with Serializable

    Permalink
  4. case class HyperionAwsClientForPipelineDef(client: DataPipelineClient, pipelineDef: DataPipelineDef) extends HyperionAwsClient with Product with Serializable

    Permalink
  5. case class HyperionAwsClientForPipelineId(client: DataPipelineClient, pipelineId: String) extends HyperionAwsClient with Product with Serializable

    Permalink
  6. trait HyperionCli extends AnyRef

    Permalink

    HyperionCli is a base trait that brings in CLI functionality to DataPipelineDef's.

  7. class HyperionContext extends AnyRef

    Permalink

    Basic configurations

  8. 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.

  9. sealed trait ScheduleType extends AnyRef

    Permalink
  10. case class WorkflowActivityExpression(activity: PipelineActivity[_ <: ResourceObject]) extends WorkflowExpression with Product with Serializable

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

    Permalink
  12. sealed abstract class WorkflowExpression extends AnyRef

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

    Permalink

Value Members

  1. object BuildInfo extends Product with Serializable

    Permalink

    This object was generated by sbt-buildinfo.

  2. object Cron extends ScheduleType with Product with Serializable

    Permalink
  3. object DataPipelineDef

    Permalink
  4. object HyperionAwsClient

    Permalink
  5. object Implicits

    Permalink

    The implicit conversions used in DataPipeline

  6. object Schedule extends Serializable

    Permalink
  7. object TimeSeries extends ScheduleType with Product with Serializable

    Permalink
  8. object WorkflowExpression extends WorkflowExpressionImplicits

    Permalink
  9. object WorkflowNoActivityExpression extends WorkflowExpression with Product with Serializable

    Permalink
  10. package action

    Permalink
  11. package activity

    Permalink
  12. package adt

    Permalink
  13. package aws

    Permalink
  14. package cli

    Permalink
  15. package common

    Permalink
  16. package database

    Permalink
  17. package dataformat

    Permalink
  18. package datanode

    Permalink
  19. package expression

    Permalink
  20. package precondition

    Permalink
  21. package resource

    Permalink
  22. package workflow

    Permalink

Ungrouped