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) 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 LogFileModifier and TypeMethodDescription(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) LogFileopen 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) LogBufferReads a block from LogFile lf and validates header and footer information.(package private) abstract LogBufferread a block of data from the LogFile object provided in the lf parameter starting at the position specified in the postiion parameter.