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/FeedbackHandler.html | 490 ++++++++++++------------ 1 file changed, 242 insertions(+), 248 deletions(-) (limited to 'docs/java/com/sleepycat/db/FeedbackHandler.html') diff --git a/docs/java/com/sleepycat/db/FeedbackHandler.html b/docs/java/com/sleepycat/db/FeedbackHandler.html index d23f42dc..bfcdaa44 100644 --- a/docs/java/com/sleepycat/db/FeedbackHandler.html +++ b/docs/java/com/sleepycat/db/FeedbackHandler.html @@ -1,272 +1,266 @@ - - - - - -FeedbackHandler (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Interface FeedbackHandler

-
-
-
public interface FeedbackHandler
- - -

-An interface specifying a function to be called to provide feedback. -

- -

-


- -

- +

+
com.sleepycat.db
+

Interface FeedbackHandler

+
+
+
+
    +
  • +
    +
    +
    public interface FeedbackHandler
    +
    An interface specifying a function to be called to provide feedback.
    +
  • +
+
+
+
    +
  • - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidrecoveryFeedback(Environment environment, - int percent) - -
    -          A function called with progress information when the database environment is being recovered.
    - voidupgradeFeedback(Database database, - int percent) - -
    -          A function called with progress information when the database is being upgraded.
    - voidverifyFeedback(Database database, - int percent) - -
    -          A function called with progress information when the database is being verified.
    -  -

    - +

      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidrecoveryFeedback(Environment environment, + int percent) +
      A function called with progress information when the database environment is being recovered.
      +
      voidupgradeFeedback(Database database, + int percent) +
      A function called with progress information when the database is being upgraded.
      +
      voidverifyFeedback(Database database, + int percent) +
      A function called with progress information when the database is being verified.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • - - - - - - -
    -Method Detail
    - -

    -recoveryFeedback

    -
    -void recoveryFeedback(Environment environment,
    -                      int percent)
    -
    -
    A function called with progress information when the database environment is being recovered. +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        recoveryFeedback

        +
        void recoveryFeedback(Environment environment,
        +                    int percent)
        +
        A function called with progress information when the database environment is being recovered.

        It is up to this function to display this information in an appropriate manner. -

        -

        -

        -
        Parameters:
        environment - A reference to the enclosing database environment. -

        percent - The percent of the operation completed, specified as an integer value between 0 and 100.
        -
        -
    -
    - -

    -upgradeFeedback

    -
    -void upgradeFeedback(Database database,
    -                     int percent)
    -
    -
    A function called with progress information when the database is being upgraded. +

+
Parameters:
environment - A reference to the enclosing database environment. +

percent - The percent of the operation completed, specified as an integer value between 0 and 100.
+ + + + + + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
-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