Uses of Class
com.avoka.fc.core.entity.SystemHealth
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides reporting related utility classes.
-
Uses of SystemHealth in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionSystemHealthDao.getSystemHealth
(Date date, int hour) Return a system health entry for a date and hour of the day.Modifier and TypeMethodDescriptionSystemHealthDao.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
Modifier and TypeMethodDescriptionSystemHealthService.calculateSystemHealth
(Date date, int hour) Calculate a system health entry for a given date and hour of dayModifier and TypeMethodDescriptionvoid
TransactionLicensingService.publishSystemHealth
(SystemHealth systemHealth) Publish system health data to Amazon Redshift -
Uses of SystemHealth in com.avoka.fc.core.sysevent
Modifier and TypeMethodDescriptionvoid
SysEventBuilder.ISysEventBuilder.addSystemHealth
(SystemHealth sh) Registers the System Health for inclusion in the system event messages.