Class ConfigValueChangeValidator

java.lang.Object
com.yahoo.vespa.model.application.validation.change.ConfigValueChangeValidator
All Implemented Interfaces:
ChangeValidator

public class ConfigValueChangeValidator extends Object implements ChangeValidator
Compares the config instances in the current and next Vespa model to determine if some services will require restart. The configs used by a given service is deduced from the RestartConfigs annotation.
Author:
bjorncs
  • Constructor Details

    • ConfigValueChangeValidator

      public ConfigValueChangeValidator()
  • Method Details