|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JobFlowInstancesDetail | |
---|---|
com.amazonaws.services.elasticmapreduce.model | Classes modeling the various types represented by AmazonElasticMapReduce. |
Uses of JobFlowInstancesDetail in com.amazonaws.services.elasticmapreduce.model |
---|
Methods in com.amazonaws.services.elasticmapreduce.model that return JobFlowInstancesDetail | |
---|---|
JobFlowInstancesDetail |
JobFlowDetail.getInstances()
Describes the Amazon EC2 instances of the job flow. |
JobFlowInstancesDetail |
JobFlowInstancesDetail.withEc2KeyName(String ec2KeyName)
The name of an Amazon EC2 key pair that can be used to ssh to the master node of job flow. |
JobFlowInstancesDetail |
JobFlowInstancesDetail.withEc2SubnetId(String ec2SubnetId)
For job flows launched within Amazon Virtual Private Cloud, this value specifies the identifier of the subnet where the job flow was launched. |
JobFlowInstancesDetail |
JobFlowInstancesDetail.withHadoopVersion(String hadoopVersion)
The Hadoop version for the job flow. |
JobFlowInstancesDetail |
JobFlowInstancesDetail.withInstanceCount(Integer instanceCount)
The number of Amazon EC2 instances in the cluster. |
JobFlowInstancesDetail |
JobFlowInstancesDetail.withInstanceGroups(Collection<InstanceGroupDetail> instanceGroups)
Details about the job flow's instance groups. |
JobFlowInstancesDetail |
JobFlowInstancesDetail.withInstanceGroups(InstanceGroupDetail... instanceGroups)
Details about the job flow's instance groups. |
JobFlowInstancesDetail |
JobFlowInstancesDetail.withKeepJobFlowAliveWhenNoSteps(Boolean keepJobFlowAliveWhenNoSteps)
Specifies whether the job flow should terminate after completing all steps. |
JobFlowInstancesDetail |
JobFlowInstancesDetail.withMasterInstanceId(String masterInstanceId)
The Amazon EC2 instance identifier of the master node. |
JobFlowInstancesDetail |
JobFlowInstancesDetail.withMasterInstanceType(String masterInstanceType)
The Amazon EC2 master node instance type. |
JobFlowInstancesDetail |
JobFlowInstancesDetail.withMasterPublicDnsName(String masterPublicDnsName)
The DNS name of the master node. |
JobFlowInstancesDetail |
JobFlowInstancesDetail.withNormalizedInstanceHours(Integer normalizedInstanceHours)
An approximation of the cost of the job flow, represented in m1.small/hours. |
JobFlowInstancesDetail |
JobFlowInstancesDetail.withPlacement(PlacementType placement)
The Amazon EC2 Availability Zone for the job flow. |
JobFlowInstancesDetail |
JobFlowInstancesDetail.withSlaveInstanceType(String slaveInstanceType)
The Amazon EC2 slave node instance type. |
JobFlowInstancesDetail |
JobFlowInstancesDetail.withTerminationProtected(Boolean terminationProtected)
Specifies whether the Amazon EC2 instances in the cluster are protected from termination by API calls, user intervention, or in the event of a job flow error. |
Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type JobFlowInstancesDetail | |
---|---|
void |
JobFlowDetail.setInstances(JobFlowInstancesDetail instances)
Describes the Amazon EC2 instances of the job flow. |
JobFlowDetail |
JobFlowDetail.withInstances(JobFlowInstancesDetail instances)
Describes the Amazon EC2 instances of the job flow. |
Constructors in com.amazonaws.services.elasticmapreduce.model with parameters of type JobFlowInstancesDetail | |
---|---|
JobFlowDetail(String jobFlowId,
String name,
JobFlowExecutionStatusDetail executionStatusDetail,
JobFlowInstancesDetail instances)
Constructs a new JobFlowDetail object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |