Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
com.mckoi.store | |
com.mckoi.util |
Miscellaneous utility classes.
|
Modifier and Type | Method and Description |
---|---|
void |
V1MasterTableDataSource.checkAndRepair(String file_name,
UserTerminal terminal)
Performs a complete check and repair of the table.
|
void |
V2MasterTableDataSource.checkAndRepair(String file_name,
UserTerminal terminal)
Performs a complete check and repair of the table.
|
void |
TableDataConglomerate.checkVisibleTables(UserTerminal terminal)
Checks the list of committed tables in this conglomerate.
|
void |
TableDataConglomerate.fix(String name,
UserTerminal terminal)
Checks the conglomerate state file.
|
boolean |
IndexStore.fix(UserTerminal terminal)
Performs checks to determine that the index store
is stable.
|
void |
VariableSizeDataStore.fix(UserTerminal terminal)
Attempts to fix a corrupt VariableSizeDataStore object.
|
void |
FixedSizeDataStore.fix(UserTerminal terminal)
Attempts to repair this data store to a correct state.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractStore.openScanAndFix(UserTerminal terminal)
Opens/scans the store looking for any errors with the layout.
|
Modifier and Type | Class and Description |
---|---|
class |
ShellUserTerminal
An implementation of UserTerminal that uses the shell terminal via
System.in and System.out.
|
Copyright © 2015. All rights reserved.