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.
|
Histogram.Builder |
ReportHistogram.Builder.getValueBuilder() |
Gets the Builder instance for the 'value' field and creates one if it doesn't exist yet.
|
static Histogram.Builder |
Histogram.newBuilder() |
Creates a new Histogram RecordBuilder.
|
static Histogram.Builder |
Histogram.newBuilder(Histogram other) |
Creates a new Histogram RecordBuilder by copying an existing Histogram instance.
|
static Histogram.Builder |
Histogram.newBuilder(Histogram.Builder other) |
Creates a new Histogram RecordBuilder by copying an existing Builder.
|
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.
|