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 = awscala.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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. lazy val CHECK_INTERVAL: Long

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

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

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

    Definition Classes
    AmazonWebServiceClient
  10. def addTags(): AddTagsResult

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

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

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

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

    Definition Classes
    EMR
  15. 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
  16. def buildJobFlowStepsRequest[T](steps: List[T], jobFlowId: String = ""): AddJobFlowStepsRequest

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

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

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

    Definition Classes
    EMR
  20. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    EMR
  39. def getRequestMetricsCollector(): RequestMetricCollector

    Definition Classes
    AmazonWebServiceClient
  40. def getServiceName(): String

    Definition Classes
    AmazonWebServiceClient
  41. def getServiceNameIntern(): String

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

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

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

    Definition Classes
    AmazonWebServiceClient
  45. def getTimeOffset(): Int

    Definition Classes
    AmazonWebServiceClient
  46. def hashCode(): Int

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    EMR
  61. def modifyInstanceGroups(): Unit

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

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

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

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

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

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

    Definition Classes
    AmazonWebServiceClient
  68. def removeTags(): RemoveTagsResult

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

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

    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  71. 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
  72. def runJobFlow(arg0: RunJobFlowRequest): RunJobFlowResult

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

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

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

    Definition Classes
    AmazonWebServiceClient
    Annotations
    @throws( ... )
  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