Uses of Class
wavefront.report.Histogram
-
Packages that use Histogram Package Description wavefront.report -
-
Uses of Histogram in wavefront.report
Fields in wavefront.report declared as Histogram Modifier and Type Field Description HistogramReportHistogram. valueDeprecated.Methods in wavefront.report that return Histogram Modifier and Type Method Description HistogramHistogram.Builder. build()static HistogramHistogram. fromByteBuffer(ByteBuffer b)Deserializes a Histogram from a ByteBuffer.HistogramReportHistogram.Builder. getValue()Gets the value of the 'value' field.HistogramReportHistogram. getValue()Gets the value of the 'value' field.Methods in wavefront.report that return types with arguments of type Histogram Modifier and Type Method Description static org.apache.avro.message.BinaryMessageDecoder<Histogram>Histogram. createDecoder(org.apache.avro.message.SchemaStore resolver)Create a new BinaryMessageDecoder instance for this class that uses the specifiedSchemaStore.static org.apache.avro.message.BinaryMessageDecoder<Histogram>Histogram. getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<Histogram>Histogram. getEncoder()Return the BinaryMessageEncoder instance used by this class.Methods in wavefront.report with parameters of type Histogram Modifier and Type Method Description static Histogram.BuilderHistogram. newBuilder(Histogram other)Creates a new Histogram RecordBuilder by copying an existing Histogram instance.ReportHistogram.BuilderReportHistogram.Builder. setValue(Histogram value)Sets the value of the 'value' field.voidReportHistogram. setValue(Histogram value)Sets the value of the 'value' field.ReportPoint.BuilderReportPoint.Builder. setValue(Histogram value)Sets the value of the 'value' field.voidReportPoint. setValue(Histogram value)Constructors in wavefront.report with parameters of type Histogram Constructor Description ReportHistogram(String metric, Long timestamp, Histogram value, String host, String customer, List<Annotation> annotations)All-args constructor.
-