Uses of Class
com.gpudb.protocol.AdminShowAlertsResponse
-
Packages that use AdminShowAlertsResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AdminShowAlertsResponse in com.gpudb
Methods in com.gpudb that return AdminShowAlertsResponse Modifier and Type Method Description AdminShowAlertsResponseGPUdb. adminShowAlerts(int numAlerts, Map<String,String> options)Requests a list of the most recent alerts.AdminShowAlertsResponseGPUdb. adminShowAlerts(AdminShowAlertsRequest request)Requests a list of the most recent alerts. -
Uses of AdminShowAlertsResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AdminShowAlertsResponse Modifier and Type Method Description AdminShowAlertsResponseAdminShowAlertsResponse. setInfo(Map<String,String> info)Additional information.AdminShowAlertsResponseAdminShowAlertsResponse. setParams(List<Map<String,String>> params)Parameters for each alert, sorted from most recent to least recent.AdminShowAlertsResponseAdminShowAlertsResponse. setTimestamps(List<String> timestamps)Timestamp for when the alert occurred, sorted from most recent to least recent.AdminShowAlertsResponseAdminShowAlertsResponse. setTypes(List<String> types)Type of system alert, sorted from most recent to least recent.
-