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
           
 long nextAvailableLsn
           
 long partialCheckpointStartLsn
           
 Map<Long,Txn> replayTxns
          ReplayTxns that are resurrected during recovery processing, for replication.
 long useMaxDbId
           
 long useMaxNodeId
           
 long useMaxTxnId
           
 long 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 long useMinReplicatedDbId

useMaxDbId

public long useMaxDbId

useMinReplicatedTxnId

public long useMinReplicatedTxnId

useMaxTxnId

public long useMaxTxnId

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-2012 Oracle. All rights reserved.