From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- .../sleepycat/db/class-use/RecoveryOperation.html | 452 ++++++++++----------- 1 file changed, 212 insertions(+), 240 deletions(-) (limited to 'docs/java/com/sleepycat/db/class-use/RecoveryOperation.html') diff --git a/docs/java/com/sleepycat/db/class-use/RecoveryOperation.html b/docs/java/com/sleepycat/db/class-use/RecoveryOperation.html index 22d9da0d..36f5108e 100644 --- a/docs/java/com/sleepycat/db/class-use/RecoveryOperation.html +++ b/docs/java/com/sleepycat/db/class-use/RecoveryOperation.html @@ -1,255 +1,227 @@ - - - - - -Uses of Class com.sleepycat.db.RecoveryOperation (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -
-
-

-Uses of Class
com.sleepycat.db.RecoveryOperation

-
- - - - - - - - - -
-Packages that use RecoveryOperation
com.sleepycat.dbBerkeley DB Java API
-[reference guide] [Java programming notes]
-  -

- - - - - -
-Uses of RecoveryOperation in com.sleepycat.db
-  -

- - - - - - - - - - - - - - - - + + + + + + + + + + +
Fields in com.sleepycat.db declared as RecoveryOperation
-static RecoveryOperationRecoveryOperation.ABORT - -
-          The log is being read backward during a transaction abort; undo the - operation described by the log record.
-static RecoveryOperationRecoveryOperation.APPLY - -
-          The log is being applied on a replica site; redo the operation - described by the log record.
-static RecoveryOperationRecoveryOperation.BACKWARD_ROLL - -
-          The log is being read backward to determine which transactions have +
+

Uses of Class
com.sleepycat.db.RecoveryOperation

+
+
+
+
static RecoveryOperationRecoveryOperation.FORWARD_ROLL +
The log is being played forward; redo the operation described by the log + record.
+
static RecoveryOperationRecoveryOperation.PRINT +
The log is being printed for debugging purposes; print the contents of + this log record in the desired format.
+
+ + + + + + + + + + + + +
Methods in com.sleepycat.db that return RecoveryOperation 
Modifier and TypeMethod and Description
static RecoveryOperationRecoveryOperation.fromFlag(int flag) +
Internal: this is public only so it can be called from an internal + package.
+
+ + + + + + + + + + + + +
Methods in com.sleepycat.db with parameters of type RecoveryOperation 
Modifier and TypeMethod and Description
intLogRecordHandler.handleLogRecord(Environment environment, + DatabaseEntry logRecord, + LogSequenceNumber lsn, + RecoveryOperation operation) +
A function to process application-specific log records.
+
+ + + + + - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -


-Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved. - - +

Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.

+ + -- cgit v1.2.1