Skip to main content

◆ showWal() [1/4]

ShowWalResponse gpudb::GPUdb::showWal (const ShowWalRequest &request_) const

Requests table write-ahead log (WAL) properties.

Returns information about the requested table WAL entries.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ 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
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
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]tableNamesList of tables to query. An asterisk returns all tables.
[in]optionsOptional parameters.The default value is an empty map.
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]tableNamesList of tables to query. An asterisk returns all tables.
[in]optionsOptional parameters.The default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).