public abstract class KeyCountCollector<T> extends AbstractCollector
| Constructor and Description |
|---|
KeyCountCollector(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
collect(Request request) |
protected abstract T |
getKey(Request request) |
int |
getReportMax() |
void |
report() |
KeyCountCollector<T> |
setReportMax(int reportMax) |
getNamepublic KeyCountCollector(String name)
public final void collect(Request request)
public final void report()
public int getReportMax()
public KeyCountCollector<T> setReportMax(int reportMax)
Copyright © 2015 Molindo GmbH. All Rights Reserved.