showTableMonitors
public ShowTableMonitorsResponse showTableMonitors(ShowTableMonitorsRequest request) throws GPUdbException Show table monitors and their properties. Table monitors are created usingcreateTableMonitor. Returns detailed information about existing table monitors.Parameters:request-Requestobject containing the parameters for the operation.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.showTableMonitors
public ShowTableMonitorsResponse showTableMonitors(List<String> monitorIds, Map<String, String> options) throws GPUdbException Show table monitors and their properties. Table monitors are created usingcreateTableMonitor. Returns detailed information about existing table monitors.Parameters:monitorIds- List of monitors to be shown. An empty list or a single entry with an empty string returns all table monitors.options- Optional parameters. The default value is an emptyMap.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.