| Constructor and Description |
|---|
FlinkHistogram(org.apache.flink.metrics.Histogram wrapped) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount()
Get the count of seen elements.
|
HistogramStatistics |
getStatistics()
Create statistics for the currently recorded elements.
|
void |
update(long value)
Update the histogram with the given value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMetricTypepublic void update(long value)
Histogrampublic long getCount()
Histogrampublic HistogramStatistics getStatistics()
HistogramgetStatistics in interface HistogramCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.