Skip to main content

◆ adminOffline() [1/4]

AdminOfflineResponse gpudb::GPUdb::adminOffline (const AdminOfflineRequest &request_) const

Take the system offline.

When the system is offline, no user operations can be performed with the exception of a system shutdown.

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

◆ adminOffline() [2/4]

AdminOfflineResponse & gpudb::GPUdb::adminOffline (const AdminOfflineRequest &request_,
AdminOfflineResponse &response_ ) const

Take the system offline.

When the system is offline, no user operations can be performed with the exception of a system shutdown.

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).

◆ adminOffline() [3/4]

AdminOfflineResponse gpudb::GPUdb::adminOffline (const booloffline,
const std::map< std::string, std::string > &options ) const

Take the system offline.

When the system is offline, no user operations can be performed with the exception of a system shutdown.

Parameters
[in]offlineSet to true if desired state is offline. Supported values:
  • true
  • false
[in]optionsOptional parameters.The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ adminOffline() [4/4]

AdminOfflineResponse & gpudb::GPUdb::adminOffline (const booloffline,
const std::map< std::string, std::string > &options,
AdminOfflineResponse &response_ ) const

Take the system offline.

When the system is offline, no user operations can be performed with the exception of a system shutdown.

Parameters
[in]offlineSet to true if desired state is offline. Supported values:
  • true
  • false
[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).