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 longgetCount()SnapshotgetSnapshot()voidupdate(int value)voidupdate(long value) 
 - 
 
- 
- 
Method Detail
- 
getCount
public long getCount()
 
- 
getSnapshot
public Snapshot getSnapshot()
- Specified by:
 getSnapshotin interfaceHistogram- Specified by:
 getSnapshotin interfaceSampling
 
 - 
 
 -