Class NBLabelsValidator

java.lang.Object
io.nosqlbench.nb.api.labels.NBLabelsValidator
All Implemented Interfaces:
Function<NBLabels,NBLabels>

public class NBLabelsValidator extends Object implements Function<NBLabels,NBLabels>
Validate a set of labels to ensure conformance to a labeling standard.
  1. Required label names are specified as "+label"
  2. Disallowed label names are specified as "-label"
  3. Other specifiers or formats are ignored by this validator.