◆ alterTier() [1/4]
| AlterTierResponse gpudb::GPUdb::alterTier | ( | const AlterTierRequest & | request_ | ) | const |
Alters properties of an existing tier to facilitate resource management.
To disable watermark-based eviction, set both high_watermark and low_watermark to 100.
| [in] | request_ | Request object containing the parameters for the operation. |
◆ alterTier() [2/4]
| AlterTierResponse & gpudb::GPUdb::alterTier | ( | const AlterTierRequest & | request_, |
| AlterTierResponse & | response_ ) const |
Alters properties of an existing tier to facilitate resource management.
To disable watermark-based eviction, set both high_watermark and low_watermark to 100.
◆ alterTier() [3/4]
| AlterTierResponse gpudb::GPUdb::alterTier | ( | const std::string & | name, |
| const std::map< std::string, std::string > & | options ) const |
Alters properties of an existing tier to facilitate resource management.
To disable watermark-based eviction, set both high_watermark and low_watermark to 100.
| [in] | name | Name of the tier to be altered. Must be an existing tier group name: vram, ram, disk[n], persist, cold[n]. |
| [in] | options | Optional parameters.
|
◆ alterTier() [4/4]
| AlterTierResponse & gpudb::GPUdb::alterTier | ( | const std::string & | name, |
| const std::map< std::string, std::string > & | options, | ||
| AlterTierResponse & | response_ ) const |
Alters properties of an existing tier to facilitate resource management.
To disable watermark-based eviction, set both high_watermark and low_watermark to 100.
| [in] | name | Name of the tier to be altered. Must be an existing tier group name: vram, ram, disk[n], persist, cold[n]. |
| [in] | options | Optional parameters.
|
| [out] | response_ | Response object containing the results of the operation. |