Package io.split.client.impressions
Class ImpressionCounter
- java.lang.Object
-
- io.split.client.impressions.ImpressionCounter
-
public class ImpressionCounter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImpressionCounter.Key
-
Constructor Summary
Constructors Constructor Description ImpressionCounter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinc(String featureFlagName, long timeFrame, int amount)booleanisEmpty()HashMap<ImpressionCounter.Key,Integer>popAll()
-
-
-
Method Detail
-
inc
public void inc(String featureFlagName, long timeFrame, int amount)
-
popAll
public HashMap<ImpressionCounter.Key,Integer> popAll()
-
isEmpty
public boolean isEmpty()
-
-