Uses of Class
com.gpudb.protocol.AdminBackupEndResponse
-
Packages that use AdminBackupEndResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AdminBackupEndResponse in com.gpudb
Methods in com.gpudb that return AdminBackupEndResponse Modifier and Type Method Description AdminBackupEndResponseGPUdb. adminBackupEnd(AdminBackupEndRequest request)Restores the system to normal operating mode after a backup has completed, allowing any queries that were blocked to complete.AdminBackupEndResponseGPUdb. adminBackupEnd(Map<String,String> options)Restores the system to normal operating mode after a backup has completed, allowing any queries that were blocked to complete. -
Uses of AdminBackupEndResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AdminBackupEndResponse Modifier and Type Method Description AdminBackupEndResponseAdminBackupEndResponse. setInfo(Map<String,String> info)Additional information.
-