JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.eclipse.microprofile.metrics
Interface Counting
All Known Subinterfaces:
Counter
,
Histogram
,
Meter
,
Metered
,
Timer
public interface
Counting
An interface for metric types which have counts.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
long
getCount
()
Returns the current count.
Method Detail
getCount
long getCount()
Returns the current count.
Returns:
the current count
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method