Uses of Class
org.objectweb.howl.log.LogFileManager
Packages that use LogFileManager
-
Uses of LogFileManager in org.objectweb.howl.log
Fields in org.objectweb.howl.log declared as LogFileManagerModifier and TypeFieldDescriptionprivate LogFileManager
LogBufferManager.lfm
reference to LogFileManager that owns this Buffer Manager instance.(package private) LogFileManager
Logger.lfmgr
Manages a pool of files used for log file IO.Methods in org.objectweb.howl.log with parameters of type LogFileManagerModifier and TypeMethodDescription(package private) LogBuffer
BlockLogBuffer.init
(int bsn, LogFileManager lfm) initialize members for buffer reuse.(package private) abstract LogBuffer
LogBuffer.init
(int bsn, LogFileManager lfm) initialize members for LogBuffer implementation class for reuse.(package private) void
LogBufferManager.init
(LogFileManager lfm, int bsn) perform initialization following reposition of LogFileManager.