Uses of Class
com.avoka.fc.core.entity.SystemHealth
-
Packages that use SystemHealth Package Description com.avoka.fc.core.dao Provides the Data Access Objects used by SmartForm Manager.com.avoka.fc.core.service.reporting Provides reporting related utility classes.com.avoka.fc.core.sysevent -
-
Uses of SystemHealth in com.avoka.fc.core.dao
Methods in com.avoka.fc.core.dao that return SystemHealth Modifier and Type Method Description SystemHealth
SystemHealthDao. getSystemHealth(Date date, int hour)
Return a system health entry for a date and hour of the day.Methods in com.avoka.fc.core.dao that return types with arguments of type SystemHealth Modifier and Type Method Description List<SystemHealth>
SystemHealthDao. getSystemHealthList(Date startDate, Date endDate, int offset, int pageSize)
Return the list of system health entries matching the search criteria. -
Uses of SystemHealth in com.avoka.fc.core.service.reporting
Methods in com.avoka.fc.core.service.reporting that return SystemHealth Modifier and Type Method Description SystemHealth
SystemHealthService. calculateSystemHealth(Date date, int hour)
Calculate a system health entry for a given date and hour of dayMethods in com.avoka.fc.core.service.reporting with parameters of type SystemHealth Modifier and Type Method Description void
TransactionLicensingService. publishSystemHealth(SystemHealth systemHealth)
Publish system health data to Amazon Redshift -
Uses of SystemHealth in com.avoka.fc.core.sysevent
Methods in com.avoka.fc.core.sysevent with parameters of type SystemHealth Modifier and Type Method Description void
SysEventBuilder.ISysEventBuilder. addSystemHealth(SystemHealth sh)
Registers the System Health for inclusion in the system event messages.
-