| Package | Description |
|---|---|
| wavefront.report |
| Modifier and Type | Method and Description |
|---|---|
Histogram |
Histogram.Builder.build() |
static Histogram |
Histogram.fromByteBuffer(ByteBuffer b)
Deserializes a Histogram from a ByteBuffer.
|
| Modifier and Type | Method and 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 specified
SchemaStore. |
static org.apache.avro.message.BinaryMessageDecoder<Histogram> |
Histogram.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static Histogram.Builder |
Histogram.newBuilder(Histogram other)
Creates a new Histogram RecordBuilder by copying an existing Histogram instance.
|
void |
ReportPoint.setValue(Histogram value) |
ReportPoint.Builder |
ReportPoint.Builder.setValue(Histogram value)
Sets the value of the 'value' field.
|
Copyright © 2017. All rights reserved.