Uses of Class
com.avoka.fc.core.entity.ServerHealthStatusMetric
-
Packages that use ServerHealthStatusMetric Package Description com.avoka.fc.core.dao 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 ServerHealthStatusMetric Modifier and Type Method Description ServerHealthStatusMetric
ServerHealthStatusMetricDao. getOrCreateServerHealthStatusMetrics(String serverName, int index)
Gets the server health status metrics by name and index.ServerHealthStatusMetric
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 ServerHealthStatusMetric Modifier and Type Method Description List<ServerHealthStatusMetric>
ServerHealthStatusMetricDao. getFormServerHealthStatusMetrics(String groupName, int index)
Return the list of form server health metrics for the given server group and index.List<ServerHealthStatusMetric>
ServerHealthStatusMetricDao. getLastMinuteServerHealthStatusMetricsMap(String serverName, int index)
Gets the last minute server health status metrics map.List<ServerHealthStatusMetric>
ServerHealthStatusMetricDao. getServerHealthStatusMetricsMap(String serverName)
Gets the server health status metrics map.
-