public class RequiredConfigPropertiesValidator extends Object implements TopologyValidator
Constructor and Description |
---|
RequiredConfigPropertiesValidator() |
Modifier and Type | Method and Description |
---|---|
void |
validate(ClusterTopology topology)
Validates the configuration coming from the blueprint and cluster creation template and ensures that all the required properties are provided.
|
public void validate(ClusterTopology topology) throws InvalidTopologyException
validate
in interface TopologyValidator
topology
- the topology instance holding the configuration for cluster provisioningInvalidTopologyException
- when there are missing configuration types or properties related to services in the blueprintCopyright © 2022 Apache Software Foundation. All rights reserved.