Class PagedAttributesRemoteStorageValidator
java.lang.Object
com.yahoo.vespa.model.application.validation.PagedAttributesRemoteStorageValidator
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(Validation.Context context) Validates the input Vespa model; illegal configuration should be reported through the context, while other problems (system error, insufficient quota, etc.) should be thrown.
-
Constructor Details
-
PagedAttributesRemoteStorageValidator
public PagedAttributesRemoteStorageValidator()
-
-
Method Details