com.krux.hyperion.objects

MapReduceCluster

Related Docs: object MapReduceCluster | package objects

case class MapReduceCluster extends EmrCluster with Product with Serializable

Launch a MapReduce cluster

Source
MapReduceCluster.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, EmrCluster, ResourceObject, PipelineObject, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MapReduceCluster
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. EmrCluster
  7. ResourceObject
  8. PipelineObject
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. val amiVersion: String

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. val bootstrapAction: Seq[String]

  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val coreInstanceCount: Int

  9. val coreInstanceType: Option[String]

  10. val enableDebugging: Option[Boolean]

  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  14. def groupedBy(group: String): MapReduceCluster

    Definition Classes
    MapReduceClusterResourceObject
  15. implicit val hc: HyperionContext

  16. val id: PipelineObjectId

    Definition Classes
    MapReduceClusterPipelineObject
  17. lazy val instanceCount: Int

  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. val keyPair: Option[String]

  20. val masterInstanceType: Option[String]

  21. def named(name: String): MapReduceCluster

    Definition Classes
    MapReduceClusterResourceObject
  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. def objects: Iterable[PipelineObject]

    Definition Classes
    PipelineObject
  26. def ref: AdpRef[AdpEmrCluster]

    Definition Classes
    EmrClusterPipelineObject
  27. val region: Option[String]

  28. implicit def seq2Option[A](anySeq: Seq[A]): Option[Seq[A]]

    Definition Classes
    PipelineObject
  29. def seqToOption[A, B](anySeq: Seq[A])(transform: (A) ⇒ B): Option[Seq[B]]

    Definition Classes
    PipelineObject
  30. lazy val serialize: AdpEmrCluster

    Definition Classes
    MapReduceClusterEmrClusterPipelineObject
  31. lazy val standardBootstrapAction: List[String]

  32. val subnetId: Option[String]

  33. val supportedProducts: Option[String]

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

    Definition Classes
    AnyRef
  35. val taskInstanceBidPrice: Option[Double]

  36. val taskInstanceCount: Int

  37. val taskInstanceType: Option[String]

  38. val terminateAfter: String

  39. def terminatingAfter(terminateAfter: String): MapReduceCluster

  40. implicit def uniquePipelineId2String(id: PipelineObjectId): String

    Definition Classes
    PipelineObject
  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def withAmiVersion(ver: String): MapReduceCluster

  45. def withCoreInstanceCount(instanceCount: Int): MapReduceCluster

  46. def withCoreInstanceType(instanceType: String): MapReduceCluster

  47. def withDebuggingEnabled(): MapReduceCluster

  48. def withKeyPair(keyPair: String): MapReduceCluster

  49. def withMasterInstanceType(instanceType: String): MapReduceCluster

  50. def withRegion(region: String): MapReduceCluster

  51. def withSubnetId(id: String): MapReduceCluster

  52. def withSupportedProducts(products: String): MapReduceCluster

  53. def withTaskInstanceBidPrice(bid: Double): MapReduceCluster

  54. def withTaskInstanceCount(instanceCount: Int): MapReduceCluster

  55. def withTaskInstanceType(instanceType: String): MapReduceCluster

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from EmrCluster

Inherited from ResourceObject

Inherited from PipelineObject

Inherited from AnyRef

Inherited from Any

Ungrouped