public interface IStatisticsHandlerKeyedSize extends StatisticsHandlerKeyedSizeMBean
StatisticsHandlerKeyedSizeMBean| Modifier and Type | Method and Description |
|---|---|
void |
addSize(String sKey,
long nSize)
Add a new size
|
getAverage, getMax, getMin, getSumgetAllKeys, getInvocationCountgetAsString, getInvocationCountvoid addSize(@Nullable String sKey, @Nonnegative long nSize)
sKey - The key to be incremented.nSize - The size to be added. Must be ≥ 0 as sizes cannot be negative.Copyright © 2006–2015 phloc systems. All rights reserved.