|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.log.LogItem
com.sleepycat.je.tree.INLogItem
public class INLogItem
Extends LogItem to add fields used by IN.beforeLog and afterLog methods.
Field Summary | |
---|---|
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. |
Fields inherited from class com.sleepycat.je.log.LogItem |
---|
entry, newLsn, oldLsn, provisional, repContext |
Constructor Summary | |
---|---|
INLogItem()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public IN parent
public int parentIndex
Constructor Detail |
---|
public INLogItem()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |