public class ImpressionCounter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ImpressionCounter.Key |
| Constructor and Description |
|---|
ImpressionCounter() |
| Modifier and Type | Method and Description |
|---|---|
void |
inc(String featureName,
long timeFrame,
int amount) |
boolean |
isEmpty() |
HashMap<ImpressionCounter.Key,Integer> |
popAll() |
public void inc(String featureName, long timeFrame, int amount)
public HashMap<ImpressionCounter.Key,Integer> popAll()
public boolean isEmpty()
Copyright © 2021. All rights reserved.