com.sleepycat.db
Class RecoveryOperation
java.lang.Object
com.sleepycat.db.RecoveryOperation
public final class RecoveryOperation
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BACKWARD_ROLL
public static final RecoveryOperation BACKWARD_ROLL
FORWARD_ROLL
public static final RecoveryOperation FORWARD_ROLL
ABORT
public static final RecoveryOperation ABORT
APPLY
public static final RecoveryOperation APPLY
PRINT
public static final RecoveryOperation PRINT
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
fromFlag
public static RecoveryOperation fromFlag(int flag)