com.sleepycat.je.recovery
Class RollbackTracker.UnderConstructionScanner
java.lang.Object
com.sleepycat.je.recovery.RollbackTracker.Scanner
com.sleepycat.je.recovery.RollbackTracker.UnderConstructionScanner
- Enclosing class:
- RollbackTracker
class RollbackTracker.UnderConstructionScanner
- extends RollbackTracker.Scanner
Method Summary |
boolean |
positionAndCheck(long lsn,
long txnId)
Return true if this transactional log entry is something that should
be rolled back in this rollback period. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RollbackTracker.UnderConstructionScanner
RollbackTracker.UnderConstructionScanner()
positionAndCheck
public boolean positionAndCheck(long lsn,
long txnId)
- Description copied from class:
RollbackTracker.Scanner
- Return true if this transactional log entry is something that should
be rolled back in this rollback period. The Scanner's position can
be changed by this call. Update the target field if necessary.
- Specified by:
positionAndCheck
in class RollbackTracker.Scanner
Copyright (c) 2004-2012 Oracle. All rights reserved.