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
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
RecoveryInfo
public RecoveryInfo()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright (c) 2004-2012 Oracle. All rights reserved.