| Package | Description |
|---|---|
| wavefront.report |
| Modifier and Type | Field and Description |
|---|---|
HistogramType |
Histogram.type
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
HistogramType |
Histogram.getType()
Gets the value of the 'type' field.
|
HistogramType |
Histogram.Builder.getType()
Gets the value of the 'type' field.
|
static HistogramType |
HistogramType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistogramType[] |
HistogramType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Histogram.setType(HistogramType value)
Sets the value of the 'type' field.
|
Histogram.Builder |
Histogram.Builder.setType(HistogramType value)
Sets the value of the 'type' field.
|
| Constructor and Description |
|---|
Histogram(Integer duration,
HistogramType type,
List<Double> bins,
List<Integer> counts)
All-args constructor.
|
Copyright © 2018. All rights reserved.