Uses of Class
com.gpudb.protocol.AdminSendAlertResponse
-
Packages that use AdminSendAlertResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AdminSendAlertResponse in com.gpudb
Methods in com.gpudb that return AdminSendAlertResponse Modifier and Type Method Description AdminSendAlertResponseGPUdb. adminSendAlert(AdminSendAlertRequest request)Sends a user generated alert to the monitoring system.AdminSendAlertResponseGPUdb. adminSendAlert(String message, String label, String logLevel, Map<String,String> options)Sends a user generated alert to the monitoring system. -
Uses of AdminSendAlertResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AdminSendAlertResponse Modifier and Type Method Description AdminSendAlertResponseAdminSendAlertResponse. setInfo(Map<String,String> info)Additional information.
-