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