Uses of Class
com.gpudb.protocol.AdminRepairTableResponse
-
Packages that use AdminRepairTableResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AdminRepairTableResponse in com.gpudb
Methods in com.gpudb that return AdminRepairTableResponse Modifier and Type Method Description AdminRepairTableResponseGPUdb. adminRepairTable(AdminRepairTableRequest request)Manually repair a corrupted table.AdminRepairTableResponseGPUdb. adminRepairTable(List<String> tableNames, Map<String,String> tableTypes, Map<String,String> options)Manually repair a corrupted table. -
Uses of AdminRepairTableResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AdminRepairTableResponse Modifier and Type Method Description AdminRepairTableResponseAdminRepairTableResponse. setInfo(Map<String,String> info)Additional information.AdminRepairTableResponseAdminRepairTableResponse. setRepairStatus(List<String> repairStatus)List of repair status by table.AdminRepairTableResponseAdminRepairTableResponse. setTableNames(List<String> tableNames)List of repaired tables.
-