com.sleepycat.je.tree
Class INLogItem
java.lang.Object
com.sleepycat.je.log.LogItem
com.sleepycat.je.tree.INLogItem
public class INLogItem
- extends LogItem
Extends LogItem to add fields used by IN.beforeLog and afterLog methods.
Field Summary |
boolean |
isDelta
Indicates that a BINDelta is logged. |
IN |
parent
Parent IN of IN to be logged, or null for the root IN. |
int |
parentIndex
Index of parent slot for IN to be logged. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parent
public IN parent
- Parent IN of IN to be logged, or null for the root IN. Used to count
utilization for provisional logging.
Set by caller.
parentIndex
public int parentIndex
- Index of parent slot for IN to be logged. Used to identify and update
the slot.
Set by caller.
isDelta
public boolean isDelta
- Indicates that a BINDelta is logged.
INLogItem
public INLogItem()
Copyright (c) 2004-2012 Oracle. All rights reserved.