| Package | Description |
|---|---|
| wavefront.report |
| Modifier and Type | Method and Description |
|---|---|
Histogram.Builder |
Histogram.Builder.clearBins()
Clears the value of the 'bins' field.
|
Histogram.Builder |
Histogram.Builder.clearCounts()
Clears the value of the 'counts' field.
|
Histogram.Builder |
Histogram.Builder.clearDuration()
Clears the value of the 'duration' field.
|
Histogram.Builder |
Histogram.Builder.clearType()
Clears the value of the 'type' field.
|
static Histogram.Builder |
Histogram.newBuilder()
Creates a new Histogram RecordBuilder.
|
static Histogram.Builder |
Histogram.newBuilder(Histogram.Builder other)
Creates a new Histogram RecordBuilder by copying an existing Builder.
|
static Histogram.Builder |
Histogram.newBuilder(Histogram other)
Creates a new Histogram RecordBuilder by copying an existing Histogram instance.
|
Histogram.Builder |
Histogram.Builder.setBins(List<Double> value)
Sets the value of the 'bins' field.
|
Histogram.Builder |
Histogram.Builder.setCounts(List<Integer> value)
Sets the value of the 'counts' field.
|
Histogram.Builder |
Histogram.Builder.setDuration(int value)
Sets the value of the 'duration' field.
|
Histogram.Builder |
Histogram.Builder.setType(HistogramType value)
Sets the value of the 'type' field.
|
| Modifier and Type | Method and Description |
|---|---|
static Histogram.Builder |
Histogram.newBuilder(Histogram.Builder other)
Creates a new Histogram RecordBuilder by copying an existing Builder.
|
Copyright © 2017. All rights reserved.