Uses of Interface
com.mckoi.debug.DebugLogger
-
Packages that use DebugLogger Package Description com.mckoi.database The core database classes for Mckoi.com.mckoi.database.interpret com.mckoi.database.jdbcserver Implementation of the DatabaseInterface interface, including classes to handle local (embedded) mode and remote (client/server) mode.com.mckoi.debug Debugging classes for Mckoi.com.mckoi.store -
-
Uses of DebugLogger in com.mckoi.database
Fields in com.mckoi.database declared as DebugLogger Modifier and Type Field Description private DebugLoggerFixedSizeDataStore. debugA DebugLogger object we can use to write debug messages to.private DebugLoggerIndexSetStore. debugA DebugLogger object used to log debug messages to.private DebugLoggerIndexStore. debugA DebugLogger object used to log debug messages to.private DebugLoggerLock. debugThe DebugLogger object that we log debug message to.private DebugLoggerLockHandle. debugThe DebugLogger object that we log debug messages to.private DebugLoggerLockingMechanism. debugThe DebugLogger object that we log debug messages to.private DebugLoggerVariableSizeDataStore. debugA DebugLogger object used to log error messages to.private DebugLoggerDatabaseConnection. loggerThe DebugLogger object that we can use to log messages to.Methods in com.mckoi.database that return DebugLogger Modifier and Type Method Description DebugLoggerDatabase. Debug()Returns the DebugLogger implementation from the DatabaseSystem.DebugLoggerDatabaseConnection. Debug()Returns a DebugLogger object that we can use to log debug messages to.DebugLoggerDataTable. Debug()Convenience - used to log debug messages.DebugLoggerMasterTableDataSource. Debug()Returns the DebugLogger object that can be used to log debug messages.DebugLoggerMasterTableGarbageCollector. Debug()Returns the DebugLogger object that we can use to log debug messages.DebugLoggerMultiVersionTableIndices. Debug()Returns the DebugLogger object used to log debug messages.DebugLoggerRIDList. Debug()Returns a DebugLogger object that we can use to log debug messages.protected DebugLoggerSelectableScheme. Debug()Returns the DebugLogger object to log debug messages to.DebugLoggerSimpleTransaction. Debug()Returns a DebugLogger object that we use to log debug messages to.DebugLoggerStatementCache. Debug()Returns a DebugLogger object we can use to log debug messages.DebugLoggerTable. Debug()Returns a DebugLogger object that we can use to log debug messages to.DebugLoggerTableDataConglomerate. Debug()Returns the DebugLogger object that we use to log debug messages to.DebugLoggerTransactionSystem. Debug()Returns the DebugLogger object that is used to log debug message.DebugLoggerWorkerPool. Debug()Returns a DebugLogger object that we can use to log debug messages.DebugLoggerWorkerThread. Debug()Returns a DebugLogger object we can use to log debug messages.Methods in com.mckoi.database with parameters of type DebugLogger Modifier and Type Method Description longStateStore. convert(java.io.File legacy_sf, DebugLogger debug)Reads a legacy state file (pre version 1) and converts it to a state store format compatible with this store.(package private) static java.util.ArrayListConvertUtils. convertIndexFiles1(java.io.File original_ijf, IndexStore new_store, DataTableDef table_def, DebugLogger logger)Upgrades an .ijf index file to an .iid IndexStore.Constructors in com.mckoi.database with parameters of type DebugLogger Constructor Description FixedSizeDataStore(java.io.File data_file, int sector_size, boolean cache_access, DebugLogger logger)Constructs the data store.FixedSizeDataStore(java.io.File data_file, int sector_size, DebugLogger logger)IndexStore(java.io.File file_name, DebugLogger logger)Constructs the IndexStore.Lock(int type, LockingQueue queue, DebugLogger logger)The Constructor.LockHandle(int lock_count, DebugLogger logger)The Constructor.LockingMechanism(DebugLogger logger)Constructor.VariableSizeDataStore(java.io.File name, int sector_size, DebugLogger logger)Constructs the variable size store.VariableSizeDataStore(java.io.File name, DebugLogger logger) -
Uses of DebugLogger in com.mckoi.database.interpret
Methods in com.mckoi.database.interpret that return DebugLogger Modifier and Type Method Description DebugLoggerStatement. Debug()Returns a DebugLogger object used to log debug commands. -
Uses of DebugLogger in com.mckoi.database.jdbcserver
Fields in com.mckoi.database.jdbcserver declared as DebugLogger Modifier and Type Field Description private DebugLoggerJDBCProcessor. debugAn object the debug information can be logged to.Methods in com.mckoi.database.jdbcserver that return DebugLogger Modifier and Type Method Description DebugLoggerAbstractJDBCDatabaseInterface. Debug()Returns a DebugLogger object that can be used to log debug messages against.DebugLoggerMultiThreadedConnectionPoolServer. Debug()Returns a DebugLogger object that we can log debug messages to.DebugLoggerSingleThreadedConnectionPoolServer. Debug()Returns a DebugLogger object that we can log debug messages to.DebugLoggerTCPServer. Debug()Returns a DebugLogger object that we can log debug messages to.Constructors in com.mckoi.database.jdbcserver with parameters of type DebugLogger Constructor Description JDBCProcessor(DatabaseInterface db_interface, DebugLogger logger)Sets up the processor.StreamJDBCServerConnection(DatabaseInterface db_interface, java.io.InputStream in, java.io.OutputStream out, DebugLogger logger)Sets up the protocol connection.TCPJDBCServerConnection(DatabaseInterface db_interface, java.net.Socket socket, DebugLogger logger)Constructs the ServerConnection object. -
Uses of DebugLogger in com.mckoi.debug
Classes in com.mckoi.debug that implement DebugLogger Modifier and Type Class Description classDefaultDebugLoggerA default implementation of DebugLogger that logs messages to a PrintWriter object. -
Uses of DebugLogger in com.mckoi.store
Fields in com.mckoi.store declared as DebugLogger Modifier and Type Field Description private DebugLoggerJournalledSystem. debugA debug log to output information to.Constructors in com.mckoi.store with parameters of type DebugLogger Constructor Description JournalledSystem(java.io.File journal_path, boolean read_only, int page_size, LoggingBufferManager.StoreDataAccessorFactory sda_factory, DebugLogger debug, boolean enable_logging)LoggingBufferManager(java.io.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(java.io.File resource_path, java.io.File journal_path, boolean read_only, int max_pages, int page_size, java.lang.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.
-