com.sleepycat.je.cleaner
Class LNInfo

java.lang.Object
  extended by com.sleepycat.je.cleaner.LNInfo

final class LNInfo
extends Object

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.


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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LNInfo

LNInfo(LN ln,
       DatabaseId dbId,
       byte[] key,
       byte[] dupKey)
Method Detail

getLN

LN getLN()

getDbId

DatabaseId getDbId()

getKey

byte[] getKey()

getDupKey

byte[] getDupKey()


Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.