| Package | Description |
|---|---|
| com.gpudb | |
| com.gpudb.protocol |
| Modifier and Type | Method and Description |
|---|---|
AdminRepairTableResponse |
GPUdb.adminRepairTable(AdminRepairTableRequest request)
Manually repair a corrupted table.
|
AdminRepairTableResponse |
GPUdb.adminRepairTable(List<String> tableNames,
Map<String,String> tableTypes,
Map<String,String> options)
Manually repair a corrupted table.
|
| Modifier and Type | Method and Description |
|---|---|
AdminRepairTableResponse |
AdminRepairTableResponse.setInfo(Map<String,String> info)
Additional information.
|
AdminRepairTableResponse |
AdminRepairTableResponse.setRepairStatus(List<String> repairStatus)
List of repair status by table.
|
AdminRepairTableResponse |
AdminRepairTableResponse.setTableNames(List<String> tableNames)
List of repaired tables.
|
Copyright © 2025. All rights reserved.