Uses of Class
com.yammer.metrics.core.WavefrontHistogram.MinuteBin
-
Packages that use WavefrontHistogram.MinuteBin Package Description com.yammer.metrics.core -
-
Uses of WavefrontHistogram.MinuteBin in com.yammer.metrics.core
Methods in com.yammer.metrics.core that return types with arguments of type WavefrontHistogram.MinuteBin Modifier and Type Method Description List<WavefrontHistogram.MinuteBin>WavefrontHistogram. bins(boolean clear)Aggregates all the bins prior to the current minute This is because threads might be updating the current minute bin while the bins() method is invoked
-