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 |
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.
INLogContext
public INLogContext()
Copyright (c) 2004-2010 Oracle. All rights reserved.