GPUdb C++ API
Version 7.0.19.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/alter_tier.h>
Public Member Functions | |
AlterTierRequest () | |
Constructs an AlterTierRequest object with default parameter values. More... | |
AlterTierRequest (const std::string &name_, const std::map< std::string, std::string > &options_) | |
Constructs an AlterTierRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | name |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Alters properties of an exisiting tier to facilitate resource management.
To disable watermark-based eviction, set both high_watermark and low_watermark to 100.
Definition at line 25 of file alter_tier.h.
|
inline |
Constructs an AlterTierRequest object with default parameter values.
Definition at line 31 of file alter_tier.h.
|
inline |
Constructs an AlterTierRequest object with the specified parameters.
[in] | name_ | Name of the tier to be altered. Must be an existing tier group name. |
[in] | options_ | Optional parameters.
|
Definition at line 59 of file alter_tier.h.
std::string gpudb::AlterTierRequest::name |
Definition at line 65 of file alter_tier.h.
std::map<std::string, std::string> gpudb::AlterTierRequest::options |
Definition at line 66 of file alter_tier.h.