Searched refs:atomTimestampData (Results 1 – 1 of 1) sorted by relevance
427 List<Pair<Atom, Long>> atomTimestampData = new ArrayList<>(); in backfillGaugeBucket() local430 atomTimestampData.add(Pair.create(atomInfo.getAtom(), timestampNs)); in backfillGaugeBucket()433 atomTimestampData.sort(Comparator.comparing(o -> o.second)); in backfillGaugeBucket()435 for (Pair<Atom, Long> atomTimestamp : atomTimestampData) { in backfillGaugeBucket()