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. --- .../sleepycat/db/ReplicationManagerSiteConfig.html | 1195 +++++++++----------- 1 file changed, 543 insertions(+), 652 deletions(-) (limited to 'docs/java/com/sleepycat/db/ReplicationManagerSiteConfig.html') diff --git a/docs/java/com/sleepycat/db/ReplicationManagerSiteConfig.html b/docs/java/com/sleepycat/db/ReplicationManagerSiteConfig.html index 52270425..7322bf25 100644 --- a/docs/java/com/sleepycat/db/ReplicationManagerSiteConfig.html +++ b/docs/java/com/sleepycat/db/ReplicationManagerSiteConfig.html @@ -1,686 +1,577 @@ - - - - - -ReplicationManagerSiteConfig (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class ReplicationManagerSiteConfig

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

-Specifies the attributes of a site in the replication group. -

- -

-


- -

- +

+
com.sleepycat.db
+

Class ReplicationManagerSiteConfig

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.lang.Cloneable
    +
    +
    +
    +
    public class ReplicationManagerSiteConfig
    +extends java.lang.Object
    +implements java.lang.Cloneable
    +
    Specifies the attributes of a site in the replication group.
    +
  • +
+
+
+
    +
  • - - - - - - - - - - - - -
    -Constructor Summary
    ReplicationManagerSiteConfig() - -
    -          An instance created using the default constructor is initialized - with the system's default settings.
    ReplicationManagerSiteConfig(String host, - long port) - -
    -          Configure the host and port for a site in replication group.
    -  +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      ReplicationManagerSiteConfig() +
      An instance created using the default constructor is initialized + with the system's default settings.
      +
      ReplicationManagerSiteConfig(java.lang.String host, + long port) +
      Configure the host and port for a site in replication group.
      +
      +
    • +
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - ReplicationHostAddressgetAddress() - -
    -          Return the address of the site.
    - booleangetBootstrapHelper() - -
    -          Return if the site is a helper for the local site.
    - booleangetGroupCreator() - -
    -          Return if the site is a group creator.
    - StringgetHost() - -
    -          Return the host of the site.
    - 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.
    - longgetPort() - -
    -          Return the port of the site.
    - voidsetAddress(ReplicationHostAddress address) - -
    -          Configure the address for a site in replication group.
    - voidsetBootstrapHelper(boolean helper) - -
    -          Set the site to be a helper site.
    - voidsetGroupCreator(boolean groupCreator) - -
    -          Set the site to be a group creator.
    - voidsetHost(String host) - -
    -          Configure the host of the site.
    - 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.
    - voidsetPort(long port) - -
    -          Configure the port of the 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
      ReplicationHostAddressgetAddress() +
      Return the address of the site.
      +
      booleangetBootstrapHelper() +
      Return if the site is a helper for the local site.
      +
      booleangetGroupCreator() +
      Return if the site is a group creator.
      +
      java.lang.StringgetHost() +
      Return the host of the site.
      +
      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.
      +
      longgetPort() +
      Return the port of the site.
      +
      voidsetAddress(ReplicationHostAddress address) +
      Configure the address for a site in replication group.
      +
      voidsetBootstrapHelper(boolean helper) +
      Set the site to be a helper site.
      +
      voidsetGroupCreator(boolean groupCreator) +
      Set the site to be a group creator.
      +
      voidsetHost(java.lang.String host) +
      Configure the host of the site.
      +
      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.
      +
      voidsetPort(long port) +
      Configure the port of the site.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • - - - - - - -
    -Constructor Detail
    - -

    -ReplicationManagerSiteConfig

    -
    -public ReplicationManagerSiteConfig()
    -
    -
    An instance created using the default constructor is initialized - with the system's default settings. -

    -

    -
    - -

    -ReplicationManagerSiteConfig

    -
    -public ReplicationManagerSiteConfig(String host,
    -                                    long port)
    -
    -
    Configure the host and port for a site in replication group. -

    -

    -
    Parameters:
    host -
    port -
    -
    - +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ReplicationManagerSiteConfig

        +
        public ReplicationManagerSiteConfig()
        +
        An instance created using the default constructor is initialized + with the system's default settings.
        +
      • +
      + + + +
        +
      • +

        ReplicationManagerSiteConfig

        +
        public ReplicationManagerSiteConfig(java.lang.String host,
        +                            long port)
        +
        Configure the host and port for a site in replication group.
        +
        Parameters:
        host -
        port -
        +
      • +
      +
    • +
    - - - - - - -
    -Method Detail
    - -

    -setAddress

    -
    -public void setAddress(ReplicationHostAddress address)
    -
    -
    Configure the address for a site in replication group. -

    -

    -

    -
    -
    -
    -
    Parameters:
    address -
    -
    -
    -
    - -

    -getAddress

    -
    -public ReplicationHostAddress getAddress()
    -
    -
    Return the address of the site. -

    -

    -

    -
    -
    -
    - -
    Returns:
    the address of the site.
    -
    -
    -
    - -

    -setHost

    -
    -public void setHost(String host)
    -
    -
    Configure the host of the site. -

    -

    -

    -
    -
    -
    -
    Parameters:
    host -
    -
    -
    -
    - -

    -getHost

    -
    -public String getHost()
    -
    -
    Return the host of the site. -

    -

    -

    -
    -
    -
    - -
    Returns:
    the host of the site.
    -
    -
    -
    - -

    -setPort

    -
    -public void setPort(long port)
    -
    -
    Configure the port of the site. -

    -

    -

    -
    -
    -
    -
    Parameters:
    port -
    -
    -
    -
    - -

    -getPort

    -
    -public long getPort()
    -
    -
    Return the port of the site. -

    -

    -

    -
    -
    -
    - -
    Returns:
    the port of the site.
    -
    -
    -
    - -

    -setBootstrapHelper

    -
    -public void setBootstrapHelper(boolean helper)
    -
    -
    Set the site to be a helper site. +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setAddress

        +
        public void setAddress(ReplicationHostAddress address)
        +
        Configure the address for a site in replication group. +

        +
        Parameters:
        address -
        +
      • +
      + + + +
        +
      • +

        getAddress

        +
        public ReplicationHostAddress getAddress()
        +
        Return the address of the site. +

        +
        Returns:
        the address of the site.
        +
      • +
      + + + +
        +
      • +

        setHost

        +
        public void setHost(java.lang.String host)
        +
        Configure the host of the site. +

        +
        Parameters:
        host -
        +
      • +
      + + + +
        +
      • +

        getHost

        +
        public java.lang.String getHost()
        +
        Return the host of the site. +

        +
        Returns:
        the host of the site.
        +
      • +
      + + + +
        +
      • +

        setPort

        +
        public void setPort(long port)
        +
        Configure the port of the site. +

        +
        Parameters:
        port -
        +
      • +
      + + + +
        +
      • +

        getPort

        +
        public long getPort()
        +
        Return the port of the site. +

        +
        Returns:
        the port of the site.
        +
      • +
      + + + +
        +
      • +

        setBootstrapHelper

        +
        public void setBootstrapHelper(boolean helper)
        +
        Set the site to be a helper site.

        A remote site may be used as a helper when the local site first joins the replication group. Once the local site has been established as a member of the group, this config setting is ignored. -

        -

        -

        -
        -
        -
        -
        Parameters:
        helper - If true, the site will be a helper.
        -
        -
    -
    - -

    -getBootstrapHelper

    -
    -public boolean getBootstrapHelper()
    -
    -
    Return if the site is a helper for the local site. -

    -

    -

    -
    -
    -
    - -
    Returns:
    If the site is a helper for the local site.
    -
    -
    -
    - -

    -setGroupCreator

    -
    -public void setGroupCreator(boolean groupCreator)
    -
    -
    Set the site to be a group creator. +

+
Parameters:
helper - If true, the site will be a helper.
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
-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