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/ReplicationManagerSite.html | 1075 +++++++++----------- 1 file changed, 507 insertions(+), 568 deletions(-) (limited to 'docs/java/com/sleepycat/db/ReplicationManagerSite.html') diff --git a/docs/java/com/sleepycat/db/ReplicationManagerSite.html b/docs/java/com/sleepycat/db/ReplicationManagerSite.html index a09481e2..d05ab044 100644 --- a/docs/java/com/sleepycat/db/ReplicationManagerSite.html +++ b/docs/java/com/sleepycat/db/ReplicationManagerSite.html @@ -1,600 +1,539 @@ - - - - - -ReplicationManagerSite (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class ReplicationManagerSite

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

-A ReplicationManagerSite handle is used to manage a site in a replication group. -ReplicationManagerSite handles are opened using the Environment.getReplicationManagerSite method. -

- -

-


- -

- +

+
com.sleepycat.db
+

Class ReplicationManagerSite

+
+
+ +
+
    +
  • +
    +
    +
    public class ReplicationManagerSite
    +extends java.lang.Object
    +
    A ReplicationManagerSite handle is used to manage a site in a replication group. +ReplicationManagerSite handles are opened using the Environment.getReplicationManagerSite method.
    +
  • +
+
+
+
    +
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - voidclose() - -
    -          Close the site.
    - ReplicationHostAddressgetAddress() - -
    -          Get the address of the site.
    - booleangetBootstrapHelper() - -
    -          Return if the site is a helper for the local site.
    - ReplicationManagerSiteConfiggetConfig() - -
    -          Get the address and configuration of the site.
    - intgetEid() - -
    -          Get the environment id of the site.
    - booleangetGroupCreator() - -
    -          Return if the site is a group creator.
    - booleangetLegacy() - -
    -          Return if the site is in a legacy group.
    - booleangetLocalSite() - -
    -          Return if the site is the local site.
    - booleangetPeer() - -
    -          Return if the site is peer to local site.
    - voidremove() - -
    -          Remove the site.
    - voidsetBootstrapHelper(boolean helper) - -
    -          Set the site to be a helper site.
    - voidsetGroupCreator(boolean groupCreator) - -
    -          Set the site to be a group creator.
    - voidsetLegacy(boolean legacy) - -
    -          Specify the site in a legacy group.
    - voidsetLocalSite(boolean localSite) - -
    -          Set the site to be the local site.
    - voidsetPeer(boolean peer) - -
    -          Set the site to be peer to local site.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    -  -

    - +

      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidclose() +
      Close the site.
      +
      ReplicationHostAddressgetAddress() +
      Get the address of the site.
      +
      booleangetBootstrapHelper() +
      Return if the site is a helper for the local site.
      +
      ReplicationManagerSiteConfiggetConfig() +
      Get the address and configuration of the site.
      +
      intgetEid() +
      Get the environment id of the site.
      +
      booleangetGroupCreator() +
      Return if the site is a group creator.
      +
      booleangetLegacy() +
      Return if the site is in a legacy group.
      +
      booleangetLocalSite() +
      Return if the site is the local site.
      +
      booleangetPeer() +
      Return if the site is peer to local site.
      +
      voidremove() +
      Remove the site.
      +
      voidsetBootstrapHelper(boolean helper) +
      Set the site to be a helper site.
      +
      voidsetGroupCreator(boolean groupCreator) +
      Set the site to be a group creator.
      +
      voidsetLegacy(boolean legacy) +
      Specify the site in a legacy group.
      +
      voidsetLocalSite(boolean localSite) +
      Set the site to be the local site.
      +
      voidsetPeer(boolean peer) +
      Set the site to be peer to local site.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
+
Parameters:
helper - If true, the site will be a helper.
+
Throws:
+
DatabaseException
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
-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