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. | |
Public Attributes | |
| std::vector< std::string > | tableNames |
| List of returned tables. | |
| std::vector< std::vector< int64_t > > | sizes |
| List of current WAL usage. | |
| std::vector< int64_t > | capacities |
| List of WAL capacities. | |
| std::vector< std::vector< int64_t > > | uncommitted |
| List of number of uncommitted entries. | |
| std::vector< std::map< std::string, std::string > > | settings |
| List of table WAL settings. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::showWal.
Definition at line 132 of file show_wal.h.
Constructor & Destructor Documentation
◆ 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:
- gpudb/protocol/show_wal.h