Uses of Class
org.objectweb.howl.log.LogFile
Packages that use LogFile
-
Uses of LogFile in org.objectweb.howl.log
Fields in org.objectweb.howl.log declared as LogFileModifier and TypeFieldDescription(package private) LogFile
LogFileManager.currentLogFile
(package private) LogFile[]
LogFileManager.fileSet
set of LogFile objects associated with the physical log files.(package private) LogFile
LogBuffer.lf
LogFile associated with the current LogBuffer.Methods in org.objectweb.howl.log that return LogFileModifier and TypeMethodDescription(package private) LogFile
LogFile.close()
Close the channel associated with this LogFile.(package private) LogFile
LogFileManager.getLogFileForMark
(long mark) Returns the LogFile that contains the requested mark .(package private) LogFile
LogFileManager.getLogFileForWrite
(LogBuffer lb) Called by LogBuffer.init() to obtain the LogFile that will be used to write a specific log block.(package private) LogFile
open the file and get the associated nio FileChannel for the file.Methods in org.objectweb.howl.log with parameters of type LogFileModifier and TypeMethodDescription(package private) LogBuffer
Reads a block from LogFile lf and validates header and footer information.(package private) abstract LogBuffer
read a block of data from the LogFile object provided in the lf parameter starting at the position specified in the postiion parameter.