Package | Description |
---|---|
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 UpdateRecord |
UpdateRecord.newUpdateRecord(Dn baseDn,
UpdateMsg msg)
Creates a new update record with the provided base DN and message.
|
Modifier and Type | Method and Description |
---|---|
Flowable<UpdateRecord> |
ReplicationDomainDB.getPublisher(MultiDomainServerState startState,
Options options)
Returns a publisher on the databases for all domains starting before, at or after the provided
MultiDomainServerState for each domain, possibly including/excluding some base DNs
and/or some replicaIds. |
Modifier and Type | Method and Description |
---|---|
int |
UpdateRecord.compareTo(UpdateRecord other) |
Modifier and Type | Method and Description |
---|---|
UpdateRecord |
ECLMultiDomainDBCursor.getRecord() |
Modifier and Type | Method and Description |
---|---|
Flowable<UpdateRecord> |
FileChangelogDB.getPublisher(MultiDomainServerState startState,
Options options) |
Copyright 2010-2022 ForgeRock AS.