Searched refs:topicsSet (Results 1 – 1 of 1) sorted by relevance
360 Set<Integer> topicsSet = new HashSet<>(); in getTopicsInEpochRange() local367 if (topic != null && !topicsSet.contains(topic.getTopic())) { in getTopicsInEpochRange()369 topicsSet.add(topic.getTopic()); in getTopicsInEpochRange()