java.lang.Object
com.pervasive.datarush.monitoring.StatisticFormats
Utilities for formatting runtime statistics for presentation in the UI.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Stringformat(RuntimeStatistic<?> statistic) Formats the given runtime statistics as a string for presentation in the UI.
-
Method Details
-
format
Formats the given runtime statistics as a string for presentation in the UI.- Parameters:
statistic- the statistic to format- Returns:
- the formatted statistic
-