p

com.krux

hyperion

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

    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
  3. case class DataPipelineDefGroupWrapper extends DataPipelineDefGroup with Product with Serializable
  4. case class DataPipelineDefWrapper extends DataPipelineDef with Product with Serializable

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

  5. trait HyperionCli extends AnyRef

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

  6. class HyperionContext extends AnyRef

    Basic configurations

  7. trait PipelineLifeCycle extends AnyRef
  8. final case class RecurringSchedule extends Schedule with Product with Serializable

    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 Schedule extends PipelineObject

    Schedule defines how a pipeline is run.

  10. sealed trait ScheduleType extends AnyRef
  11. type WorkflowKey = Option[String]

Value Members

  1. final val EmptyKey: None.type
  2. object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  3. object Cron extends ScheduleType with Product with Serializable
  4. object DataPipelineDefGroup
  5. object DataPipelineDefGroupWrapper extends Serializable
  6. object DataPipelineDefWrapper extends Serializable
  7. object Implicits

    The implicit conversions used in DataPipeline

  8. object OnDemand extends ScheduleType with Product with Serializable
  9. object OnDemandSchedule extends Schedule with Product with Serializable

    Schedule that runs on-demand.

  10. object PipelineLifeCycle
  11. object Schedule
  12. object TimeSeries extends ScheduleType with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped