|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.log.LogContext
public class LogContext
Context parameters that apply to all logged items when multiple items are logged in one log operation. Passed to LogManager log methods and to beforeLog and afterLog methods.
Field Summary | |
---|---|
boolean |
backgroundIO
Whether the write should be counted as background IO when throttling of background IO is configured. |
boolean |
flushRequired
Whether the log buffer(s) must be written to the file system. |
boolean |
forceNewLogFile
Whether a new log file must be created for containing the logged item(s). |
boolean |
fsyncRequired
Whether an fsync must be performed after writing the item(s) to the log. |
DatabaseImpl |
nodeDb
Database of the node(s), or null if entry is not a node. |
boolean |
obsoleteDupsAllowed
Whether it is possible that the previous version of this log entry is already marked obsolete. |
Collection<WriteLockInfo> |
obsoleteWriteLockInfo
Set of obsolete LSNs which are counted when logging a commit entry. |
PackedObsoleteInfo |
packedObsoleteInfo
Sequence of packed obsolete info which is counted when logging a non-provisional IN. |
(package private) int |
totalNewSize
|
(package private) boolean |
wakeupCleaner
|
Constructor Summary | |
---|---|
LogContext()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public DatabaseImpl nodeDb
public boolean flushRequired
public boolean forceNewLogFile
public boolean fsyncRequired
public boolean backgroundIO
public Collection<WriteLockInfo> obsoleteWriteLockInfo
public PackedObsoleteInfo packedObsoleteInfo
public boolean obsoleteDupsAllowed
boolean wakeupCleaner
int totalNewSize
Constructor Detail |
---|
public LogContext()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |