| Package | Description |
|---|---|
| org.finra.herd.dao.helper | |
| org.finra.herd.model.api.xml |
| Modifier and Type | Method and Description |
|---|---|
protected EmrClusterInstanceFleetProvisioningSpecifications |
EmrHelper.getLaunchSpecifications(com.amazonaws.services.elasticmapreduce.model.InstanceFleetProvisioningSpecifications instanceFleetProvisioningSpecifications)
Returns EmrClusterInstanceFleetProvisioningSpecifications
|
| Modifier and Type | Field and Description |
|---|---|
protected EmrClusterInstanceFleetProvisioningSpecifications |
EmrClusterInstanceFleet.launchSpecifications |
| Modifier and Type | Method and Description |
|---|---|
EmrClusterInstanceFleetProvisioningSpecifications |
ObjectFactory.createEmrClusterInstanceFleetProvisioningSpecifications()
Create an instance of
EmrClusterInstanceFleetProvisioningSpecifications |
EmrClusterInstanceFleetProvisioningSpecifications |
EmrClusterInstanceFleet.getLaunchSpecifications()
Gets the value of the launchSpecifications property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmrClusterInstanceFleet.setLaunchSpecifications(EmrClusterInstanceFleetProvisioningSpecifications value)
Sets the value of the launchSpecifications property.
|
| Constructor and Description |
|---|
EmrClusterInstanceFleet(String id,
String name,
String instanceFleetType,
Integer targetOnDemandCapacity,
Integer targetSpotCapacity,
Integer provisionedOnDemandCapacity,
Integer provisionedSpotCapacity,
EmrClusterInstanceFleetStatus instanceFleetStatus,
List<EmrClusterInstanceTypeSpecification> instanceTypeSpecifications,
EmrClusterInstanceFleetProvisioningSpecifications launchSpecifications)
Fully-initialising value constructor
|
Copyright © 2019. All rights reserved.