GPUdb C++ API
Version 7.2.2.4
|
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... | |
A set of results returned by GPUdb::showWal.
Definition at line 132 of file show_wal.h.
|
inline |
Constructs a ShowWalResponse object with default parameters.
Definition at line 137 of file show_wal.h.
std::vector<int64_t> gpudb::ShowWalResponse::capacities |
List of wal capacities.
Definition at line 160 of file show_wal.h.
std::map<std::string, std::string> gpudb::ShowWalResponse::info |
Additional information.
Definition at line 175 of file show_wal.h.
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.
std::vector<std::vector<int64_t> > gpudb::ShowWalResponse::sizes |
List of current wal usage.
Definition at line 155 of file show_wal.h.
std::vector<std::string> gpudb::ShowWalResponse::tableNames |
List of returned tables.
Definition at line 150 of file show_wal.h.
std::vector<std::vector<int64_t> > gpudb::ShowWalResponse::uncommitted |
List of number of uncommitted entries.
Definition at line 165 of file show_wal.h.