adminOffline
Take the system offline. When the system is offline, no user operations can be performed with the exception of a system shutdown.Parameters:request-Requestobject containing the parameters for the operation.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.adminOffline
public AdminOfflineResponse adminOffline(boolean offline, Map<String, String> options) throws GPUdbException Take the system offline. When the system is offline, no user operations can be performed with the exception of a system shutdown.Parameters:offline- Set to true if desired state is offline. Supported values:truefalse
options- Optional parameters.FLUSH_TO_DISK: Flush to disk when going offline. Supported values:
Map.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.