Package | Description |
---|---|
org.apache.ambari.server.api.query.render | |
org.apache.ambari.server.topology | |
org.apache.ambari.server.topology.validators |
Modifier and Type | Method and Description |
---|---|
protected ClusterTopology |
ClusterBlueprintRenderer.createClusterTopology(TreeNode<Resource> clusterNode) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterTopologyImpl.addHostToTopology(String hostGroupName,
String host) |
void |
ClusterTopology.addHostToTopology(String hostGroupName,
String host)
Add a new host to the topology.
|
protected LogicalRequest |
TopologyManager.processAndPersistProvisionClusterTopologyRequest(ProvisionClusterRequest request,
ClusterTopology topology,
Long logicalRequestId)
Creates and persists a
PersistedTopologyRequest and a LogicalRequest for the provided
provision cluster request and topology. |
protected LogicalRequest |
TopologyManager.processAndPersistTopologyRequest(BaseClusterRequest request,
ClusterTopology topology,
Long logicalRequestId)
Creates and persists a
PersistedTopologyRequest and a LogicalRequest for the provided request and topology. |
RequestStatusResponse |
TopologyManager.provisionCluster(ProvisionClusterRequest request) |
RequestStatusResponse |
TopologyManager.scaleHosts(ScaleClusterRequest request) |
void |
ClusterTopologyImpl.update(TopologyRequest topologyRequest) |
void |
ClusterTopology.update(TopologyRequest topologyRequest)
Update the existing topology based on the provided topology request.
|
void |
TopologyValidator.validate(ClusterTopology topology) |
void |
BlueprintImpl.validateRequiredProperties()
Validate blueprint configuration.
|
void |
Blueprint.validateRequiredProperties()
Validate that the blueprint contains all of the required properties.
|
void |
BlueprintValidatorImpl.validateRequiredProperties() |
void |
BlueprintValidator.validateRequiredProperties()
Validate that required properties are provided.
|
void |
BlueprintImpl.validateTopology() |
void |
Blueprint.validateTopology()
Validate the blueprint topology.
|
void |
BlueprintValidatorImpl.validateTopology() |
void |
BlueprintValidator.validateTopology()
Validate blueprint topology.
|
Constructor and Description |
---|
ClusterTopologyImpl(AmbariContext ambariContext,
TopologyRequest topologyRequest) |
Modifier and Type | Method and Description |
---|---|
void |
UnitValidator.validate(ClusterTopology topology) |
void |
NameNodeHaValidator.validate(ClusterTopology topology) |
void |
HiveServiceValidator.validate(ClusterTopology topology) |
void |
RequiredConfigPropertiesValidator.validate(ClusterTopology topology)
Validates the configuration coming from the blueprint and cluster creation template and ensures that all the required properties are provided.
|
void |
ClusterConfigTypeValidator.validate(ClusterTopology topology) |
void |
StackConfigTypeValidator.validate(ClusterTopology topology) |
void |
RequiredPasswordValidator.validate(ClusterTopology topology)
Validate that all required password properties have been set or that 'default_password' is specified.
|
void |
ChainedTopologyValidator.validate(ClusterTopology topology) |
void |
NameNodeHaValidator.validateExternalNamenodeHa(ClusterTopology topology)
Verifies that all respective properties are set for an external NANENODE HA setup
|
void |
TopologyValidatorService.validateTopologyConfiguration(ClusterTopology clusterTopology) |
Copyright © 2022 Apache Software Foundation. All rights reserved.