|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Histogram in org.HdrHistogram |
|---|
| Methods in org.HdrHistogram that return Histogram | |
|---|---|
Histogram |
Histogram.copy()
|
Histogram |
Histogram.copyCorrectedForCoordinatedOmission(long expectedIntervalBetweenValueSamples)
|
static Histogram |
Histogram.decodeFromByteBuffer(ByteBuffer buffer,
long minBarForHighestTrackableValue)
Construct a new histogram by decoding it from a ByteBuffer. |
static Histogram |
Histogram.decodeFromCompressedByteBuffer(ByteBuffer buffer,
long minBarForHighestTrackableValue)
Construct a new histogram by decoding it from a compressed form in a ByteBuffer. |
Histogram |
HistogramLogReader.nextAbsoluteIntervalHistogram(Double absoluteStartTimeSec,
Double absoluteEndTimeSec)
Read the next interval histogram from the log, if interval falls within an absolute time range |
Histogram |
HistogramLogReader.nextIntervalHistogram()
Read the next interval histogram from the log. |
Histogram |
HistogramLogReader.nextIntervalHistogram(Double startTimeSec,
Double endTimeSec)
Read the next interval histogram from the log, if interval falls within a time range. |
| Methods in org.HdrHistogram with parameters of type Histogram | |
|---|---|
void |
HistogramLogWriter.outputIntervalHistogram(double startTimeStampSec,
double endTimeStampSec,
Histogram histogram)
Output an interval histogram, with the given timestamp. |
void |
HistogramLogWriter.outputIntervalHistogram(Histogram histogram)
Output an interval histogram, using the timestamp indicated in the histogram. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||