com.sleepycat.je.recovery
Class RecoveryInfo
java.lang.Object
com.sleepycat.je.recovery.RecoveryInfo
public class RecoveryInfo
- extends Object
RecoveryInfo keeps information about recovery processing.
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
RecoveryInfo
public RecoveryInfo()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.