Class StreamingSearchClusterChangeValidator
java.lang.Object
com.yahoo.vespa.model.application.validation.change.StreamingSearchClusterChangeValidator
- All Implemented Interfaces:
ChangeValidator
Validates the changes between all current and next streaming 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
-
StreamingSearchClusterChangeValidator
public StreamingSearchClusterChangeValidator()
-
-
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
-