Searched refs:METRIC_SEPARATOR (Results 1 – 2 of 2) sorted by relevance
27 public static final String METRIC_SEPARATOR = ","; field in MetricUtility51 new StringBuilder().append(metric) : value.append(METRIC_SEPARATOR).append(metric)); in addMetric()66 (value == null ? new StringBuilder() : value.append(METRIC_SEPARATOR)) in addMetric()100 String[] values = value.split(METRIC_SEPARATOR); in getMetricDoubles()
95 String[] tokens = value.split(MetricUtility.METRIC_SEPARATOR);