Searched refs:labelIndices (Results 1 – 1 of 1) sorted by relevance
30 private Map<String, Integer> labelIndices; field in ProfilingPointSummary40 labelIndices = new HashMap<>(); in ProfilingPointSummary()54 return labelIndices.containsKey(label); in hasLabel()65 return statSummaries.get(labelIndices.get(label)); in getStatSummary()85 if (!labelIndices.containsKey(label)) { in update()86 labelIndices.put(label, statSummaries.size()); in update()107 if (!labelIndices.containsKey(label)) { in updateLabel()108 labelIndices.put(label, labels.size()); in updateLabel()144 return statSummaries.get(labelIndices.get(label)); in iterator()