Uses of Class
org.objectweb.howl.log.LogFile
-
Packages that use LogFile Package Description org.objectweb.howl.log Core functionality for any log file implementation. -
-
Uses of LogFile in org.objectweb.howl.log
Fields in org.objectweb.howl.log declared as LogFile Modifier and Type Field Description (package private) LogFileLogFileManager. currentLogFile(package private) LogFile[]LogFileManager. fileSetset of LogFile objects associated with the physical log files.(package private) LogFileLogBuffer. lfLogFile associated with the current LogBuffer.Methods in org.objectweb.howl.log that return LogFile Modifier and Type Method Description (package private) LogFileLogFile. close()Close the channel associated with this LogFile.(package private) LogFileLogFileManager. getLogFileForMark(long mark)Returns the LogFile that contains the requested mark .(package private) LogFileLogFileManager. getLogFileForWrite(LogBuffer lb)Called by LogBuffer.init() to obtain the LogFile that will be used to write a specific log block.(package private) LogFileLogFile. open(java.lang.String fileMode)open the file and get the associated nio FileChannel for the file.Methods in org.objectweb.howl.log with parameters of type LogFile Modifier and Type Method Description (package private) LogBufferBlockLogBuffer. read(LogFile lf, long position)Reads a block from LogFile lf and validates header and footer information.(package private) abstract LogBufferLogBuffer. read(LogFile lf, long position)read a block of data from the LogFile object provided in the lf parameter starting at the position specified in the postiion parameter.
-