Interface ChangeValidator
- All Known Implementing Classes:
CertificateRemovalChangeValidator,ConfigValueChangeValidator,ContainerRestartValidator,ContentClusterRemovalValidator,ContentTypeRemovalValidator,GlobalDocumentChangeValidator,IndexedSearchClusterChangeValidator,IndexingModeChangeValidator,NodeResourceChangeValidator,RedundancyValidator,ResourcesReductionValidator,RestartOnDeployForLocalLLMValidator,RestartOnDeployForOnnxModelChangesValidator,StartupCommandChangeValidator,StreamingSearchClusterChangeValidator
public interface ChangeValidator
Interface for validating changes between a current active and next config model.
- Author:
- geirst
-
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(Validation.ChangeContext context) Validates changes from the previous to the next model.
-
Method Details
-
validate
Validates changes from the previous to the next model. Necessary actions by the user should be reported through the context; seeValidatorfor more details.
-