Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
AdminShowAlertsResponse |
GPUdb.adminShowAlerts(AdminShowAlertsRequest request)
Requests a list of the most recent alerts.
|
AdminShowAlertsResponse |
GPUdb.adminShowAlerts(int numAlerts,
Map<String,String> options)
Requests a list of the most recent alerts.
|
Modifier and Type | Method and Description |
---|---|
AdminShowAlertsResponse |
AdminShowAlertsResponse.setInfo(Map<String,String> info)
Additional information.
|
AdminShowAlertsResponse |
AdminShowAlertsResponse.setParams(List<Map<String,String>> params)
Parameters for each alert, sorted from most recent to least recent.
|
AdminShowAlertsResponse |
AdminShowAlertsResponse.setTimestamps(List<String> timestamps)
Timestamp for when the alert occurred, sorted from most recent to least
recent.
|
AdminShowAlertsResponse |
AdminShowAlertsResponse.setTypes(List<String> types)
Type of system alert, sorted from most recent to least recent.
|
Copyright © 2025. All rights reserved.