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 | Class and Description |
---|---|
class |
IntegerReplicationContext
A ReplicationContext where an id is defined by an integer used for both the name and the numeric id.
|
Modifier and Type | Method and Description |
---|---|
static ReplicationMsg |
ReplicationMsg.decodeMsg(ReplicationContext replicationContext,
byte[] buffer,
short protocolVersion)
Generates a ReplicationMsg from its encoded form.
|
Constructor and Description |
---|
ReplSessionSecurity(ReplicationContext replicationContext)
Create a ReplSessionSecurity instance from a provided multimaster domain configuration.
|
ReplSessionSecurity(ReplicationContext replicationContext,
SortedSet<String> sslCertNicknames,
SortedSet<String> sslProtocols,
SortedSet<String> sslCipherSuites,
boolean sslEncryption)
Create a ReplSessionSecurity instance from the supplied configuration values.
|
SessionImpl(ReplicationContext replicationContext,
Socket socket,
SSLSocket secureSocket)
Creates a new Session.
|
Modifier and Type | Method and Description |
---|---|
ReplicationContext |
ReplicationServer.getReplicationContext()
Returns the replication context.
|
Constructor and Description |
---|
ReplicationServer(ReplicationContext replicationContext,
ReplicationServerCfg cfg)
Creates a new Replication server using the provided configuration entry.
|
ReplicationServer(ReplicationContext context,
ReplicationServerCfg cfg,
DSRSShutdownSync dsrsShutdownSync)
Creates a new Replication server using the provided configuration entry and shutdown synchronization object.
|
ReplicationServer(ReplicationContext replicationContext,
ReplicationServerCfg cfg,
DSRSShutdownSync dsrsShutdownSync,
Predicate<Dn> isEclEnabledDomain)
Creates a new Replication server using the provided configuration entry, shutdown synchronization object and
domain predicate.
|
Modifier and Type | Method and Description |
---|---|
ReplicationContext |
ReplicationDomain.getReplicationContext()
Returns the replication context.
|
Constructor and Description |
---|
ReplicationDomain(ReplicationContext replicationContext,
ReplicationDomainCfg config,
long generationId)
Creates a ReplicationDomain with the provided parameters.
|
ReplicationDomain(ReplicationContext replicationContext,
ReplicationDomainCfg config,
long generationId,
ServerState serverState)
Creates a ReplicationDomain with the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
static Set<SuffixDescriptor> |
ReplicationCliMain.getTopologySuffixes(ReplicationContext replContext,
HostPort hostPort,
String password)
Returns a set of suffixes corresponding to the replication topology of the provided server.
|
Copyright 2010-2022 ForgeRock AS.