| Package | Description |
|---|---|
| org.finra.herd.dao.helper | |
| org.finra.herd.model.api.xml |
| Modifier and Type | Method and Description |
|---|---|
protected List<EmrClusterEbsBlockDevice> |
EmrHelper.getEbsBlockDevices(List<com.amazonaws.services.elasticmapreduce.model.EbsBlockDevice> ebsBlockDevices)
Returns list of EmrClusterEbsBlockDevice
|
| Modifier and Type | Field and Description |
|---|---|
protected List<EmrClusterEbsBlockDevice> |
EmrClusterInstanceTypeSpecification.ebsBlockDevices |
| Modifier and Type | Method and Description |
|---|---|
EmrClusterEbsBlockDevice |
ObjectFactory.createEmrClusterEbsBlockDevice()
Create an instance of
EmrClusterEbsBlockDevice |
| Modifier and Type | Method and Description |
|---|---|
List<EmrClusterEbsBlockDevice> |
EmrClusterInstanceTypeSpecification.getEbsBlockDevices() |
| Modifier and Type | Method and Description |
|---|---|
void |
EmrClusterInstanceTypeSpecification.setEbsBlockDevices(List<EmrClusterEbsBlockDevice> ebsBlockDevices) |
| Constructor and Description |
|---|
EmrClusterInstanceTypeSpecification(String instanceType,
Integer weightedCapacity,
String bidPrice,
Double bidPriceAsPercentageOfOnDemandPrice,
Boolean ebsOptimized,
List<EmrClusterEbsBlockDevice> ebsBlockDevices,
List<EmrClusterInstanceTypeConfiguration> configurations)
Fully-initialising value constructor
|
Copyright © 2021. All rights reserved.