Class ContentClusterRemovalValidator

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

public class ContentClusterRemovalValidator extends Object implements ChangeValidator
Checks that this does not remove a content cluster (or changes its id) as that means losing all data of that cluster.
Author:
bratseth
  • Constructor Details

    • ContentClusterRemovalValidator

      public ContentClusterRemovalValidator()
  • Method Details