Uses of Class
org.objectweb.howl.log.LogFile

Packages that use LogFile
Package
Description
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) 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 LogFile
    Modifier and Type
    Method
    Description
    (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
    LogFile.open(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) LogBuffer
    BlockLogBuffer.read(LogFile lf, long position)
    Reads a block from LogFile lf and validates header and footer information.
    (package private) abstract LogBuffer
    LogBuffer.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.