class MetricNameValidator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
domainLimit |
private int |
nameLimit |
Constructor and Description |
---|
MetricNameValidator(int nameLimit,
int domainLimit) |
Modifier and Type | Method and Description |
---|---|
private void |
validateInstance(MetricName metricName) |
private void |
validateName(MetricName metricName) |
(package private) void |
validateNameConstraints(MetricName metricName) |
void validateNameConstraints(MetricName metricName)
private void validateInstance(MetricName metricName)
private void validateName(MetricName metricName)