Uses of Interface
com.mckoi.debug.DebugLogger
Packages that use DebugLogger
Package
Description
The core database classes for Mckoi.
Implementation of the DatabaseInterface interface,
including classes to handle local (embedded) mode
and remote (client/server) mode.
Debugging classes for Mckoi.
-
Uses of DebugLogger in com.mckoi.database
Methods in com.mckoi.database that return DebugLoggerModifier and TypeMethodDescriptionfinal DebugLogger
Database.Debug()
Returns the DebugLogger implementation from the DatabaseSystem.final DebugLogger
DatabaseConnection.Debug()
Returns a DebugLogger object that we can use to log debug messages to.final DebugLogger
DataTable.Debug()
Convenience - used to log debug messages.protected final DebugLogger
SelectableScheme.Debug()
Returns the DebugLogger object to log debug messages to.final DebugLogger
SimpleTransaction.Debug()
Returns a DebugLogger object that we use to log debug messages to.final DebugLogger
StatementCache.Debug()
Returns a DebugLogger object we can use to log debug messages.Table.Debug()
Returns a DebugLogger object that we can use to log debug messages to.final DebugLogger
TableDataConglomerate.Debug()
Returns the DebugLogger object that we use to log debug messages to.final DebugLogger
TransactionSystem.Debug()
Returns the DebugLogger object that is used to log debug message.Constructors in com.mckoi.database with parameters of type DebugLoggerModifierConstructorDescriptionFixedSizeDataStore
(File data_file, int sector_size, boolean cache_access, DebugLogger logger) Constructs the data store.FixedSizeDataStore
(File data_file, int sector_size, DebugLogger logger) IndexStore
(File file_name, DebugLogger logger) Constructs the IndexStore.LockingMechanism
(DebugLogger logger) Constructor.VariableSizeDataStore
(File name, int sector_size, DebugLogger logger) Constructs the variable size store.VariableSizeDataStore
(File name, DebugLogger logger) -
Uses of DebugLogger in com.mckoi.database.interpret
Methods in com.mckoi.database.interpret that return DebugLoggerModifier and TypeMethodDescriptionfinal DebugLogger
Statement.Debug()
Returns a DebugLogger object used to log debug commands. -
Uses of DebugLogger in com.mckoi.database.jdbcserver
Methods in com.mckoi.database.jdbcserver that return DebugLoggerModifier and TypeMethodDescriptionfinal DebugLogger
AbstractJDBCDatabaseInterface.Debug()
Returns a DebugLogger object that can be used to log debug messages against.final DebugLogger
TCPServer.Debug()
Returns a DebugLogger object that we can log debug messages to. -
Uses of DebugLogger in com.mckoi.debug
Classes in com.mckoi.debug that implement DebugLoggerModifier and TypeClassDescriptionclass
A default implementation of DebugLogger that logs messages to a PrintWriter object. -
Uses of DebugLogger in com.mckoi.store
Constructors in com.mckoi.store with parameters of type DebugLoggerModifierConstructorDescriptionLoggingBufferManager
(File journal_path, boolean read_only, int max_pages, int page_size, LoggingBufferManager.StoreDataAccessorFactory sda_factory, DebugLogger debug, boolean enable_logging) Constructs the manager.LoggingBufferManager
(File resource_path, File journal_path, boolean read_only, int max_pages, int page_size, String file_ext, long max_slice_size, DebugLogger debug, boolean enable_logging) Constructs the manager with a scattering store implementation that converts the resource to a file in the given path.