|
|||||||||
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. |
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
Constructor Detail |
---|
public LogContext()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |