◆ showWal() [1/4]
| ShowWalResponse gpudb::GPUdb::showWal | ( | const ShowWalRequest & | request_ | ) | const |
◆ showWal() [2/4]
| ShowWalResponse & gpudb::GPUdb::showWal | ( | const ShowWalRequest & | request_, |
| ShowWalResponse & | response_ ) const |
Requests table write-ahead log (WAL) properties.
Returns information about the requested table WAL entries.
Parameters
Returns
Response object containing the result of the operation (initially passed in by reference).
◆ showWal() [3/4]
| ShowWalResponse gpudb::GPUdb::showWal | ( | const std::vector< std::string > & | tableNames, |
| const std::map< std::string, std::string > & | options ) const |
Requests table write-ahead log (WAL) properties.
Returns information about the requested table WAL entries.
Parameters
| [in] | tableNames | List of tables to query. An asterisk returns all tables. |
| [in] | options | Optional parameters.
|
Returns
Response object containing the result of the operation.
◆ showWal() [4/4]
| ShowWalResponse & gpudb::GPUdb::showWal | ( | const std::vector< std::string > & | tableNames, |
| const std::map< std::string, std::string > & | options, | ||
| ShowWalResponse & | response_ ) const |
Requests table write-ahead log (WAL) properties.
Returns information about the requested table WAL entries.
Parameters
| [in] | tableNames | List of tables to query. An asterisk returns all tables. |
| [in] | options | Optional parameters.
|
| [out] | response_ | Response object containing the results of the operation. |
Returns
Response object containing the result of the operation (initially passed in by reference).