public interface IStatisticsHandlerKeyedCounter extends IStatisticsHandlerKeyed
| Modifier and Type | Method and Description |
|---|---|
long |
getCount(String sKey)
Get the count of a certain key.
|
getAllKeys, getInvocationCountgetInvocationCountlong getCount(@Nullable String sKey)
sKey - The key to retrieve the count fromCGlobal.ILLEGAL_ULONG if no such key is
present.Copyright © 2014–2016 Philip Helger. All rights reserved.