awscala.emr

EMR

trait EMR extends AmazonElasticMapReduce

Linear Supertypes
AmazonElasticMapReduce, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EMR
  2. AmazonElasticMapReduce
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class jarStep(stepName: String, stepType: String, stepPath: String, stepClass: String, stepArgs: List[String]) extends Product with Serializable

Abstract Value Members

  1. abstract def addInstanceGroups(arg0: AddInstanceGroupsRequest): AddInstanceGroupsResult

    Definition Classes
    AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  2. abstract def addJobFlowSteps(arg0: AddJobFlowStepsRequest): AddJobFlowStepsResult

    Definition Classes
    AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  3. abstract def addTags(): AddTagsResult

    Definition Classes
    AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  4. abstract def addTags(arg0: AddTagsRequest): AddTagsResult

    Definition Classes
    AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  5. abstract def describeCluster(): DescribeClusterResult

    Definition Classes
    AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  6. abstract def describeCluster(arg0: DescribeClusterRequest): DescribeClusterResult

    Definition Classes
    AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  7. abstract def describeStep(): DescribeStepResult

    Definition Classes
    AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  8. abstract def describeStep(arg0: DescribeStepRequest): DescribeStepResult

    Definition Classes
    AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  9. abstract def getCachedResponseMetadata(arg0: AmazonWebServiceRequest): ResponseMetadata

    Definition Classes
    AmazonElasticMapReduce
  10. abstract def listBootstrapActions(): ListBootstrapActionsResult

    Definition Classes
    AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  11. abstract def listBootstrapActions(arg0: ListBootstrapActionsRequest): ListBootstrapActionsResult

    Definition Classes
    AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  12. abstract def listClusters(): ListClustersResult

    Definition Classes
    AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  13. abstract def listClusters(arg0: ListClustersRequest): ListClustersResult

    Definition Classes
    AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  14. abstract def listInstanceGroups(): ListInstanceGroupsResult

    Definition Classes
    AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  15. abstract def listInstanceGroups(arg0: ListInstanceGroupsRequest): ListInstanceGroupsResult

    Definition Classes
    AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  16. abstract def listInstances(): ListInstancesResult

    Definition Classes
    AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  17. abstract def listInstances(arg0: ListInstancesRequest): ListInstancesResult

    Definition Classes
    AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  18. abstract def listSteps(): ListStepsResult

    Definition Classes
    AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  19. abstract def listSteps(arg0: ListStepsRequest): ListStepsResult

    Definition Classes
    AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  20. abstract def modifyInstanceGroups(): Unit

    Definition Classes
    AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  21. abstract def modifyInstanceGroups(arg0: ModifyInstanceGroupsRequest): Unit

    Definition Classes
    AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  22. abstract def removeTags(): RemoveTagsResult

    Definition Classes
    AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  23. abstract def removeTags(arg0: RemoveTagsRequest): RemoveTagsResult

    Definition Classes
    AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  24. abstract def runJobFlow(arg0: RunJobFlowRequest): RunJobFlowResult

    Definition Classes
    AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  25. abstract def setEndpoint(arg0: String): Unit

    Definition Classes
    AmazonElasticMapReduce
    Annotations
    @throws( ... )
  26. abstract def setRegion(arg0: com.amazonaws.regions.Region): Unit

    Definition Classes
    AmazonElasticMapReduce
    Annotations
    @throws( ... )
  27. abstract def setTerminationProtection(arg0: SetTerminationProtectionRequest): Unit

    Definition Classes
    AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  28. abstract def setVisibleToAllUsers(arg0: SetVisibleToAllUsersRequest): Unit

    Definition Classes
    AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  29. abstract def shutdown(): Unit

    Definition Classes
    AmazonElasticMapReduce
  30. abstract def terminateJobFlows(arg0: TerminateJobFlowsRequest): Unit

    Definition Classes
    AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  31. abstract def describeJobFlows(): DescribeJobFlowsResult

    Definition Classes
    AmazonElasticMapReduce
    Annotations
    @Deprecated @deprecated @throws( ... ) @throws( ... )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  32. abstract def describeJobFlows(arg0: DescribeJobFlowsRequest): DescribeJobFlowsResult

    Definition Classes
    AmazonElasticMapReduce
    Annotations
    @Deprecated @deprecated @throws( ... ) @throws( ... )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Concrete 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. lazy val CHECK_INTERVAL: Long

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def at(region: Region): EMR

  7. def buildCoreGroupConfig(coreInstanceType: String, coreInstanceCount: Int, coreMarketType: String, coreBidPrice: String = "0.0"): InstanceGroupConfig

  8. def buildJobFlowInstancesConfig(masterInstanceType: String = "m1.small", masterMarketType: String = "ON_DEMAND", masterBidPrice: String = "0.0", coreInstanceType: String = "m1.small", coreInstanceCount: Int = 1, coreMarketType: String = "ON_DEMAND", coreBidPrice: String = "0.0", taskInstanceType: String = "m1.small", taskInstanceCount: Int = 1, taskMarketType: String = "ON_DEMAND", taskBidPrice: String = "0.0", ec2KeyName: String, hadoopVersion: String): JobFlowInstancesConfig

  9. def buildJobFlowStepsRequest[T](steps: List[T], jobFlowId: String = ""): AddJobFlowStepsRequest

  10. def buildMasterGroupConfig(masterInstanceType: String, masterMarketType: String, masterBidPrice: String = "0.0"): InstanceGroupConfig

  11. def buildRunRequest(jobName: String = "AWSscala", amiVersion: String = "latest", loggingURI: String = "", visibleToAllUsers: Boolean = true, jobFlowInstancesConfig: JobFlowInstancesConfig, jobFlowStepsRequest: AddJobFlowStepsRequest): RunJobFlowRequest

  12. def buildTaskGroupConfig(taskInstanceType: String, taskInstanceCount: Int, taskMarketType: String, taskBidPrice: String = "0.0"): InstanceGroupConfig

  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. final val coreGroupName: String

  15. final val coreInstanceRoleType: com.amazonaws.services.elasticmapreduce.model.InstanceRoleType(CORE)

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

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

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

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

    Definition Classes
    AnyRef → Any
  20. def getClusterDetail[T](jobFlowId: String, op: (Cluster) ⇒ T): T

  21. def getClusterName(jobFlowId: String): String

  22. def getClusterState(jobFlowId: String): String

  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. final val masterGroupName: String

  26. final val masterInstanceRoleType: com.amazonaws.services.elasticmapreduce.model.InstanceRoleType(MASTER)

  27. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  30. def runJobFlow[T](masterInstanceType: String = "m1.small", masterMarketType: String = "ON_DEMAND", masterBidPrice: String = "0.0", coreInstanceType: String = "m1.small", coreInstanceCount: Int = 1, coreMarketType: String = "ON_DEMAND", coreBidPrice: String = "0.0", taskInstanceType: String = "m1.small", taskInstanceCount: Int = 1, taskMarketType: String = "ON_DEMAND", taskBidPrice: String = "0.0", ec2KeyName: String, hadoopVersion: String, steps: List[T], jobFlowId: String = "", jobName: String = "AWSscala", amiVersion: String = "latest", loggingURI: String = "", visibleToAllUsers: Boolean = true): RunJobFlowResult

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

    Definition Classes
    AnyRef
  32. final val taskGroupName: String

  33. final val taskInstanceRoleType: com.amazonaws.services.elasticmapreduce.model.InstanceRoleType(TASK)

  34. def terminateCluster(jobFlowId: String): String

  35. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AmazonElasticMapReduce

Inherited from AnyRef

Inherited from Any

Ungrouped