Interface CounterSnapshot
-
@Internal public interface CounterSnapshot
Represents a snapshot of the counter.- Since:
- 5.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull String
getName()
long
getValue()
-
-
-
Method Detail
-
getName
@NonNull String getName()
-
getValue
long getValue()
-
-