public class DataSketchesSummaryLogger extends Object
| Constructor and Description |
|---|
DataSketchesSummaryLogger() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
double |
getQuantileValue(double quantile) |
long |
getSum() |
void |
registerEvent(long eventLatency,
TimeUnit unit) |
void |
rotateLatencyCollection() |
public void registerEvent(long eventLatency,
TimeUnit unit)
public void rotateLatencyCollection()
public long getCount()
public long getSum()
public double getQuantileValue(double quantile)
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.