com.sleepycat.db
Class RecoveryOperation

java.lang.Object
  extended by com.sleepycat.db.RecoveryOperation

public final class RecoveryOperation
extends java.lang.Object


Field Summary
static RecoveryOperation ABORT
           
static RecoveryOperation APPLY
           
static RecoveryOperation BACKWARD_ROLL
           
static RecoveryOperation FORWARD_ROLL
           
static RecoveryOperation PRINT
           
 
Method Summary
static RecoveryOperation fromFlag(int flag)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

fromFlag

public static RecoveryOperation fromFlag(int flag)