| Package | Description |
|---|---|
| com.github.rollingmetrics.histogram.hdr | |
| com.github.rollingmetrics.histogram.hdr.impl |
| Modifier and Type | Method and Description |
|---|---|
RecorderSettings |
RecorderSettings.withExpectedIntervalBetweenValueSamples(long expectedIntervalBetweenValueSamples) |
RecorderSettings |
RecorderSettings.withHighestTrackableValue(long highestTrackableValue,
OverflowResolver overflowResolver) |
RecorderSettings |
RecorderSettings.withLowestDiscernibleValue(long lowestDiscernibleValue) |
RecorderSettings |
RecorderSettings.withoutSnapshotOptimization() |
RecorderSettings |
RecorderSettings.withPredefinedPercentiles(double[] predefinedPercentiles) |
RecorderSettings |
RecorderSettings.withSignificantDigits(int numberOfSignificantValueDigits) |
| Constructor and Description |
|---|
AbstractRollingHdrHistogram(RecorderSettings recorderSettings) |
ResetByChunksRollingHdrHistogramImpl(RecorderSettings recorderSettings,
int numberHistoryChunks,
long intervalBetweenResettingMillis,
Ticker ticker,
Executor backgroundExecutor) |
ResetOnSnapshotRollingHdrHistogramImpl(RecorderSettings recorderSettings) |
UniformRollingHdrHistogramImpl(RecorderSettings recorderSettings) |
Copyright © 2020. All rights reserved.