Uses of Class
com.avoka.fc.core.entity.ServerHealthStatusMetric
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
-
Uses of ServerHealthStatusMetric in com.avoka.fc.core.dao
Modifier 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.Modifier 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.