| Package | Description |
|---|---|
| org.finra.herd.dao.helper | |
| org.finra.herd.model.dto | |
| org.finra.herd.service | |
| org.finra.herd.service.activiti.task | |
| org.finra.herd.service.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
EmrPricingHelper.updateEmrClusterDefinitionWithBestPrice(EmrClusterAlternateKeyDto emrClusterAlternateKeyDto,
EmrClusterDefinition emrClusterDefinition,
AwsParamsDto awsParamsDto)
Finds the best price for each master and core instances based on the subnets and master and core instance search parameters given in the definition.
|
| Modifier and Type | Method and Description |
|---|---|
EmrClusterAlternateKeyDto |
EmrClusterAlternateKeyDto.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
EmrCluster |
EmrService.getCluster(EmrClusterAlternateKeyDto alternateKey,
String emrClusterId,
String emrStepId,
boolean verbose,
boolean retrieveOozieJobs,
String accountId) |
EmrCluster |
EmrService.terminateCluster(EmrClusterAlternateKeyDto emrClusterAlternateKeyDto,
boolean overrideTerminationProtection,
String emrClusterId,
String accountId) |
| Modifier and Type | Method and Description |
|---|---|
protected EmrClusterAlternateKeyDto |
BaseEmrCluster.getClusterAlternateKey(org.activiti.engine.delegate.DelegateExecution execution)
Builds the cluster alternate key and returns.
|
| Modifier and Type | Method and Description |
|---|---|
EmrCluster |
EmrServiceImpl.getCluster(EmrClusterAlternateKeyDto emrClusterAlternateKeyDto,
String emrClusterId,
String emrStepId,
boolean verbose,
boolean retrieveOozieJobs,
String accountId)
Gets details of an existing EMR Cluster.
|
protected EmrCluster |
EmrServiceImpl.getClusterImpl(EmrClusterAlternateKeyDto emrClusterAlternateKeyDto,
String emrClusterId,
String emrStepId,
boolean verbose,
boolean retrieveOozieJobs,
String accountId)
Gets details of an existing EMR Cluster.
|
EmrCluster |
EmrServiceImpl.terminateCluster(EmrClusterAlternateKeyDto emrClusterAlternateKeyDto,
boolean overrideTerminationProtection,
String emrClusterId,
String accountId)
Terminates the EMR Cluster.
|
protected EmrCluster |
EmrServiceImpl.terminateClusterImpl(EmrClusterAlternateKeyDto emrClusterAlternateKeyDto,
boolean overrideTerminationProtection,
String emrClusterId,
String accountId)
Terminates the EMR Cluster.
|
Copyright © 2017. All rights reserved.