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