awscala.emr

EMRClient

class EMRClient extends AmazonElasticMapReduceClient with EMR

Linear Supertypes
EMR, AmazonElasticMapReduceClient, AmazonElasticMapReduce, AmazonWebServiceClient, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EMRClient
  2. EMR
  3. AmazonElasticMapReduceClient
  4. AmazonElasticMapReduce
  5. AmazonWebServiceClient
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EMRClient(credentials: Credentials = CredentialsLoader.load())

Type Members

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

    Definition Classes
    EMR

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

    Definition Classes
    EMR
  5. def addInstanceGroups(arg0: AddInstanceGroupsRequest): AddInstanceGroupsResult

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce
  6. def addJobFlowSteps(arg0: AddJobFlowStepsRequest): AddJobFlowStepsResult

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce
  7. def addRequestHandler(arg0: RequestHandler2): Unit

    Definition Classes
    AmazonWebServiceClient
  8. def addTags(): AddTagsResult

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  9. def addTags(arg0: AddTagsRequest): AddTagsResult

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce
  10. final def asInstanceOf[T0]: T0

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

    Definition Classes
    EMR
  12. def buildCoreGroupConfig(coreInstanceType: String, coreInstanceCount: Int, coreMarketType: String, coreBidPrice: String = "0.0"): InstanceGroupConfig

    Definition Classes
    EMR
  13. 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

    Definition Classes
    EMR
  14. def buildJobFlowStepsRequest[T](steps: List[T], jobFlowId: String = ""): AddJobFlowStepsRequest

    Definition Classes
    EMR
  15. def buildMasterGroupConfig(masterInstanceType: String, masterMarketType: String, masterBidPrice: String = "0.0"): InstanceGroupConfig

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

    Definition Classes
    EMR
  17. def buildTaskGroupConfig(taskInstanceType: String, taskInstanceCount: Int, taskMarketType: String, taskBidPrice: String = "0.0"): InstanceGroupConfig

    Definition Classes
    EMR
  18. def clone(): AnyRef

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

    Definition Classes
    EMR
  20. final val coreInstanceRoleType: com.amazonaws.services.elasticmapreduce.model.InstanceRoleType(CORE)

    Definition Classes
    EMR
  21. final def createExecutionContext(arg0: Request[_]): ExecutionContext

    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  22. def createExecutionContext(arg0: AmazonWebServiceRequest): ExecutionContext

    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  23. def describeCluster(): DescribeClusterResult

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  24. def describeCluster(arg0: DescribeClusterRequest): DescribeClusterResult

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce
  25. def describeStep(): DescribeStepResult

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  26. def describeStep(arg0: DescribeStepRequest): DescribeStepResult

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce
  27. final def endClientExecution(arg0: AWSRequestMetrics, arg1: Request[_], arg2: Response[_], arg3: Boolean): Unit

    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  28. final def endClientExecution(arg0: AWSRequestMetrics, arg1: Request[_], arg2: Response[_]): Unit

    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  29. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  32. final def findRequestMetricCollector(arg0: Request[_]): RequestMetricCollector

    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  33. def getCachedResponseMetadata(arg0: AmazonWebServiceRequest): ResponseMetadata

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce
  34. final def getClass(): Class[_]

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

    Definition Classes
    EMR
  36. def getClusterName(jobFlowId: String): String

    Definition Classes
    EMR
  37. def getClusterState(jobFlowId: String): String

    Definition Classes
    EMR
  38. def getRequestMetricsCollector(): RequestMetricCollector

    Definition Classes
    AmazonWebServiceClient
  39. def getServiceName(): String

    Definition Classes
    AmazonWebServiceClient
  40. def getServiceNameIntern(): String

    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  41. def getSigner(): Signer

    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  42. def getSignerByURI(arg0: URI): Signer

    Definition Classes
    AmazonWebServiceClient
  43. final def getSignerRegionOverride(): String

    Definition Classes
    AmazonWebServiceClient
  44. def getTimeOffset(): Int

    Definition Classes
    AmazonWebServiceClient
  45. def hashCode(): Int

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

    Definition Classes
    Any
  47. final def isRequestMetricsEnabled(arg0: AmazonWebServiceRequest): Boolean

    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  48. def listBootstrapActions(): ListBootstrapActionsResult

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  49. def listBootstrapActions(arg0: ListBootstrapActionsRequest): ListBootstrapActionsResult

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce
  50. def listClusters(): ListClustersResult

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  51. def listClusters(arg0: ListClustersRequest): ListClustersResult

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce
  52. def listInstanceGroups(): ListInstanceGroupsResult

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  53. def listInstanceGroups(arg0: ListInstanceGroupsRequest): ListInstanceGroupsResult

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce
  54. def listInstances(): ListInstancesResult

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  55. def listInstances(arg0: ListInstancesRequest): ListInstancesResult

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce
  56. def listSteps(): ListStepsResult

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  57. def listSteps(arg0: ListStepsRequest): ListStepsResult

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce
  58. final val masterGroupName: String

    Definition Classes
    EMR
  59. final val masterInstanceRoleType: com.amazonaws.services.elasticmapreduce.model.InstanceRoleType(MASTER)

    Definition Classes
    EMR
  60. def modifyInstanceGroups(): Unit

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  61. def modifyInstanceGroups(arg0: ModifyInstanceGroupsRequest): Unit

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce
  62. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  65. def removeRequestHandler(arg0: RequestHandler2): Unit

    Definition Classes
    AmazonWebServiceClient
  66. def removeRequestHandler(arg0: RequestHandler): Unit

    Definition Classes
    AmazonWebServiceClient
  67. def removeTags(): RemoveTagsResult

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce
    Annotations
    @throws( ... ) @throws( ... )
  68. def removeTags(arg0: RemoveTagsRequest): RemoveTagsResult

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce
  69. def requestMetricCollector(): RequestMetricCollector

    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  70. 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

    Definition Classes
    EMR
  71. def runJobFlow(arg0: RunJobFlowRequest): RunJobFlowResult

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce
  72. def setEndpoint(arg0: String, arg1: String, arg2: String): Unit

    Definition Classes
    AmazonElasticMapReduceClient → AmazonWebServiceClient
    Annotations
    @throws( ... )
  73. def setEndpoint(arg0: String): Unit

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce → AmazonWebServiceClient
  74. def setRegion(arg0: com.amazonaws.regions.Region): Unit

    Definition Classes
    AmazonWebServiceClient
    Annotations
    @throws( ... )
  75. final def setServiceNameIntern(arg0: String): Unit

    Definition Classes
    AmazonWebServiceClient
  76. final def setSignerRegionOverride(arg0: String): Unit

    Definition Classes
    AmazonWebServiceClient
  77. def setTerminationProtection(arg0: SetTerminationProtectionRequest): Unit

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce
  78. def setTimeOffset(arg0: Int): Unit

    Definition Classes
    AmazonWebServiceClient
  79. def setVisibleToAllUsers(arg0: SetVisibleToAllUsersRequest): Unit

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce
  80. def shutdown(): Unit

    Definition Classes
    AmazonWebServiceClient
  81. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  82. final val taskGroupName: String

    Definition Classes
    EMR
  83. final val taskInstanceRoleType: com.amazonaws.services.elasticmapreduce.model.InstanceRoleType(TASK)

    Definition Classes
    EMR
  84. def terminateCluster(jobFlowId: String): String

    Definition Classes
    EMR
  85. def terminateJobFlows(arg0: TerminateJobFlowsRequest): Unit

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce
  86. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  90. def withTimeOffset(arg0: Int): AmazonWebServiceClient

    Definition Classes
    AmazonWebServiceClient

Deprecated Value Members

  1. def addRequestHandler(arg0: RequestHandler): Unit

    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def configSigner(arg0: String, arg1: String): Unit

    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def configSigner(arg0: URI): Unit

    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def convertToHttpRequest[T](arg0: Request[T], arg1: HttpMethodName): HttpRequest

    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. final def createExecutionContext(): ExecutionContext

    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. def describeJobFlows(): DescribeJobFlowsResult

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

    (Since version ) see corresponding Javadoc for more information.

  7. def describeJobFlows(arg0: DescribeJobFlowsRequest): DescribeJobFlowsResult

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  8. def getServiceAbbreviation(): String

    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  9. def setConfiguration(arg0: ClientConfiguration): Unit

    Definition Classes
    AmazonWebServiceClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from EMR

Inherited from AmazonElasticMapReduceClient

Inherited from AmazonElasticMapReduce

Inherited from AmazonWebServiceClient

Inherited from AnyRef

Inherited from Any

Ungrouped