Package | Description |
---|---|
org.opends.server.replication.server |
This package contains the code for the Replication Server part of the Multimaster replication feature.
|
Modifier and Type | Method and Description |
---|---|
Map<Integer,ReplicationServerHandler> |
ReplicationServerDomain.getConnectedRSs()
Get the map of connected RSs.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ReplicationServerDomain.isAlreadyConnectedToRS(ReplicationServerHandler rsHandler)
Checks whether a remote RS is already connected to this hosting RS.
|
void |
ReplicationServerDomain.receiveTopoInfoFromRS(TopologyMsg topoMsg,
ReplicationServerHandler rsHandler,
boolean allowResetGenId)
Process topology information received from a peer RS.
|
void |
ReplicationServerDomain.register(ReplicationServerHandler rsHandler)
Registers the RS handler into this domain and notifies the domain.
|
Constructor and Description |
---|
LightweightServerHandler(ReplicationServerHandler replServerHandler,
DSInfo dsInfo)
Creates a new LightweightServerHandler with the provided serverId, connected to the remote Replication Server
represented by replServerHandler.
|
Copyright 2010-2020 ForgeRock AS.