Uses of Class
com.amazonaws.services.elasticmapreduce.model.JobFlowInstancesConfig

Packages that use JobFlowInstancesConfig
com.amazonaws.services.elasticmapreduce.model Classes modeling the various types represented by AmazonElasticMapReduce. 
 

Uses of JobFlowInstancesConfig in com.amazonaws.services.elasticmapreduce.model
 

Methods in com.amazonaws.services.elasticmapreduce.model that return JobFlowInstancesConfig
 JobFlowInstancesConfig RunJobFlowRequest.getInstances()
          A specification of the number and type of Amazon EC2 instances on which to run the job flow.
 JobFlowInstancesConfig JobFlowInstancesConfig.withEc2KeyName(String ec2KeyName)
          Specifies the name of the Amazon EC2 key pair that can be used to ssh to the master node as the user called "hadoop."
 JobFlowInstancesConfig JobFlowInstancesConfig.withHadoopVersion(String hadoopVersion)
          Specifies the Hadoop version for the job flow.
 JobFlowInstancesConfig JobFlowInstancesConfig.withInstanceCount(Integer instanceCount)
          The number of Amazon EC2 instances used to execute the job flow.
 JobFlowInstancesConfig JobFlowInstancesConfig.withKeepJobFlowAliveWhenNoSteps(Boolean keepJobFlowAliveWhenNoSteps)
          Specifies whether the job flow should terminate after completing all steps.
 JobFlowInstancesConfig JobFlowInstancesConfig.withMasterInstanceType(String masterInstanceType)
          The EC2 instance type of the master node.
 JobFlowInstancesConfig JobFlowInstancesConfig.withPlacement(PlacementType placement)
          Specifies the Availability Zone the job flow will run in.
 JobFlowInstancesConfig JobFlowInstancesConfig.withSlaveInstanceType(String slaveInstanceType)
          The EC2 instance type of the slave nodes.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type JobFlowInstancesConfig
 void RunJobFlowRequest.setInstances(JobFlowInstancesConfig instances)
          A specification of the number and type of Amazon EC2 instances on which to run the job flow.
 RunJobFlowRequest RunJobFlowRequest.withInstances(JobFlowInstancesConfig instances)
          A specification of the number and type of Amazon EC2 instances on which to run the job flow.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.