Uses of Class
com.gpudb.protocol.AdminSendAlertRequest
-
Packages that use AdminSendAlertRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of AdminSendAlertRequest in com.gpudb
Methods in com.gpudb with parameters of type AdminSendAlertRequest Modifier and Type Method Description AdminSendAlertResponseGPUdb. adminSendAlert(AdminSendAlertRequest request)Sends a user generated alert to the monitoring system. -
Uses of AdminSendAlertRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return AdminSendAlertRequest Modifier and Type Method Description AdminSendAlertRequestAdminSendAlertRequest. setLabel(String label)Label to add to alert message.AdminSendAlertRequestAdminSendAlertRequest. setLogLevel(String logLevel)Alert message logging criteria.AdminSendAlertRequestAdminSendAlertRequest. setMessage(String message)Alert message body.AdminSendAlertRequestAdminSendAlertRequest. setOptions(Map<String,String> options)Optional parameters.
-