|
|||||||||
| 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 | |
|---|---|
(package private) boolean |
isDelta
|
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
boolean isDelta
| Constructor Detail |
|---|
public INLogItem()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||