Uses of Class
com.gpudb.protocol.AdminShowAlertsRequest
-
Packages that use AdminShowAlertsRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of AdminShowAlertsRequest in com.gpudb
Methods in com.gpudb with parameters of type AdminShowAlertsRequest Modifier and Type Method Description AdminShowAlertsResponseGPUdb. adminShowAlerts(AdminShowAlertsRequest request)Requests a list of the most recent alerts. -
Uses of AdminShowAlertsRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return AdminShowAlertsRequest Modifier and Type Method Description AdminShowAlertsRequestAdminShowAlertsRequest. setNumAlerts(int numAlerts)Number of most recent alerts to request.AdminShowAlertsRequestAdminShowAlertsRequest. setOptions(Map<String,String> options)Optional parameters.
-