| Package | Description |
|---|---|
| com.wavefront.common | |
| wavefront.report |
| Modifier and Type | Method and Description |
|---|---|
void |
TaggedMetricName.updatePointBuilder(ReportPoint.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
ReportPoint.Builder |
ReportPoint.Builder.clearAnnotations()
Clears the value of the 'annotations' field.
|
ReportPoint.Builder |
ReportPoint.Builder.clearHost()
Clears the value of the 'host' field.
|
ReportPoint.Builder |
ReportPoint.Builder.clearMetric()
Clears the value of the 'metric' field.
|
ReportPoint.Builder |
ReportPoint.Builder.clearTable()
Clears the value of the 'table' field.
|
ReportPoint.Builder |
ReportPoint.Builder.clearTimestamp()
Clears the value of the 'timestamp' field.
|
ReportPoint.Builder |
ReportPoint.Builder.clearValue()
Clears the value of the 'value' field.
|
static ReportPoint.Builder |
ReportPoint.newBuilder()
Creates a new ReportPoint RecordBuilder.
|
static ReportPoint.Builder |
ReportPoint.newBuilder(ReportPoint.Builder other)
Creates a new ReportPoint RecordBuilder by copying an existing Builder.
|
static ReportPoint.Builder |
ReportPoint.newBuilder(ReportPoint other)
Creates a new ReportPoint RecordBuilder by copying an existing ReportPoint instance.
|
ReportPoint.Builder |
ReportPoint.Builder.setAnnotations(Map<String,String> value)
Sets the value of the 'annotations' field.
|
ReportPoint.Builder |
ReportPoint.Builder.setHost(String value)
Sets the value of the 'host' field.
|
ReportPoint.Builder |
ReportPoint.Builder.setMetric(String value)
Sets the value of the 'metric' field.
|
ReportPoint.Builder |
ReportPoint.Builder.setTable(String value)
Sets the value of the 'table' field.
|
ReportPoint.Builder |
ReportPoint.Builder.setTimestamp(long value)
Sets the value of the 'timestamp' field.
|
ReportPoint.Builder |
ReportPoint.Builder.setValue(double value)
Sets the value of the 'value' field.
|
ReportPoint.Builder |
ReportPoint.Builder.setValue(Histogram value)
Sets the value of the 'value' field.
|
ReportPoint.Builder |
ReportPoint.Builder.setValue(long value)
Sets the value of the 'value' field.
|
ReportPoint.Builder |
ReportPoint.Builder.setValue(String value)
Sets the value of the 'value' field.
|
| Modifier and Type | Method and Description |
|---|---|
static ReportPoint.Builder |
ReportPoint.newBuilder(ReportPoint.Builder other)
Creates a new ReportPoint RecordBuilder by copying an existing Builder.
|
Copyright © 2018. All rights reserved.