com.sleepycat.je.tree
Class INLogContext
java.lang.Object
com.sleepycat.je.log.LogContext
com.sleepycat.je.tree.INLogContext
public class INLogContext
- extends LogContext
Extends LogContext to add fields used by IN.beforeLog and afterLog methods.
Field Summary |
boolean |
allowCompress
Whether a full BIN may be compressed before being logged. |
boolean |
allowDeltas
Whether a BINDelta may be logged. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
allowDeltas
public boolean allowDeltas
- Whether a BINDelta may be logged. A BINDelta is logged rather than a BIN
if this field is true and other qualifications are met for a delta.
Used by BIN.beforeLog.
Set by caller.
allowCompress
public boolean allowCompress
- Whether a full BIN may be compressed before being logged. Some callers
cannot tolerate compression because they rely on the stability of
certain slots or slot indices.
Used by BIN.beforeLog.
Set by caller.
INLogContext
public INLogContext()
Copyright (c) 2004-2012 Oracle. All rights reserved.