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. --- .../com/sleepycat/db/ReplicationViewHandler.html | 226 +++++++++++++++++++++ 1 file changed, 226 insertions(+) create mode 100644 docs/java/com/sleepycat/db/ReplicationViewHandler.html (limited to 'docs/java/com/sleepycat/db/ReplicationViewHandler.html') diff --git a/docs/java/com/sleepycat/db/ReplicationViewHandler.html b/docs/java/com/sleepycat/db/ReplicationViewHandler.html new file mode 100644 index 00000000..3782ffed --- /dev/null +++ b/docs/java/com/sleepycat/db/ReplicationViewHandler.html @@ -0,0 +1,226 @@ + + + + + +ReplicationViewHandler (Oracle - Berkeley DB Java API) + + + + + + + +
+ + + + + +
Berkeley DB
version 6.1.23
+
+ + + +
+
com.sleepycat.db
+

Interface ReplicationViewHandler

+
+
+
+
    +
  • +
    +
    +
    public interface ReplicationViewHandler
    +
    An interface specifying a callback function to be used by replication views.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      booleanpartial_view(Environment dbenv, + java.lang.String name, + int flags) +
      The application-specific function used by replication views to determine + whether a database file is replicated.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        partial_view

        +
        boolean partial_view(Environment dbenv,
        +                   java.lang.String name,
        +                   int flags)
        +                     throws DatabaseException
        +
        The application-specific function used by replication views to determine + whether a database file is replicated. +

        +
        Parameters:
        dbenv - The enclosing database environment handle.
        name - The name of the database file.
        flags - Currently unused.
        +
        Returns:
        True if the file is replicated, or false if not.
        +
        Throws:
        +
        DatabaseException - if an error occurs when determining whether or + not the database file is replicated.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
Berkeley DB
version 6.1.23
+
+ + +

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

+ + -- cgit v1.2.1