| com.quadcap.sql.file.Logger
All known Subclasses: com.quadcap.sql.file.Logger1,
Logger | public interface Logger (Code) | | author: Stan Bailes |
getActiveTransactionCount | int getActiveTransactionCount()(Code) | | Return the number of active transactions
|
getActiveTransactions | LongMap getActiveTransactions()(Code) | | Return a map containing the active transaction ids as keys
|
getCheckpoint | int getCheckpoint()(Code) | | Return the position of the last checkpoint
|
getEnd | int getEnd()(Code) | | Return the end position of the log buffer
|
getOldestTransaction | long getOldestTransaction()(Code) | | Return the id of the oldest active transaction
|
setRedoState | void setRedoState(LogEntry op, int state) throws IOException(Code) | | Set the 'redo' value for the most recently read LogEntry
|
|
|