public class LogContext
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
LogContext() |
public DatabaseImpl nodeDb
public boolean flushRequired
public boolean forceNewLogFile
public boolean fsyncRequired
public boolean backgroundIO