Interface Statistics
-
- All Known Implementing Classes:
CacheStatistics
public interface Statistics
Represents instrumentation data on a 'name'. The keys of the map identify each instrument.- Since:
- 5.10
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLoggingKey()
String
getName()
Object
getStats()
List<String>
getTags()
-