| Package | Description |
|---|---|
| org.finra.herd.model.api.xml | |
| org.finra.herd.rest | |
| org.finra.herd.service | |
| org.finra.herd.service.impl |
| Modifier and Type | Method and Description |
|---|---|
EmrClusterCreateRequest |
ObjectFactory.createEmrClusterCreateRequest()
Create an instance of
EmrClusterCreateRequest |
| Modifier and Type | Method and Description |
|---|---|
EmrCluster |
EmrRestController.createEmrCluster(EmrClusterCreateRequest request)
Creates a new EMR cluster.
|
| Modifier and Type | Method and Description |
|---|---|
EmrCluster |
EmrService.createCluster(EmrClusterCreateRequest request)
Creates a new EMR Cluster.
|
EmrClusterCreateDto |
EmrHelperService.emrCreateClusterAwsSpecificSteps(EmrClusterCreateRequest request,
EmrClusterDefinition emrClusterDefinition,
EmrClusterAlternateKeyDto emrClusterAlternateKeyDto)
Executes S3 specific steps for EMR cluster creation.
|
EmrClusterDefinition |
EmrHelperService.emrPreCreateClusterSteps(EmrClusterAlternateKeyDto emrClusterAlternateKeyDto,
EmrClusterCreateRequest request)
Executes steps required to prepare for the EMR cluster creation.
|
| 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.
|
EmrClusterCreateDto |
EmrHelperServiceImpl.emrCreateClusterAwsSpecificSteps(EmrClusterCreateRequest request,
EmrClusterDefinition emrClusterDefinition,
EmrClusterAlternateKeyDto emrClusterAlternateKeyDto)
Executes S3 specific steps for EMR cluster creation.
|
EmrClusterDefinition |
EmrHelperServiceImpl.emrPreCreateClusterSteps(EmrClusterAlternateKeyDto emrClusterAlternateKeyDto,
EmrClusterCreateRequest request)
Executes steps required to prepare for the EMR cluster creation.
|
Copyright © 2019. All rights reserved.