Package | Description |
---|---|
org.opends.server.replication.common |
This package contains utilities that can are used by all the packages below org.opends.server.replication.
|
org.opends.server.replication.protocol |
This package contains the code used by the replication server and by the code running on the Directory Server side to
exchange their information.
|
org.opends.server.replication.server |
This package contains the code for the Replication Server part of the Multimaster replication feature.
|
org.opends.server.replication.service |
This package contains the generic of the Multi-Master replication code that works on the Directory Server side.
|
org.opends.server.tools.dsreplication |
Defines the classes that are you used by the replication command lines.
|
Modifier and Type | Method and Description |
---|---|
static ReplicationServerId |
ReplicationServerId.fromLegacyNumericId(int numericId)
Generates a new
ReplicationServerId from the provided integer value. |
static ReplicationServerId |
ReplicationServerId.fromReplicationServerName(String name)
Generates a new
ReplicationServerId from the provided string value. |
ReplicationServerId |
ReplicationContext.getOrCreateReplicationServerId(int id)
Returns the replication server ID corresponding to the provided integer.
|
ReplicationServerId |
IntegerReplicationContext.getOrCreateReplicationServerId(int id) |
ReplicationServerId |
ReplicationContext.getOrCreateReplicationServerId(String name)
Returns the replication server ID corresponding to the provided name.
|
ReplicationServerId |
IntegerReplicationContext.getOrCreateReplicationServerId(String name) |
ReplicationServerId |
DSInfo.getRsId()
Get the RS id the DS is connected to.
|
static ReplicationServerId |
ReplicationServerId.nullReplicationServerId()
Returns the special id corresponding to the null replication server id.
|
ReplicationServerId |
RSInfo.replicationServerId()
Get the RS server id.
|
Modifier and Type | Method and Description |
---|---|
DSInfo |
DSInfo.cloneWithReplicationServerId(ReplicationServerId rsId)
Returns a new instance of
DSInfo with the specified replication server Id. |
int |
ReplicationServerId.compareTo(ReplicationServerId o) |
Constructor and Description |
---|
DSInfo(ReplicaId replicaId,
HostPort hostPort,
ReplicationServerId rsId,
long generationId,
ServerStatus status,
GroupId groupId,
Collection<String> refUrls,
Collection<String> eclIncludes,
Collection<String> eclIncludesForDeletes,
short protocolVersion)
Creates a new instance of DSInfo with every given info.
|
RSInfo(ReplicationServerId rsId,
HostPort rsHostPort,
long generationId,
GroupId groupId,
ProcessId processId,
int weight)
Creates a new instance of RSInfo with every given info.
|
Modifier and Type | Method and Description |
---|---|
ReplicationServerId |
ReplServerStartMsg.getServerId()
Get the Server Id.
|
ReplicationServerId |
ReplServerStartDSMsg.getServerId()
Get the Server Id.
|
Constructor and Description |
---|
ReplServerStartDSMsg(ReplicationServerId rsId,
HostPort hostPort,
Dn baseDN,
ServerState serverState,
long generationId,
boolean sslEncryption,
GroupId groupId,
int degradedStatusThreshold,
int weight,
int connectedDSNumber)
Create a ReplServerStartDSMsg.
|
ReplServerStartMsg(ReplicationServerId rsId,
HostPort rsHostPort,
Dn baseDN,
ServerState serverState,
long generationId,
boolean sslEncryption,
GroupId groupId,
int degradedStatusThreshold)
Create a ReplServerStartMsg.
|
Modifier and Type | Method and Description |
---|---|
ReplicationServerId |
ReplicationServerHandler.getPeerServerId() |
ReplicationServerId |
ReplicationServer.getServerId()
Get the replication server id.
|
Modifier and Type | Method and Description |
---|---|
Map<ReplicationServerId,ReplicationServerHandler> |
ReplicationServerDomain.getConnectedRSs()
Get the map of connected RSs.
|
Modifier and Type | Method and Description |
---|---|
ReplicationServerId |
ReplicationDomain.getReplicationServerId()
Gets the server ID of the Replication Server to which the domain is currently connected.
|
Modifier and Type | Method and Description |
---|---|
ReplicationServerId |
ServerDescriptor.getReplicationServerId()
Returns the replication server ID of this server.
|
Copyright 2010-2022 ForgeRock AS.