Uses of Class
io.split.client.impressions.ImpressionCounter.Key
-
Packages that use ImpressionCounter.Key Package Description io.split.client.dtos io.split.client.impressions -
-
Uses of ImpressionCounter.Key in io.split.client.dtos
Method parameters in io.split.client.dtos with type arguments of type ImpressionCounter.Key Modifier and Type Method Description static ImpressionCountImpressionCount. fromImpressionCounterData(Map<ImpressionCounter.Key,Integer> raw) -
Uses of ImpressionCounter.Key in io.split.client.impressions
Methods in io.split.client.impressions that return types with arguments of type ImpressionCounter.Key Modifier and Type Method Description HashMap<ImpressionCounter.Key,Integer>ImpressionCounter. popAll()Method parameters in io.split.client.impressions with type arguments of type ImpressionCounter.Key Modifier and Type Method Description voidHttpImpressionsSender. postCounters(HashMap<ImpressionCounter.Key,Integer> raw)voidImpressionsSender. postCounters(HashMap<ImpressionCounter.Key,Integer> raw)voidPluggableImpressionSender. postCounters(HashMap<ImpressionCounter.Key,Integer> counts)
-