Class PagedAttributesRemoteStorageValidator

java.lang.Object
com.yahoo.vespa.model.application.validation.PagedAttributesRemoteStorageValidator
All Implemented Interfaces:
Validator

public class PagedAttributesRemoteStorageValidator extends Object implements Validator
Validates and logs a warning (with deploy logger) when paged attributes are used in a content cluster with nodes with remote storage
Author:
hmusum
  • Constructor Details

    • PagedAttributesRemoteStorageValidator

      public PagedAttributesRemoteStorageValidator()
  • Method Details

    • validate

      public void validate(Validation.Context context)
      Description copied from interface: Validator
      Validates the input Vespa model; illegal configuration should be reported through the context, while other problems (system error, insufficient quota, etc.) should be thrown.
      Specified by:
      validate in interface Validator