Searched defs:configKey (Results 1 – 2 of 2) sorted by relevance
350 protected void addStatsConfig(long configKey, byte[] config) throws StatsUnavailableException { in addStatsConfig()360 protected void removeStatsConfig(long configKey) throws StatsUnavailableException { in removeStatsConfig()370 protected byte[] getStatsReports(long configKey) throws StatsUnavailableException { in getStatsReports()
225 String configKey = configKeys.next(); in parseJsonAndUpdateApplicationConfigMap() local