Class IndexedSearchClusterChangeValidator
java.lang.Object
com.yahoo.vespa.model.application.validation.change.IndexedSearchClusterChangeValidator
- All Implemented Interfaces:
ChangeValidator
Validates the changes between all current and next indexed search clusters in a vespa model.
- Author:
- geirst
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(Validation.ChangeContext context) Validates changes from the previous to the next model.
-
Constructor Details
-
IndexedSearchClusterChangeValidator
public IndexedSearchClusterChangeValidator()
-
-
Method Details
-
validate
Description copied from interface:ChangeValidatorValidates changes from the previous to the next model. Necessary actions by the user should be reported through the context; seeValidatorfor more details.- Specified by:
validatein interfaceChangeValidator
-