- java.lang.Object
-
- com.pervasive.datarush.monitoring.StatisticFormats
-
public final class StatisticFormats extends Object
Utilities for formatting runtime statistics for presentation in the UI.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
format(RuntimeStatistic<?> statistic)
Formats the given runtime statistics as a string for presentation in the UI.
-
-
-
Method Detail
-
format
public static String format(RuntimeStatistic<?> statistic)
Formats the given runtime statistics as a string for presentation in the UI.- Parameters:
statistic
- the statistic to format- Returns:
- the formatted statistic
-
-