| Package | Description |
|---|---|
| org.finra.herd.dao.impl | |
| org.finra.herd.model.api.xml |
| Modifier and Type | Method and Description |
|---|---|
protected com.amazonaws.services.elasticmapreduce.model.KerberosAttributes |
EmrDaoImpl.getKerberosAttributes(EmrClusterDefinitionKerberosAttributes emrClusterDefinitionKerberosAttributes)
Creates an instance of
KerberosAttributes from a given instance of EmrClusterDefinitionKerberosAttributes. |
| Modifier and Type | Field and Description |
|---|---|
protected EmrClusterDefinitionKerberosAttributes |
EmrClusterDefinition.kerberosAttributes |
| Modifier and Type | Method and Description |
|---|---|
EmrClusterDefinitionKerberosAttributes |
ObjectFactory.createEmrClusterDefinitionKerberosAttributes()
Create an instance of
EmrClusterDefinitionKerberosAttributes |
EmrClusterDefinitionKerberosAttributes |
EmrClusterDefinition.getKerberosAttributes()
Gets the value of the kerberosAttributes property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmrClusterDefinition.setKerberosAttributes(EmrClusterDefinitionKerberosAttributes value)
Sets the value of the kerberosAttributes property.
|
| Constructor and Description |
|---|
EmrClusterDefinition(String sshKeyPairName,
String subnetId,
String logBucket,
Boolean keepAlive,
Boolean visibleToAll,
Boolean terminationProtection,
Boolean encryptionEnabled,
String accountId,
String serviceIamRole,
String ec2NodeIamProfileName,
String amiVersion,
String releaseLabel,
String hadoopVersion,
String hiveVersion,
String pigVersion,
Boolean installOozie,
List<ScriptDefinition> customBootstrapActionMaster,
List<ScriptDefinition> customBootstrapActionAll,
String additionalInfo,
InstanceDefinitions instanceDefinitions,
List<EmrClusterDefinitionInstanceFleet> instanceFleets,
List<NodeTag> nodeTags,
String supportedProduct,
List<EmrClusterDefinitionApplication> applications,
List<EmrClusterDefinitionConfiguration> configurations,
List<Parameter> daemonConfigurations,
List<Serializable> hadoopConfigurations,
List<HadoopJarStep> hadoopJarSteps,
List<String> additionalMasterSecurityGroups,
List<String> additionalSlaveSecurityGroups,
String securityConfiguration,
String masterSecurityGroup,
String slaveSecurityGroup,
String scaleDownBehavior,
EmrClusterDefinitionKerberosAttributes kerberosAttributes)
Fully-initialising value constructor
|
Copyright © 2019. All rights reserved.