Uses of Class
com.yammer.metrics.core.HistogramMetric.SampleType

Packages that use HistogramMetric.SampleType
com.yammer.metrics.core   
 

Uses of HistogramMetric.SampleType in com.yammer.metrics.core
 

Methods in com.yammer.metrics.core that return HistogramMetric.SampleType
static HistogramMetric.SampleType HistogramMetric.SampleType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HistogramMetric.SampleType[] HistogramMetric.SampleType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.yammer.metrics.core with parameters of type HistogramMetric.SampleType
HistogramMetric(HistogramMetric.SampleType type)
          Creates a new HistogramMetric with the given sample type.
 



Copyright © 2011. All Rights Reserved.