GPUdb C++ API  Version 7.2.2.4
gpudb::ShowWalResponse Struct Reference

A set of results returned by GPUdb::showWal. More...

#include <gpudb/protocol/show_wal.h>

Public Member Functions

 ShowWalResponse ()
 Constructs a ShowWalResponse object with default parameters. More...
 

Public Attributes

std::vector< std::string > tableNames
 List of returned tables. More...
 
std::vector< std::vector< int64_t > > sizes
 List of current wal usage. More...
 
std::vector< int64_t > capacities
 List of wal capacities. More...
 
std::vector< std::vector< int64_t > > uncommitted
 List of number of uncommitted entries. More...
 
std::vector< std::map< std::string, std::string > > settings
 List of table wal settings. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::showWal.

Definition at line 132 of file show_wal.h.

Constructor & Destructor Documentation

◆ ShowWalResponse()

gpudb::ShowWalResponse::ShowWalResponse ( )
inline

Constructs a ShowWalResponse object with default parameters.

Definition at line 137 of file show_wal.h.

Member Data Documentation

◆ capacities

std::vector<int64_t> gpudb::ShowWalResponse::capacities

List of wal capacities.

Definition at line 160 of file show_wal.h.

◆ info

std::map<std::string, std::string> gpudb::ShowWalResponse::info

Additional information.

Definition at line 175 of file show_wal.h.

◆ settings

std::vector<std::map<std::string, std::string> > gpudb::ShowWalResponse::settings

List of table wal settings.

Definition at line 170 of file show_wal.h.

◆ sizes

std::vector<std::vector<int64_t> > gpudb::ShowWalResponse::sizes

List of current wal usage.

Definition at line 155 of file show_wal.h.

◆ tableNames

std::vector<std::string> gpudb::ShowWalResponse::tableNames

List of returned tables.

Definition at line 150 of file show_wal.h.

◆ uncommitted

std::vector<std::vector<int64_t> > gpudb::ShowWalResponse::uncommitted

List of number of uncommitted entries.

Definition at line 165 of file show_wal.h.


The documentation for this struct was generated from the following file: