Class IndexedSearchClusterChangeValidator

  • All Implemented Interfaces:
    ChangeValidator

    public class IndexedSearchClusterChangeValidator
    extends java.lang.Object
    implements ChangeValidator
    Validates the changes between all current and next indexed search clusters in a vespa model.
    Since:
    2014-11-18
    Author:
    geirst
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<com.yahoo.config.model.api.ConfigChangeAction> validate​(VespaModel current, VespaModel next, com.yahoo.config.application.api.ValidationOverrides overrides, java.time.Instant now)
      Validates the current active vespa model with the next model.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IndexedSearchClusterChangeValidator

        public IndexedSearchClusterChangeValidator()
    • Method Detail

      • validate

        public java.util.List<com.yahoo.config.model.api.ConfigChangeAction> validate​(VespaModel current,
                                                                                      VespaModel next,
                                                                                      com.yahoo.config.application.api.ValidationOverrides overrides,
                                                                                      java.time.Instant now)
        Description copied from interface: ChangeValidator
        Validates the current active vespa model with the next model. Both current and next should be non-null.
        Specified by:
        validate in interface ChangeValidator
        Parameters:
        current - the current active model
        next - the next model we would like to activate
        overrides - validation overrides
        now - the instant to use as now
        Returns:
        a list of actions specifying what needs to be done in order to activate the new model. Return an empty list if nothing needs to be done