Package

com.krux

hyperion

Permalink

package hyperion

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. hyperion
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait DataPipelineDef extends DataPipelineDefGroup

    Permalink

    Base trait of all data pipeline definitions.

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

  2. trait DataPipelineDefGroup extends S3UriHelper with HdfsUriHelper with WorkflowExpressionImplicits

    Permalink
  3. case class DataPipelineDefGroupWrapper extends DataPipelineDefGroup with Product with Serializable

    Permalink
  4. case class DataPipelineDefWrapper extends DataPipelineDef with Product with Serializable

    Permalink

    DataPipelineDefWrapper provides a way to wrap other DataPipelineDefs in order to override aspects.

  5. trait HyperionCli extends AnyRef

    Permalink

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

  6. class HyperionContext extends AnyRef

    Permalink

    Basic configurations

  7. class OnDemandSchedule extends Schedule

    Permalink

    Schedule that runs on-demand.

  8. case class RecurringSchedule extends Schedule 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. trait Schedule extends PipelineObject

    Permalink

    Schedule defines how a pipeline is run.

  10. sealed trait ScheduleType extends AnyRef

    Permalink
  11. type WorkflowKey = Option[String]

    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 DataPipelineDefGroup

    Permalink
  4. object DataPipelineDefGroupWrapper extends Serializable

    Permalink
  5. object DataPipelineDefWrapper extends Serializable

    Permalink
  6. final val EmptyKey: None.type

    Permalink
  7. object Implicits

    Permalink

    The implicit conversions used in DataPipeline

  8. object OnDemand extends ScheduleType with Product with Serializable

    Permalink
  9. object Schedule

    Permalink
  10. object TimeSeries extends ScheduleType with Product with Serializable

    Permalink
  11. package action

    Permalink
  12. package activity

    Permalink
  13. package adt

    Permalink
  14. package aws

    Permalink
  15. package cli

    Permalink
  16. package client

    Permalink
  17. package common

    Permalink
  18. package contrib

    Permalink
  19. package database

    Permalink
  20. package dataformat

    Permalink
  21. package datanode

    Permalink
  22. package examples

    Permalink
  23. package expression

    Permalink
  24. package precondition

    Permalink
  25. package resource

    Permalink
  26. package workflow

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped