Uses of Class
com.avoka.fc.core.entity.ServerHealthStatusMetric
Packages that use ServerHealthStatusMetric
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
-
Uses of ServerHealthStatusMetric in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return ServerHealthStatusMetricModifier and TypeMethodDescriptionServerHealthStatusMetricDao.getOrCreateServerHealthStatusMetrics
(String serverName, int index) Gets the server health status metrics by name and index.ServerHealthStatusMetricDao.getServerHealthStatusMetrics
(String serverName, int index) Gets the server health status metrics by name and index.Methods in com.avoka.fc.core.dao that return types with arguments of type ServerHealthStatusMetricModifier and TypeMethodDescriptionServerHealthStatusMetricDao.getFormServerHealthStatusMetrics
(String groupName, int index) Return the list of form server health metrics for the given server group and index.ServerHealthStatusMetricDao.getLastMinuteServerHealthStatusMetricsMap
(String serverName, int index) Gets the last minute server health status metrics map.ServerHealthStatusMetricDao.getServerHealthStatusMetricsMap
(String serverName) Gets the server health status metrics map.