Uses of Class
com.gpudb.protocol.AdminVerifyDbResponse
-
Packages that use AdminVerifyDbResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AdminVerifyDbResponse in com.gpudb
Methods in com.gpudb that return AdminVerifyDbResponse Modifier and Type Method Description AdminVerifyDbResponseGPUdb. adminVerifyDb(AdminVerifyDbRequest request)Verify database is in a consistent state.AdminVerifyDbResponseGPUdb. adminVerifyDb(Map<String,String> options)Verify database is in a consistent state. -
Uses of AdminVerifyDbResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AdminVerifyDbResponse Modifier and Type Method Description AdminVerifyDbResponseAdminVerifyDbResponse. setErrorList(List<String> errorList)List of errors found while validating the database internal state.AdminVerifyDbResponseAdminVerifyDbResponse. setInfo(Map<String,String> info)Additional information.AdminVerifyDbResponseAdminVerifyDbResponse. setOrphanedTablesTotalSize(long orphanedTablesTotalSize)IfVERIFY_PERSISTisTRUE,VERIFY_ORPHANED_TABLES_ONLYisTRUEorDELETE_ORPHANED_TABLESisTRUE, this is the sum in bytes of all orphaned tables found.AdminVerifyDbResponseAdminVerifyDbResponse. setVerifiedOk(boolean verifiedOk)True if no errors were found, false otherwise.
-