Uses of Interface
com.mckoi.util.UserTerminal
Packages that use UserTerminal
Package
Description
The core database classes for Mckoi.
Miscellaneous utility classes.
-
Uses of UserTerminal in com.mckoi.database
Methods in com.mckoi.database with parameters of type UserTerminalModifier and TypeMethodDescriptionvoid
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
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
(String name, UserTerminal terminal) Checks the conglomerate state file.void
VariableSizeDataStore.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 UserTerminalModifier and TypeMethodDescriptionvoid
AbstractStore.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 UserTerminalModifier and TypeClassDescriptionclass
An implementation of UserTerminal that uses the shell terminal via System.in and System.out.