Class ResourcesReductionValidator
java.lang.Object
com.yahoo.vespa.model.application.validation.change.ResourcesReductionValidator
- All Implemented Interfaces:
ChangeValidator
Checks that resources per document per node is reduced too much in one go.
- Author:
- bratseth
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(Validation.ChangeContext context) Validates changes from the previous to the next model.
-
Constructor Details
-
ResourcesReductionValidator
public ResourcesReductionValidator()
-
-
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
-