Searched refs:labelCounts (Results 1 – 1 of 1) sorted by relevance
85 @Index private List<String> labelCounts; field in ProfilingPointSummaryEntity262 List<Long> labelCounts = new ArrayList<>(); in toEntity() local270 labelCounts.add(new Long(labelStat.getCount())); in toEntity()277 profilingSummary.setUnindexedProperty(LABEL_COUNTS, labelCounts); in toEntity()330 List<Long> labelCounts = (List<Long>) e.getProperty(LABEL_COUNTS); in fromEntity() local335 || labels.size() != labelCounts.size()) { in fromEntity()347 labelCounts.get(i).intValue(), in fromEntity()