Searched refs:tagKeys (Results 1 – 2 of 2) sorted by relevance
130 List<TagKey> tagKeys = new ArrayList<TagKey>(columns); in create() local131 Collections.sort(tagKeys, TAG_KEY_COMPARATOR); in create()133 name, description, measure, aggregation, Collections.unmodifiableList(tagKeys), window); in create()
274 static List<String> convertToLabelNames(List<TagKey> tagKeys) {275 final List<String> labelNames = new ArrayList<String>(tagKeys.size());276 for (TagKey tagKey : tagKeys) {