| Constructor and Description |
|---|
IndicatorResetCountMin4(Config config) |
| Modifier and Type | Method and Description |
|---|---|
int |
frequency(long e)
Returns the estimated number of times the element was seen.
|
int |
getEventsToCount() |
int |
getHintCount() |
int |
getHintSum() |
int |
getPeriod() |
void |
increment(long e)
Increments the popularity of the element.
|
void |
reportMiss()
Feedback to allow for adaptability.
|
public IndicatorResetCountMin4(Config config)
public int frequency(long e)
Frequencypublic void increment(long e)
Frequencypublic void reportMiss()
FrequencyreportMiss in interface Frequencypublic int getEventsToCount()
public int getPeriod()
public int getHintSum()
public int getHintCount()