|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatisticsSourceEnabled
Method Summary | |
---|---|
double |
getHitCount(String key)
Returns sum for all hit count for given key. |
double |
getHitCountSum()
Returns all hit count for this statistics source (sum of all hit counts for all contained key's). |
Map<String,Double> |
getHits()
Returns unordered Map of summed value of all hit |
Map<String,Long> |
getHits(long time)
Returns unordered Map , where key is source name and value is
sum of hit count, limited only to entry's that are younger then time parameter |
long |
getRequestCount(String key,
long time)
Returns hit count for particular key in particular time |
Method Detail |
---|
double getHitCount(String key)
key
-
double getHitCountSum()
Map<String,Double> getHits()
Map
of summed value of all hit
Map<String,Long> getHits(long time)
Map
, where key
is source name and value
is
sum of hit count, limited only to entry's that are younger then time
parameter
time
-
long getRequestCount(String key, long time)
key
in particular time
key
- time
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |