Searched refs:APPLY (Results 1 - 1 of 1) 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.java28 The FORWARD_ROLL and APPLY operations frequently imply the same actions,
31 place concurrently with the processing of incoming messages, APPLY
46 The FORWARD_ROLL and APPLY operations frequently imply the same actions,
49 place concurrently with the processing of incoming messages, APPLY
52 public static final RecoveryOperation APPLY = field in class:RecoveryOperation
53 new RecoveryOperation("APPLY", DbConstants.DB_TXN_APPLY);
91 return APPLY;

Completed in 53 milliseconds