awscala.emr

EMRClient

Related Doc: package emr

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(credentialsProvider: CredentialsProvider = 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(arg0: AddTagsRequest): AddTagsResult

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

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

    Definition Classes
    EMR
  11. final def beforeMarshalling[T <: AmazonWebServiceRequest](arg0: T): T

    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  12. def bootstrapActions(clusterId: Option[String] = None): Seq[Command]

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

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

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

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

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

    Definition Classes
    EMR
  19. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def clusterSummaries(clusterStates: Seq[String] = Nil, createdBefore: Option[Date] = None, createdAfter: Option[Date] = None): Seq[ClusterSummary]

    Definition Classes
    EMR
  21. def clusters(clusterStates: Seq[String] = Nil, createdBefore: Option[Date] = None, createdAfter: Option[Date] = None): Seq[Cluster]

    Definition Classes
    EMR
  22. final val coreGroupName: String

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

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

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

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

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

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

    Attributes
    protected[com.amazonaws]
    Definition Classes
    AmazonWebServiceClient
  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: (com.amazonaws.services.elasticmapreduce.model.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(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(arg0: ListInstanceGroupsRequest): ListInstanceGroupsResult

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce
  53. def listInstances(arg0: ListInstancesRequest): ListInstancesResult

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce
  54. def listSteps(arg0: ListStepsRequest): ListStepsResult

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

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

    Definition Classes
    EMR
  57. def modifyInstanceGroups(): Unit

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

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

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

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

    Definition Classes
    AnyRef
  62. def recentClusters(duration: Duration = 1 hour): List[Cluster]

    Definition Classes
    EMR
  63. def removeRequestHandler(arg0: RequestHandler2): Unit

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

    Definition Classes
    AmazonWebServiceClient
  65. def removeTags(arg0: RemoveTagsRequest): RemoveTagsResult

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

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

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce
  69. def runningClusters(): Seq[Cluster]

    Definition Classes
    EMR
  70. def setEndpoint(arg0: String, arg1: String, arg2: String): Unit

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

    Definition Classes
    AmazonElasticMapReduceClient → AmazonElasticMapReduce → AmazonWebServiceClient
  72. final def setRegion(arg0: Regions): Unit

    Definition Classes
    AmazonWebServiceClient
  73. def setRegion(arg0: com.amazonaws.regions.Region): Unit

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

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

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

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

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

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

    Definition Classes
    AmazonWebServiceClient
  80. def stepSummaries(clusterId: Option[String] = None, stepStates: Seq[String] = Nil): Seq[StepSummary]

    Definition Classes
    EMR
  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): Unit

    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 withEndpoint[T <: AmazonWebServiceClient](arg0: String): T

    Definition Classes
    AmazonWebServiceClient
  91. def withRegion[T <: AmazonWebServiceClient](arg0: Regions): T

    Definition Classes
    AmazonWebServiceClient
  92. def withRegion[T <: AmazonWebServiceClient](arg0: com.amazonaws.regions.Region): T

    Definition Classes
    AmazonWebServiceClient
  93. 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