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.server |
This package contains the code for the Replication Server part of the Multimaster replication feature.
|
org.opends.server.replication.server.changelog.api |
This package contains the API for the changelog database.
|
org.opends.server.replication.server.changelog.file |
This package contains a file-based log implementation for the changelog database API.
|
Modifier and Type | Method and Description |
---|---|
static CSNGenerator |
CSNGenerator.newCSNGenerator(DomainReplicaId replicaId,
long timestamp)
Create a new
CSNGenerator . |
Modifier and Type | Method and Description |
---|---|
Set<DomainReplicaId> |
ChangelogState.getReplicas()
Returns all the replicas which have a dedicated replica DB.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangelogState.addReplica(DomainReplicaId replica)
Adds the provided replica.
|
Modifier and Type | Field and Description |
---|---|
static Option<Set<DomainReplicaId>> |
ReplicationDomainDB.EXCLUDED_REPLICAS
Option to specify the set of replicaIds to exclude when reading changes.
|
static Option<Set<DomainReplicaId>> |
ReplicationDomainDB.INCLUDED_REPLICAS
Option to specify the set of replicaIds to include when reading changes.
|
Modifier and Type | Method and Description |
---|---|
static DomainReplicaId |
DomainReplicaId.of(Dn baseDN,
ReplicaId replicaId)
Creates a ReplicaId with the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
int |
DomainReplicaId.compareTo(DomainReplicaId o) |
DBCursor<UpdateMsg> |
ReplicationDomainDB.getCursorFrom(DomainReplicaId replica,
CSN startCSN,
DBCursor.CursorOptions options)
|
UpdateMsg |
ReplicationDomainDB.getNewestMessage(DomainReplicaId replica)
Returns the newest message from the replica DB for the provided replica.
|
Modifier and Type | Method and Description |
---|---|
void |
DomainDBCursor.addReplicaDB(DomainReplicaId replicaId,
CSN startCSN)
Adds a replicaDB for this cursor to iterate over.
|
DBCursor<UpdateMsg> |
FileChangelogDB.getCursorFrom(DomainReplicaId replica,
CSN startCSN,
DBCursor.CursorOptions options) |
UpdateMsg |
FileChangelogDB.getNewestMessage(DomainReplicaId replica) |
Copyright 2010-2022 ForgeRock AS.