Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Classes modeling the various types represented by AmazonElasticMapReduce.
|
Modifier and Type | Method and Description |
---|---|
InstanceGroupConfig |
InstanceGroupConfig.clone() |
InstanceGroupConfig |
InstanceGroupConfig.withBidPrice(String bidPrice)
Bid price for each Amazon EC2 instance in the instance group when
launching nodes as Spot Instances, expressed in USD.
|
InstanceGroupConfig |
InstanceGroupConfig.withConfigurations(Collection<Configuration> configurations)
|
InstanceGroupConfig |
InstanceGroupConfig.withConfigurations(Configuration... configurations)
|
InstanceGroupConfig |
InstanceGroupConfig.withInstanceCount(Integer instanceCount)
Target number of instances for the instance group.
|
InstanceGroupConfig |
InstanceGroupConfig.withInstanceRole(InstanceRoleType instanceRole)
The role of the instance group in the cluster.
|
InstanceGroupConfig |
InstanceGroupConfig.withInstanceRole(String instanceRole)
The role of the instance group in the cluster.
|
InstanceGroupConfig |
InstanceGroupConfig.withInstanceType(String instanceType)
The Amazon EC2 instance type for all instances in the instance group.
|
InstanceGroupConfig |
InstanceGroupConfig.withMarket(MarketType market)
Market type of the Amazon EC2 instances used to create a cluster node.
|
InstanceGroupConfig |
InstanceGroupConfig.withMarket(String market)
Market type of the Amazon EC2 instances used to create a cluster node.
|
InstanceGroupConfig |
InstanceGroupConfig.withName(String name)
Friendly name given to the instance group.
|
Modifier and Type | Method and Description |
---|---|
List<InstanceGroupConfig> |
AddInstanceGroupsRequest.getInstanceGroups()
Instance Groups to add.
|
List<InstanceGroupConfig> |
JobFlowInstancesConfig.getInstanceGroups()
Configuration for the job flow's instance groups.
|
Modifier and Type | Method and Description |
---|---|
AddInstanceGroupsRequest |
AddInstanceGroupsRequest.withInstanceGroups(InstanceGroupConfig... instanceGroups)
Instance Groups to add.
|
JobFlowInstancesConfig |
JobFlowInstancesConfig.withInstanceGroups(InstanceGroupConfig... instanceGroups)
Configuration for the job flow's instance groups.
|
Modifier and Type | Method and Description |
---|---|
void |
AddInstanceGroupsRequest.setInstanceGroups(Collection<InstanceGroupConfig> instanceGroups)
Instance Groups to add.
|
void |
JobFlowInstancesConfig.setInstanceGroups(Collection<InstanceGroupConfig> instanceGroups)
Configuration for the job flow's instance groups.
|
AddInstanceGroupsRequest |
AddInstanceGroupsRequest.withInstanceGroups(Collection<InstanceGroupConfig> instanceGroups)
Instance Groups to add.
|
JobFlowInstancesConfig |
JobFlowInstancesConfig.withInstanceGroups(Collection<InstanceGroupConfig> instanceGroups)
Configuration for the job flow's instance groups.
|
Constructor and Description |
---|
AddInstanceGroupsRequest(List<InstanceGroupConfig> instanceGroups,
String jobFlowId)
Constructs a new AddInstanceGroupsRequest object.
|
Copyright © 2015. All rights reserved.