◆ adminShutdown() [1/4]
| AdminShutdownResponse gpudb::GPUdb::adminShutdown | ( | const AdminShutdownRequest & | request_ | ) | const |
◆ adminShutdown() [2/4]
| AdminShutdownResponse & gpudb::GPUdb::adminShutdown | ( | const AdminShutdownRequest & | request_, |
| AdminShutdownResponse & | response_ ) const |
◆ adminShutdown() [3/4]
| AdminShutdownResponse gpudb::GPUdb::adminShutdown | ( | const std::string & | exitType, |
| const std::string & | authorization, | ||
| const std::map< std::string, std::string > & | options ) const |
Exits the database server application.
Parameters
| [in] | exitType | Reserved for future use. User can pass an empty string. |
| [in] | authorization | No longer used. User can pass an empty string. |
| [in] | options | Optional parameters. The default value is an empty map. |
Returns
Response object containing the result of the operation.
◆ adminShutdown() [4/4]
| AdminShutdownResponse & gpudb::GPUdb::adminShutdown | ( | const std::string & | exitType, |
| const std::string & | authorization, | ||
| const std::map< std::string, std::string > & | options, | ||
| AdminShutdownResponse & | response_ ) const |
Exits the database server application.
Parameters
| [in] | exitType | Reserved for future use. User can pass an empty string. |
| [in] | authorization | No longer used. User can pass an empty string. |
| [in] | options | Optional parameters. The default value is an empty map. |
| [out] | response_ | Response object containing the results of the operation. |
Returns
Response object containing the result of the operation (initially passed in by reference).