Searched refs:getTopicIds (Results 1 – 4 of 4) sorted by relevance
37 public abstract List<Integer> getTopicIds(); in getTopicIds() method in GetTopicsReportedStats
57 public abstract ImmutableList<Integer> getTopicIds(); in getTopicIds() method in EpochComputationClassifierStats
326 if (stats.getTopicIds() != null) { in logGetTopicsReportedStats()327 topicIds = stats.getTopicIds().stream().mapToInt(Integer::intValue).toArray(); in logGetTopicsReportedStats()372 int[] topicIds = stats.getTopicIds().stream().mapToInt(Integer::intValue).toArray(); in logEpochComputationClassifierStats()
938 assertThat(argument.getAllValues().get(0).getTopicIds()) in testGetTopics_verifyLogs()945 assertThat(argument.getAllValues().get(1).getTopicIds()).containsExactly(topic1.getTopic()); in testGetTopics_verifyLogs()951 assertThat(argument.getAllValues().get(2).getTopicIds()).containsExactly(topic1.getTopic()); in testGetTopics_verifyLogs()1263 assertThat(argument.getAllValues().get(0).getTopicIds()).containsExactly(11, 33); in testGetTopics_verifyLogsWithRandomizedResponse()1269 assertThat(argument.getAllValues().get(1).getTopicIds()).containsExactly(11); in testGetTopics_verifyLogsWithRandomizedResponse()1275 assertThat(argument.getAllValues().get(2).getTopicIds()).containsExactly(11); in testGetTopics_verifyLogsWithRandomizedResponse()