Uses of Enum Class
com.erudika.para.server.metrics.MetricsUtils
Packages that use MetricsUtils
-
Uses of MetricsUtils in com.erudika.para.server.metrics
Subclasses with type arguments of type MetricsUtils in com.erudika.para.server.metricsModifier and TypeClassDescriptionenum
A centralized utility for managing and retrieving all Para performance metrics.Methods in com.erudika.para.server.metrics that return MetricsUtilsModifier and TypeMethodDescriptionstatic MetricsUtils
MetricsUtils.getInstance()
Provides access to the singleton instance methods.static MetricsUtils
Returns the enum constant of this class with the specified name.static MetricsUtils[]
MetricsUtils.values()
Returns an array containing the constants of this enum class, in the order they are declared.