| Package | Description |
|---|---|
| org.finra.herd.dao.impl | |
| org.finra.herd.model.api.xml |
| Modifier and Type | Method and Description |
|---|---|
protected com.amazonaws.services.elasticmapreduce.model.InstanceFleetProvisioningSpecifications |
EmrDaoImpl.getLaunchSpecifications(EmrClusterDefinitionLaunchSpecifications emrClusterDefinitionLaunchSpecifications)
Creates an instance of
InstanceFleetProvisioningSpecifications from a given instance of EmrClusterDefinitionLaunchSpecifications. |
| Modifier and Type | Field and Description |
|---|---|
protected EmrClusterDefinitionLaunchSpecifications |
EmrClusterDefinitionInstanceFleet.launchSpecifications |
| Modifier and Type | Method and Description |
|---|---|
EmrClusterDefinitionLaunchSpecifications |
ObjectFactory.createEmrClusterDefinitionLaunchSpecifications()
Create an instance of
EmrClusterDefinitionLaunchSpecifications |
EmrClusterDefinitionLaunchSpecifications |
EmrClusterDefinitionInstanceFleet.getLaunchSpecifications()
Gets the value of the launchSpecifications property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmrClusterDefinitionInstanceFleet.setLaunchSpecifications(EmrClusterDefinitionLaunchSpecifications value)
Sets the value of the launchSpecifications property.
|
| Constructor and Description |
|---|
EmrClusterDefinitionInstanceFleet(String name,
String instanceFleetType,
Integer targetOnDemandCapacity,
Integer targetSpotCapacity,
List<EmrClusterDefinitionInstanceTypeConfig> instanceTypeConfigs,
EmrClusterDefinitionLaunchSpecifications launchSpecifications)
Fully-initialising value constructor
|
Copyright © 2019. All rights reserved.