Package io.helidon.dbclient.metrics.jdbc
Class JdbcMetricsHistogram
- java.lang.Object
-
- io.helidon.dbclient.metrics.jdbc.JdbcMetricsHistogram
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getCount()
Snapshot
getSnapshot()
void
update(int value)
void
update(long value)
-
-
-
Method Detail
-
getCount
public long getCount()
-
getSnapshot
public Snapshot getSnapshot()
- Specified by:
getSnapshot
in interfaceHistogram
- Specified by:
getSnapshot
in interfaceSampling
-
-