| Package | Description |
|---|---|
| com.github.rollingmetrics.histogram | |
| com.github.rollingmetrics.histogram.hdr |
| Modifier and Type | Method and Description |
|---|---|
static OverflowResolver |
OverflowResolver.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OverflowResolver[] |
OverflowResolver.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<OverflowResolver> |
RecorderSettings.getOverflowResolver() |
| Modifier and Type | Method and Description |
|---|---|
RollingHdrHistogramBuilder |
RollingHdrHistogramBuilder.withHighestTrackableValue(long highestTrackableValue,
OverflowResolver overflowResolver)
Configures the highest value to be tracked by the histogram.
|
RecorderSettings |
RecorderSettings.withHighestTrackableValue(long highestTrackableValue,
OverflowResolver overflowResolver) |
| Constructor and Description |
|---|
RecorderSettings(int numberOfSignificantValueDigits,
Optional<Long> lowestDiscernibleValue,
Optional<double[]> predefinedPercentiles,
Optional<Long> highestTrackableValue,
Optional<OverflowResolver> overflowResolver,
Optional<Long> expectedIntervalBetweenValueSamples) |
Copyright © 2020. All rights reserved.