com.sleepycat.je.recovery
Class RecoveryInfo

java.lang.Object
  extended by com.sleepycat.je.recovery.RecoveryInfo

public class RecoveryInfo
extends Object

RecoveryInfo keeps information about recovery processing.


Field Summary
 CheckpointEnd checkpointEnd
           
 long checkpointEndLsn
           
 long checkpointStartLsn
           
 long firstActiveLsn
           
 long lastUsedLsn
           
 int lnFound
           
 int lnInserted
           
 int lnNotFound
           
 int lnReplaced
           
 long nextAvailableLsn
           
 int nRepeatIteratorReads
           
 int numBinDeltas
           
 int numDuplicateINs
           
 int numMapINs
           
 int numOtherINs
           
 long partialCheckpointStartLsn
           
 int useMaxDbId
           
 long useMaxNodeId
           
 long useMaxTxnId
           
 long useRootLsn
           
 
Constructor Summary
RecoveryInfo()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

lastUsedLsn

public long lastUsedLsn

nextAvailableLsn

public long nextAvailableLsn

firstActiveLsn

public long firstActiveLsn

checkpointStartLsn

public long checkpointStartLsn

checkpointEndLsn

public long checkpointEndLsn

useRootLsn

public long useRootLsn

partialCheckpointStartLsn

public long partialCheckpointStartLsn

checkpointEnd

public CheckpointEnd checkpointEnd

useMaxNodeId

public long useMaxNodeId

useMaxDbId

public int useMaxDbId

useMaxTxnId

public long useMaxTxnId

numMapINs

public int numMapINs

numOtherINs

public int numOtherINs

numBinDeltas

public int numBinDeltas

numDuplicateINs

public int numDuplicateINs

lnFound

public int lnFound

lnNotFound

public int lnNotFound

lnInserted

public int lnInserted

lnReplaced

public int lnReplaced

nRepeatIteratorReads

public int nRepeatIteratorReads
Constructor Detail

RecoveryInfo

public RecoveryInfo()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


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