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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait DataPipelineDef extends DataPipelineDefGroup

    Base trait of all data pipeline definitions.

  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. class OnDemandSchedule extends Schedule

    Schedule that runs on-demand.

  8. case class RecurringSchedule extends Schedule with Product with Serializable

    Schedule that runs at defined period.

  9. 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. object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  2. object Cron extends ScheduleType with Product with Serializable

  3. object DataPipelineDefGroup

  4. object DataPipelineDefGroupWrapper extends Serializable

  5. object DataPipelineDefWrapper extends Serializable

  6. final val EmptyKey: None.type

  7. object Implicits

    The implicit conversions used in DataPipeline

  8. object OnDemand extends ScheduleType with Product with Serializable

  9. object Schedule

  10. object TimeSeries extends ScheduleType with Product with Serializable

  11. package action

  12. package activity

  13. package adt

  14. package aws

  15. package cli

  16. package client

  17. package common

  18. package database

  19. package dataformat

  20. package datanode

  21. package expression

  22. package precondition

  23. package resource

  24. package workflow

Inherited from AnyRef

Inherited from Any

Ungrouped