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/SecondaryConfig.html | 1314 +++++++++++------------ 1 file changed, 604 insertions(+), 710 deletions(-) (limited to 'docs/java/com/sleepycat/db/SecondaryConfig.html') diff --git a/docs/java/com/sleepycat/db/SecondaryConfig.html b/docs/java/com/sleepycat/db/SecondaryConfig.html index 39a7afc5..3c24e06d 100644 --- a/docs/java/com/sleepycat/db/SecondaryConfig.html +++ b/docs/java/com/sleepycat/db/SecondaryConfig.html @@ -1,113 +1,117 @@ - - - - - -SecondaryConfig (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class SecondaryConfig

-
-java.lang.Object
-  extended by com.sleepycat.db.DatabaseConfig
-      extended by com.sleepycat.db.SecondaryConfig
-
-
-
All Implemented Interfaces:
Cloneable
-
-
-
-
public class SecondaryConfig
extends DatabaseConfig
implements Cloneable
- - -

-The configuration properties of a SecondaryDatabase extend +

+
com.sleepycat.db
+

Class SecondaryConfig

+
+
+ +
+ +
+
+ +
+
+
    +
  • - - - - - - -
    -Field Detail
    - -

    -DEFAULT

    -
    -public static final SecondaryConfig DEFAULT
    -
    -
    -
    -
    - + - - - - - - -
    -Constructor Detail
    - -

    -SecondaryConfig

    -
    -public SecondaryConfig()
    -
    -
    Creates an instance with the system's default settings. -

    -

    - +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SecondaryConfig

        +
        public SecondaryConfig()
        +
        Creates an instance with the system's default settings.
        +
      • +
      +
    • +
    - - - - - - -
    -Method Detail
    - -

    -setAllowPopulate

    -
    -public void setAllowPopulate(boolean allowPopulate)
    -
    -
    Specifies whether automatic population of the secondary is allowed. +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setAllowPopulate

        +
        public void setAllowPopulate(boolean allowPopulate)
        +
        Specifies whether automatic population of the secondary is allowed.

        If automatic population is allowed, when the secondary database is opened it is checked to see if it is empty. If it is empty, the @@ -421,45 +396,34 @@ public void setAllowPopulate(boolean allowPopulate) If this property is set to true and the database is transactional, the population of the secondary will be done within the explicit or auto-commit transaction that is used to open the database. -

        -

        -

        -
        -
        -
        -
        Parameters:
        allowPopulate - whether automatic population of the secondary is - allowed.
        -
        -
    -
    - -

    -getAllowPopulate

    -
    -public boolean getAllowPopulate()
    -
    -
    Returns whether automatic population of the secondary is allowed. If - setAllowPopulate(boolean) has not been called, this method returns +

+
Parameters:
allowPopulate - whether automatic population of the secondary is + allowed.
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
-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