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
           
 Map<Long,Txn> replayTxns
          ReplayTxns that are resurrected during recovery processing, for replication.
 int useMaxDbId
           
 long useMaxNodeId
           
 long useMaxTxnId
           
 int useMinReplicatedDbId
           
 long useMinReplicatedNodeId
           
 long useMinReplicatedTxnId
           
 long useRootLsn
           
 VLSNRecoveryProxy vlsnProxy
           
 
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

useMinReplicatedNodeId

public long useMinReplicatedNodeId

useMaxNodeId

public long useMaxNodeId

useMinReplicatedDbId

public int useMinReplicatedDbId

useMaxDbId

public int useMaxDbId

useMinReplicatedTxnId

public long useMinReplicatedTxnId

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

vlsnProxy

public VLSNRecoveryProxy vlsnProxy

replayTxns

public final Map<Long,Txn> replayTxns
ReplayTxns that are resurrected during recovery processing, for replication. Txnid -> replayTxn

Constructor Detail

RecoveryInfo

public RecoveryInfo()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright (c) 2004-2010 Oracle. All rights reserved.