public interface IStatisticsHandlerKeyedNumeric extends IStatisticsHandlerKeyed
| Modifier and Type | Method and Description |
|---|---|
long |
getAverage(String sKey) |
long |
getMax(String sKey) |
long |
getMin(String sKey) |
BigInteger |
getSum(String sKey) |
getAllKeys, getInvocationCountgetInvocationCount@Nullable BigInteger getSum(@Nullable String sKey)
sKey - The key to be queried.null if no such key
exists.@CheckForSigned long getMin(@Nullable String sKey)
sKey - The key to be queried.CGlobal.ILLEGAL_ULONG if no such key
exists.@CheckForSigned long getAverage(@Nullable String sKey)
sKey - The key to be queried.CGlobal.ILLEGAL_ULONG if no such key
exists.@CheckForSigned long getMax(@Nullable String sKey)
sKey - The key to be queried.CGlobal.ILLEGAL_ULONG if no such key
exists.Copyright © 2014–2020 Philip Helger. All rights reserved.