|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.log.LogContext
com.sleepycat.je.tree.INLogContext
public class INLogContext
Extends LogContext to add fields used by IN.beforeLog and afterLog methods.
Field Summary | |
---|---|
boolean |
allowDeltas
Whether a BINDelta may be logged. |
boolean |
proactiveMigration
Whether LNs are migrated proactively by the log cleaner as part of logging a BIN. |
Fields inherited from class com.sleepycat.je.log.LogContext |
---|
backgroundIO, flushRequired, forceNewLogFile, fsyncRequired, nodeDb |
Constructor Summary | |
---|---|
INLogContext()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean allowDeltas
public boolean proactiveMigration
Constructor Detail |
---|
public INLogContext()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |