Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
AdminVerifyDbResponse |
GPUdb.adminVerifyDb(AdminVerifyDbRequest request)
Verify database is in a consistent state.
|
AdminVerifyDbResponse |
GPUdb.adminVerifyDb(Map<String,String> options)
Verify database is in a consistent state.
|
Modifier and Type | Method and Description |
---|---|
AdminVerifyDbResponse |
AdminVerifyDbResponse.setErrorList(List<String> errorList)
List of errors found while validating the database internal state.
|
AdminVerifyDbResponse |
AdminVerifyDbResponse.setInfo(Map<String,String> info)
Additional information.
|
AdminVerifyDbResponse |
AdminVerifyDbResponse.setOrphanedTablesTotalSize(long orphanedTablesTotalSize)
If
VERIFY_PERSIST is TRUE , VERIFY_ORPHANED_TABLES_ONLY is TRUE or DELETE_ORPHANED_TABLES is TRUE , this is the
sum in bytes of all orphaned tables found. |
AdminVerifyDbResponse |
AdminVerifyDbResponse.setVerifiedOk(boolean verifiedOk)
True if no errors were found, false otherwise.
|
Copyright © 2025. All rights reserved.