void |
V1MasterTableDataSource.checkAndRepair(java.lang.String file_name,
UserTerminal terminal) |
Performs a complete check and repair of the table.
|
void |
V2MasterTableDataSource.checkAndRepair(java.lang.String file_name,
UserTerminal terminal) |
Performs a complete check and repair of the table.
|
private boolean |
V2MasterTableDataSource.checkAndRepairRecord(int row_index,
java.util.List all_areas,
UserTerminal terminal) |
Checks and repairs a record if it requires repairing.
|
void |
TableDataConglomerate.checkVisibleTables(UserTerminal terminal) |
Checks the list of committed tables in this conglomerate.
|
void |
FixedSizeDataStore.fix(UserTerminal terminal) |
Attempts to repair this data store to a correct state.
|
boolean |
IndexStore.fix(UserTerminal terminal) |
Performs checks to determine that the index store
is stable.
|
void |
TableDataConglomerate.fix(java.lang.String name,
UserTerminal terminal) |
Checks the conglomerate state file.
|
void |
VariableSizeDataStore.fix(UserTerminal terminal) |
Attempts to fix a corrupt VariableSizeDataStore object.
|