Skip to main content
  • showTableMonitors

    public ShowTableMonitorsResponse showTableMonitors(ShowTableMonitorsRequest request) throws GPUdbException
    Show table monitors and their properties. Table monitors are created using createTableMonitor. Returns detailed information about existing table monitors.
    Parameters:
    request - Request object containing the parameters for the operation.
    Returns:
    Response object 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 using createTableMonitor. 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 empty Map.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.