Skip to main content
  • showWal

    public ShowWalResponse showWal(ShowWalRequest request) throws GPUdbException
    Requests table write-ahead log (WAL) properties. Returns information about the requested table WAL entries.
    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.
  • showWal

    public ShowWalResponse showWal(List<String> tableNames, Map<String,String> options) throws GPUdbException
    Requests table write-ahead log (WAL) properties. Returns information about the requested table WAL entries.
    Parameters:
    tableNames - List of tables to query. An asterisk returns all tables.
    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.