Searched refs:RecoveryOperation (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DRecoveryOperation.java6 * $Id: RecoveryOperation.java,v 12.7 2008/01/17 05:04:53 mjc Exp $
16 public final class RecoveryOperation { class
22 public static final RecoveryOperation BACKWARD_ROLL =
23 new RecoveryOperation("BACKWARD_ROLL", DbConstants.DB_TXN_BACKWARD_ROLL);
34 public static final RecoveryOperation FORWARD_ROLL =
35 new RecoveryOperation("FORWARD_ROLL", DbConstants.DB_TXN_FORWARD_ROLL);
40 public static final RecoveryOperation ABORT =
41 new RecoveryOperation("ABORT", DbConstants.DB_TXN_ABORT);
52 public static final RecoveryOperation APPLY =
53 new RecoveryOperation("APPL
64 private RecoveryOperation(String operationName, int flag) { method in class:RecoveryOperation
[all...]
H A DLogRecordHandler.java31 RecoveryOperation operation);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb_java.i110 RecoveryOperation.fromFlag(recops));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbEnv.java89 RecoveryOperation.fromFlag(recops));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile378 $(JAVA_SLEEPYCAT)/db/RecoveryOperation.java \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in373 $(JAVA_SLEEPYCAT)/db/RecoveryOperation.java \

Completed in 51 milliseconds