Package org.apache.dubbo.metrics.data
Class ApplicationStatComposite
java.lang.Object
org.apache.dubbo.metrics.report.AbstractMetricsExport
org.apache.dubbo.metrics.data.ApplicationStatComposite
- All Implemented Interfaces:
MetricsExport
Application-level data container, for the initialized MetricsKey,
different from the null value of the Map type (the key is not displayed when there is no data),
the key is displayed and the initial data is 0 value of the AtomicLong type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexport(MetricsCategory category) export all.voidincrementSize(MetricsKey metricsKey, int size) voidinit(List<MetricsKey> appKeys) voidsetAppKey(MetricsKey metricsKey, Long num) Methods inherited from class org.apache.dubbo.metrics.report.AbstractMetricsExport
getApplicationModel, getAppName
-
Constructor Details
-
ApplicationStatComposite
-
-
Method Details
-
init
-
incrementSize
-
setAppKey
-
export
Description copied from interface:MetricsExportexport all. -
getApplicationNumStats
-