Skip to main content

◆ adminShutdown() [1/4]

AdminShutdownResponse gpudb::GPUdb::adminShutdown (const AdminShutdownRequest &request_) const

Exits the database server application.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ adminShutdown() [2/4]

AdminShutdownResponse & gpudb::GPUdb::adminShutdown (const AdminShutdownRequest &request_,
AdminShutdownResponse &response_ ) const

Exits the database server application.

Parameters
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

◆ 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]exitTypeReserved for future use. User can pass an empty string.
[in]authorizationNo longer used. User can pass an empty string.
[in]optionsOptional 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]exitTypeReserved for future use. User can pass an empty string.
[in]authorizationNo longer used. User can pass an empty string.
[in]optionsOptional 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).