Trait/Object

com.krux.hyperion

DataPipelineDefGroup

Related Docs: object DataPipelineDefGroup | package hyperion

Permalink

trait DataPipelineDefGroup extends S3UriHelper with HdfsUriHelper with WorkflowExpressionImplicits

Source
DataPipelineDefGroup.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DataPipelineDefGroup
  2. WorkflowExpressionImplicits
  3. HdfsUriHelper
  4. S3UriHelper
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class HdfsUriBuilder extends AnyRef

    Permalink
    Definition Classes
    HdfsUriHelper
  2. class S3UriBuilder extends AnyRef

    Permalink
    Definition Classes
    S3UriHelper
  3. implicit class activityIterable2WorkflowExpressionOps extends AnyRef

    Permalink
    Definition Classes
    WorkflowExpressionImplicits
  4. implicit class activityWorkflowExpressionOps extends AnyRef

    Permalink
    Definition Classes
    WorkflowExpressionImplicits

Abstract Value Members

  1. abstract def schedule: Schedule

    Permalink
  2. abstract def workflows: Map[WorkflowKey, WorkflowExpression]

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit def activity2WorkflowExpression(activity: PipelineActivity[_ <: ResourceObject]): WorkflowExpression

    Permalink
    Definition Classes
    WorkflowExpressionImplicits
  5. implicit def activityIterable2WorkflowExpression(activities: Iterable[PipelineActivity[_ <: ResourceObject]]): WorkflowExpression

    Permalink
    Definition Classes
    WorkflowExpressionImplicits
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def defaultObject: DefaultObject

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. implicit def hc: HyperionContext

    Permalink
  15. def hdfs(uri: String*): HdfsUri

    Permalink
    Definition Classes
    HdfsUriHelper
  16. def hdfs: HdfsUriBuilder

    Permalink
    Definition Classes
    HdfsUriHelper
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def nameKeySeparator: String

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def parameters: Iterable[Parameter[_]]

    Permalink
  23. def pipelineName: String

    Permalink
  24. implicit val pv: ParameterValues

    Permalink
  25. def s3(uri: String*): S3Uri

    Permalink
    Definition Classes
    S3UriHelper
  26. def s3: S3UriBuilder

    Permalink
    Definition Classes
    S3UriHelper
  27. def setParameterValue(id: String, value: String, ignoreMissing: Boolean = true): Unit

    Permalink

    ignoreMissing

    ignores the parameter with id unknown to the definition

  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def tags: Map[String, Option[String]]

    Permalink
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. implicit def workflowIterable2WorkflowExpression(activities: Iterable[WorkflowExpression]): WorkflowExpression

    Permalink
    Definition Classes
    WorkflowExpressionImplicits

Inherited from HdfsUriHelper

Inherited from S3UriHelper

Inherited from AnyRef

Inherited from Any

Ungrouped