| Package | Description |
|---|---|
| org.finra.herd.model.api.xml | |
| org.finra.herd.rest | |
| org.finra.herd.service | |
| org.finra.herd.service.activiti.task | |
| org.finra.herd.service.impl |
| Modifier and Type | Method and Description |
|---|---|
EmrCluster |
ObjectFactory.createEmrCluster()
Create an instance of
EmrCluster |
| Modifier and Type | Method and Description |
|---|---|
EmrCluster |
EmrRestController.createEmrCluster(EmrClusterCreateRequest request)
Creates a new EMR cluster.
|
EmrCluster |
EmrRestController.getEmrCluster(String namespace,
String emrClusterDefinitionName,
String emrClusterName,
String emrClusterId,
String emrStepId,
Boolean verbose,
String accountId,
Boolean retrieveInstanceFleets)
Gets an existing EMR cluster details.
|
EmrCluster |
EmrRestController.terminateEmrCluster(String namespace,
String emrClusterDefinitionName,
String emrClusterName,
Boolean overrideTerminationProtection,
String emrClusterId,
String accountId)
Terminates an existing EMR cluster.
|
| Modifier and Type | Method and Description |
|---|---|
EmrCluster |
EmrService.createCluster(EmrClusterCreateRequest request)
Creates a new EMR Cluster.
|
EmrCluster |
EmrService.getCluster(EmrClusterAlternateKeyDto emrClusterAlternateKeyDto,
String emrClusterId,
String emrStepId,
boolean verbose,
String accountId,
Boolean retrieveInstanceFleets)
Gets details of an existing EMR Cluster.
|
EmrCluster |
EmrService.terminateCluster(EmrClusterAlternateKeyDto emrClusterAlternateKeyDto,
boolean overrideTerminationProtection,
String emrClusterId,
String accountId)
Terminates the EMR Cluster.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseEmrCluster.setIdStatusWorkflowVariables(org.activiti.engine.delegate.DelegateExecution execution,
EmrCluster emrCluster)
Sets the EMR cluster id and status as activiti workflow variables.
|
protected void |
BaseEmrCluster.setResultWorkflowVariables(org.activiti.engine.delegate.DelegateExecution execution,
EmrCluster emrCluster)
Sets the result variables to Activiti workflow.
|
| Modifier and Type | Method and Description |
|---|---|
EmrCluster |
EmrServiceImpl.createCluster(EmrClusterCreateRequest request)
Creates a new EMR Cluster.
|
protected EmrCluster |
EmrServiceImpl.createClusterImpl(EmrClusterCreateRequest request)
Creates a new EMR cluster based on the given request if the cluster with the given name does not already exist.
|
EmrCluster |
EmrServiceImpl.getCluster(EmrClusterAlternateKeyDto emrClusterAlternateKeyDto,
String emrClusterId,
String emrStepId,
boolean verbose,
String accountId,
Boolean retrieveInstanceFleets)
Gets details of an existing EMR Cluster.
|
protected EmrCluster |
EmrServiceImpl.getClusterImpl(EmrClusterAlternateKeyDto emrClusterAlternateKeyDto,
String emrClusterId,
String emrStepId,
boolean verbose,
String accountId,
Boolean retrieveInstanceFleets)
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 © 2021. All rights reserved.