Uses of Class
com.gpudb.protocol.AdminBackupBeginResponse
-
Packages that use AdminBackupBeginResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AdminBackupBeginResponse in com.gpudb
Methods in com.gpudb that return AdminBackupBeginResponse Modifier and Type Method Description AdminBackupBeginResponseGPUdb. adminBackupBegin(AdminBackupBeginRequest request)Prepares the system for a backup by closing all open file handles after allowing current active jobs to complete.AdminBackupBeginResponseGPUdb. adminBackupBegin(Map<String,String> options)Prepares the system for a backup by closing all open file handles after allowing current active jobs to complete. -
Uses of AdminBackupBeginResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AdminBackupBeginResponse Modifier and Type Method Description AdminBackupBeginResponseAdminBackupBeginResponse. setInfo(Map<String,String> info)Additional information.
-