Uses of Interface
com.mckoi.util.UserTerminal
-
Packages that use UserTerminal Package Description com.mckoi.database The core database classes for Mckoi.com.mckoi.store com.mckoi.util Miscellaneous utility classes. -
-
Uses of UserTerminal in com.mckoi.database
Methods in com.mckoi.database with parameters of type UserTerminal Modifier and Type Method Description voidV1MasterTableDataSource. checkAndRepair(java.lang.String file_name, UserTerminal terminal)Performs a complete check and repair of the table.voidV2MasterTableDataSource. checkAndRepair(java.lang.String file_name, UserTerminal terminal)Performs a complete check and repair of the table.voidTableDataConglomerate. checkVisibleTables(UserTerminal terminal)Checks the list of committed tables in this conglomerate.voidFixedSizeDataStore. fix(UserTerminal terminal)Attempts to repair this data store to a correct state.booleanIndexStore. fix(UserTerminal terminal)Performs checks to determine that the index store is stable.voidTableDataConglomerate. fix(java.lang.String name, UserTerminal terminal)Checks the conglomerate state file.voidVariableSizeDataStore. fix(UserTerminal terminal)Attempts to fix a corrupt VariableSizeDataStore object. -
Uses of UserTerminal in com.mckoi.store
Methods in com.mckoi.store with parameters of type UserTerminal Modifier and Type Method Description voidAbstractStore. openScanAndFix(UserTerminal terminal)Opens/scans the store looking for any errors with the layout. -
Uses of UserTerminal in com.mckoi.util
Classes in com.mckoi.util that implement UserTerminal Modifier and Type Class Description classShellUserTerminalAn implementation of UserTerminal that uses the shell terminal via System.in and System.out.
-