public final class YammerHistogramUtils extends Object
| Modifier and Type | Method and Description | 
|---|---|
static String | 
getHistogramReport(com.yammer.metrics.core.Histogram hist)  | 
static String | 
getPrettyHistogramReport(com.yammer.metrics.core.Histogram h)  | 
static String | 
getShortHistogramReport(com.yammer.metrics.core.Histogram hist)  | 
static com.yammer.metrics.core.Histogram | 
newHistogram(com.yammer.metrics.stats.Sample sample)
Create a new  
Histogram instance. | 
public static com.yammer.metrics.core.Histogram newHistogram(com.yammer.metrics.stats.Sample sample)
Histogram instance. These constructors are
 not public in 2.2.0, so we use reflection to find them.public static String getShortHistogramReport(com.yammer.metrics.core.Histogram hist)
hist.public static String getHistogramReport(com.yammer.metrics.core.Histogram hist)
hist.public static String getPrettyHistogramReport(com.yammer.metrics.core.Histogram h)
hist.Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.