Uses of Class
com.gpudb.protocol.AdminRepairTableRequest
-
Packages that use AdminRepairTableRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of AdminRepairTableRequest in com.gpudb
Methods in com.gpudb with parameters of type AdminRepairTableRequest Modifier and Type Method Description AdminRepairTableResponseGPUdb. adminRepairTable(AdminRepairTableRequest request)Manually repair a corrupted table. -
Uses of AdminRepairTableRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return AdminRepairTableRequest Modifier and Type Method Description AdminRepairTableRequestAdminRepairTableRequest. setOptions(Map<String,String> options)Optional parameters.AdminRepairTableRequestAdminRepairTableRequest. setTableNames(List<String> tableNames)List of tables to query.AdminRepairTableRequestAdminRepairTableRequest. setTableTypes(Map<String,String> tableTypes)internal: type_id per table.
-