Package | Description |
---|---|
com.sleepycat.db |
Modifier and Type | Field and Description |
---|---|
ReplicationHostAddress |
ReplicationManagerSiteInfo.addr
The replication site's address
|
Modifier and Type | Method and Description |
---|---|
ReplicationHostAddress |
ReplicationManagerSite.getAddress()
Get the address of the site.
|
ReplicationHostAddress |
ReplicationManagerSiteConfig.getAddress()
Return the address of the site.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationManagerSiteConfig.setAddress(ReplicationHostAddress address)
Configure the address for a site in replication group.
|
Constructor and Description |
---|
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.
|
ReplicationManagerSiteInfo(ReplicationHostAddress hostAddr,
int eid,
boolean isConnected,
boolean isPeer,
boolean isView)
Create a ReplicationManagerSiteInfo with the given information.
|
Copyright (c) 1996, 2017 Oracle and/or its affiliates. All rights reserved.