com.krux.hyperion

common

package common

Visibility
  1. Public
  2. All

Type Members

  1. case class DefaultObject(schedule: Schedule)(implicit hc: HyperionContext) extends PipelineObject with Product with Serializable

    Defines the overall behaviour of a data pipeline.

  2. case class FixedObjectId(seed: String) extends PipelineObjectId with Product with Serializable

  3. case class NameGroupObjectId(name: String, group: String) extends PipelineObjectId with Product with Serializable

  4. trait PipelineObject extends AnyRef

    The base trait of krux data pipeline objects.

  5. trait PipelineObjectId extends AnyRef

  6. case class RandomizedObjectId(seed: String) extends PipelineObjectId with Product with Serializable

  7. trait StorageClass extends AnyRef

Ungrouped