|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sleepycat.je.cleaner.LNInfo
public final class LNInfo
The information necessary to lookup an LN. Used for pending LNs that are locked and must be migrated later, or cannot be migrated immediately during a split. Also used in a look ahead cache in FileProcessor. Is public for Sizeof only.
| Constructor Summary | |
|---|---|
LNInfo(LN ln,
DatabaseId dbId,
byte[] key,
byte[] dupKey)
|
|
| Method Summary | |
|---|---|
(package private) DatabaseId |
getDbId()
|
(package private) byte[] |
getDupKey()
|
(package private) byte[] |
getKey()
|
(package private) LN |
getLN()
|
(package private) int |
getMemorySize()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LNInfo(LN ln,
DatabaseId dbId,
byte[] key,
byte[] dupKey)
| Method Detail |
|---|
LN getLN()
DatabaseId getDbId()
byte[] getKey()
byte[] getDupKey()
int getMemorySize()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||