Uses of Class
org.h2.log.LogFile

Packages that use LogFile
org.h2.log Undo and redo log implementation. 
 

Uses of LogFile in org.h2.log
 

Methods in org.h2.log that return types with arguments of type LogFile
 ObjectArray<LogFile> LogSystem.getActiveLogFiles()
          Get all active log files.
 

Constructors in org.h2.log with parameters of type LogFile
InDoubtTransaction(PageStore store, LogFile log, int sessionId, int pos, java.lang.String transaction, int blocks)
          Create a new in-doubt transaction info object.