Object

com.krux.hyperion.examples

ExampleS3DistCpWorkflow

Related Doc: package examples

Permalink

object ExampleS3DistCpWorkflow extends DataPipelineDef with HyperionCli

Source
ExampleS3DistCpWorkflow.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExampleS3DistCpWorkflow
  2. HyperionCli
  3. DataPipelineDef
  4. DataPipelineDefGroup
  5. WorkflowExpressionImplicits
  6. HdfsUriHelper
  7. S3UriHelper
  8. AnyRef
  9. 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

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
    Definition Classes
    DataPipelineDefGroup
  9. val emrCluster: MapReduceCluster

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. implicit val hc: HyperionContext

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

    Permalink
    Definition Classes
    HdfsUriHelper
  17. def hdfs: HdfsUriBuilder

    Permalink
    Definition Classes
    HdfsUriHelper
  18. val instanceBid: UnencryptedParameter[Double]

    Permalink
  19. val instanceCount: UnencryptedParameter[Int]

    Permalink
  20. val instanceType: UnencryptedParameter[String]

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. val jar: S3Uri

    Permalink
  23. def main(args: Array[String]): Unit

    Permalink
    Definition Classes
    HyperionCli
  24. def nameKeySeparator: String

    Permalink
    Definition Classes
    DataPipelineDefGroup
  25. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
  29. def pipelineName: String

    Permalink
    Definition Classes
    DataPipelineDefGroup
  30. implicit val pv: ParameterValues

    Permalink
    Definition Classes
    DataPipelineDefGroup
  31. def s3(uri: String*): S3Uri

    Permalink
    Definition Classes
    S3UriHelper
  32. def s3: S3UriBuilder

    Permalink
    Definition Classes
    S3UriHelper
  33. val s3DistCPActivity: S3DistCpActivity[MapReduceCluster]

    Permalink
  34. lazy val schedule: RecurringSchedule

    Permalink
  35. def setParameterValue(id: String, value: String, ignoreMissing: Boolean = true): Unit

    Permalink

    ignoreMissing

    ignores the parameter with id unknown to the definition

    Definition Classes
    DataPipelineDefGroup
  36. val source: String

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

    Permalink
    Definition Classes
    AnyRef
  38. lazy val tags: Map[String, Option[String]]

    Permalink
  39. val target: UnencryptedParameter[HdfsUri]

    Permalink
  40. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def workflow: WorkflowExpression

    Permalink

    Workflow to be defined

    Workflow to be defined

    Definition Classes
    ExampleS3DistCpWorkflowDataPipelineDef
  45. implicit def workflowIterable2WorkflowExpression(activities: Iterable[WorkflowExpression]): WorkflowExpression

    Permalink
    Definition Classes
    WorkflowExpressionImplicits
  46. final def workflows: Map[WorkflowKey, WorkflowExpression]

    Permalink
    Definition Classes
    DataPipelineDefDataPipelineDefGroup

Inherited from HyperionCli

Inherited from DataPipelineDef

Inherited from DataPipelineDefGroup

Inherited from HdfsUriHelper

Inherited from S3UriHelper

Inherited from AnyRef

Inherited from Any

Ungrouped