public static class MultimasterReplication.UnreachableReplicationServers extends Object
ReplicationServer.runConnect()
and how it updates
domainTicket
). A Data Server will use this information but not update it, since it can simply try the
next in its list; once it is connected, it will recalculate the best server and reconnect if necessary.Constructor and Description |
---|
UnreachableReplicationServers() |
Modifier and Type | Method and Description |
---|---|
void |
addServer(HostPort server)
Add a server to the set of temporarily unreachable unreachableServers.
|
boolean |
isUnreachable(HostPort server)
Returns
true if the provided server is temporarily unreachable. |
public void addServer(HostPort server)
server
- the server to addpublic boolean isUnreachable(HostPort server)
true
if the provided server is temporarily unreachable.server
- the server to checktrue
if the provided server is temporarily unreachableCopyright 2010-2020 ForgeRock AS.