Berkeley DB
version 4.7.25

Uses of Class
com.sleepycat.db.ReplicationHostAddress

Packages that use ReplicationHostAddress
com.sleepycat.db Berkeley DB Java API
[reference guide] [Java programming notes]
 

Uses of ReplicationHostAddress in com.sleepycat.db
 

Fields in com.sleepycat.db declared as ReplicationHostAddress
 ReplicationHostAddress ReplicationManagerSiteInfo.addr
          The replication site's address
 

Methods in com.sleepycat.db that return ReplicationHostAddress
 ReplicationHostAddress EnvironmentConfig.getReplicationManagerLocalSite()
          Get the address of the local (this) site in a replication group.
 

Methods in com.sleepycat.db with parameters of type ReplicationHostAddress
 void EnvironmentConfig.replicationManagerAddRemoteSite(ReplicationHostAddress repmgrRemoteAddr, boolean isPeer)
          Add a remote site to a replication group.
 void EnvironmentConfig.setReplicationManagerLocalSite(ReplicationHostAddress repmgrLocalSiteAddr)
          Set the address of the local (this) site in a replication group.
 

Constructors in com.sleepycat.db with parameters of type ReplicationHostAddress
ReplicationManagerSiteInfo(ReplicationHostAddress hostAddr, int eid)
          Create a ReplicationManagerSiteInfo with the given information, isConnected defaults to false.
ReplicationManagerSiteInfo(ReplicationHostAddress hostAddr, int eid, boolean isConnected)
          Create a ReplicationManagerSiteInfo with the given information.
 


Berkeley DB
version 4.7.25

Copyright (c) 1996,2008 Oracle. All rights reserved.