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. --- docs/java/com/sleepycat/db/RecoveryOperation.html | 701 +++++++++++----------- 1 file changed, 342 insertions(+), 359 deletions(-) (limited to 'docs/java/com/sleepycat/db/RecoveryOperation.html') diff --git a/docs/java/com/sleepycat/db/RecoveryOperation.html b/docs/java/com/sleepycat/db/RecoveryOperation.html index 84986ce9..78041499 100644 --- a/docs/java/com/sleepycat/db/RecoveryOperation.html +++ b/docs/java/com/sleepycat/db/RecoveryOperation.html @@ -1,393 +1,376 @@ - - - - - -RecoveryOperation (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class RecoveryOperation

-
-java.lang.Object
-  extended by com.sleepycat.db.RecoveryOperation
-
-
-
-
public final class RecoveryOperation
extends Object
- - -

-The recovery operation being performed when LogRecordHandler.handleLogRecord is called. -

- -

-


- -

+

+
com.sleepycat.db
+

Class RecoveryOperation

+
+
+ +
+
    +
  • +
    +
    +
    public final class RecoveryOperation
    +extends java.lang.Object
    +
    The recovery operation being performed when LogRecordHandler.handleLogRecord is called.
    +
  • +
+
+
+
    +
  • - - - - - - - - - - - - - - - - - + + + + + + + + + +
    -Field Summary
    -static RecoveryOperationABORT - -
    -          The log is being read backward during a transaction abort; undo the - operation described by the log record.
    -static RecoveryOperationAPPLY - -
    -          The log is being applied on a replica site; redo the operation - described by the log record.
    -static RecoveryOperationBACKWARD_ROLL - -
    -          The log is being read backward to determine which transactions have +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      static RecoveryOperationABORT +
      The log is being read backward during a transaction abort; undo the + operation described by the log record.
      +
      static RecoveryOperationAPPLY +
      The log is being applied on a replica site; redo the operation + described by the log record.
      +
      static RecoveryOperationBACKWARD_ROLL +
      The log is being read backward to determine which transactions have been committed and to abort those operations that were not; undo the - operation described by the log record.
      -static RecoveryOperationFORWARD_ROLL - -
      -          The log is being played forward; redo the operation described by the log - record.
      -static RecoveryOperationPRINT - -
      -          The log is being printed for debugging purposes; print the contents of - this log record in the desired format.
      -  + operation described by the log record. +
    static RecoveryOperationFORWARD_ROLL +
    The log is being played forward; redo the operation described by the log + record.
    +
    static RecoveryOperationPRINT +
    The log is being printed for debugging purposes; print the contents of + this log record in the desired format.
    +
    +
  • +
- - - - - - - - - - - - - - -
-Method Summary
-static RecoveryOperationfromFlag(int flag) - -
-          Internal: this is public only so it can be called from an internal - package.
- StringtoString() - -
-          
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-  -

- +

    +
  • + + +

    Method Summary

    + + + + + + + + + + + + + + +
    Methods 
    Modifier and TypeMethod and Description
    static RecoveryOperationfromFlag(int flag) +
    Internal: this is public only so it can be called from an internal + package.
    +
    java.lang.StringtoString()
    +
      +
    • + + +

      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
    -
    -
    The log is being read backward to determine which transactions have +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        BACKWARD_ROLL

        +
        public static final RecoveryOperation BACKWARD_ROLL
        +
        The log is being read backward to determine which transactions have been committed and to abort those operations that were not; undo the - operation described by the log record. -

        -

        -
        -
    -
    - -

    -FORWARD_ROLL

    -
    -public static final RecoveryOperation FORWARD_ROLL
    -
    -
    The log is being played forward; redo the operation described by the log + operation described by the log record.
+ + + + + + + + + + + + + + + + + + + + - - - - - - -
-Method Detail
- -

-toString

-
-public String toString()
-
-
-

-

-
Overrides:
toString in class Object
-
-
-
-
-
-
- -

-fromFlag

-
-public static RecoveryOperation fromFlag(int flag)
-
-
Internal: this is public only so it can be called from an internal - package. -

-

-
Parameters:
flag - the internal flag value to be wrapped in a RecoveryException object
-
-
+ + + +
+ -
- - - - - - - - - - - - - - - - - - -
-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