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/BackupHandler.html | 504 +++++++++++++------------- 1 file changed, 249 insertions(+), 255 deletions(-) (limited to 'docs/java/com/sleepycat/db/BackupHandler.html') diff --git a/docs/java/com/sleepycat/db/BackupHandler.html b/docs/java/com/sleepycat/db/BackupHandler.html index 5ef7273c..f4245ceb 100644 --- a/docs/java/com/sleepycat/db/BackupHandler.html +++ b/docs/java/com/sleepycat/db/BackupHandler.html @@ -1,283 +1,277 @@ - - - - - -BackupHandler (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Interface BackupHandler

-
-
-
public interface BackupHandler
- - -

-An interface that can optionally be used to override the default behavior +

+
com.sleepycat.db
+

Interface BackupHandler

+
+
+
+ +
+
+
    +
  • - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - intclose(String dbname) - -
    -          Called when ending a backup and closing a backup target.
    - intopen(String target, - String dbname) - -
    -          Called when a target location is opened during a backup.
    - intwrite(long file_pos, - byte[] buf, - int off, - int len) - -
    -          Called when writing data during a backup.
    -  -

    - +

      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      intclose(java.lang.String dbname) +
      Called when ending a backup and closing a backup target.
      +
      intopen(java.lang.String target, + java.lang.String dbname) +
      Called when a target location is opened during a backup.
      +
      intwrite(long file_pos, + byte[] buf, + int off, + int len) +
      Called when writing data during a backup.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • - - - - - - -
    -Method Detail
    - -

    -close

    -
    -int close(String dbname)
    -
    -
    Called when ending a backup and closing a backup target. -

    -

    -

    -
    Parameters:
    dbname - The name of the database that has been backed up.
    -
    -
    -
    - -

    -open

    -
    -int open(String target,
    -         String dbname)
    -
    -
    Called when a target location is opened during a backup. This method +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        close

        +
        int close(java.lang.String dbname)
        +
        Called when ending a backup and closing a backup target. +

        +
        Parameters:
        dbname - The name of the database that has been backed up.
        +
      • +
      + + + +
        +
      • +

        open

        +
        int open(java.lang.String target,
        +       java.lang.String dbname)
        +
        Called when a target location is opened during a backup. This method should do whatever is necessary to prepare the backup destination for writing the data. -

        -

        -

        -
        Parameters:
        target - The backup's directory destination. -

        dbname - The name of the database being backed up.
        -
        -
    -
    - -

    -write

    -
    -int write(long file_pos,
    -          byte[] buf,
    -          int off,
    -          int len)
    -
    -
    Called when writing data during a backup. -

    -

    -

    -
    Parameters:
    file_pos - Identifies the position in the target file where the bytes +

+
Parameters:
target - The backup's directory destination. +

dbname - The name of the database being backed up.
+ + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
-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