JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.dropwizard.metrics5
Interface Summing
All Known Subinterfaces:
Metered
All Known Implementing Classes:
Histogram
,
Meter
,
Timer
public interface
Summing
An interface for metric types which aggregate a sum
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
long
getSum
()
Return the current sum.
Method Detail
getSum
long getSum()
Return the current sum.
Returns:
the current sum
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2019. All rights reserved.