Uses of Class
org.opends.server.replication.server.changelog.api.UpdateRecord
-
Packages that use UpdateRecord Package Description 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. -
-
Uses of UpdateRecord in org.opends.server.replication.server
Methods in org.opends.server.replication.server that return types with arguments of type UpdateRecord Modifier and Type Method Description Flowable<UpdateRecord>
ReplicationServerDomain. getPublisher(String name, Dn baseDn, ServerState startState, ServerState endState)
Returns a publisher of changes from the provided domain, using the provided states to determine the starting and ending points of each replica of the domain. -
Uses of UpdateRecord in org.opends.server.replication.server.changelog.api
Methods in org.opends.server.replication.server.changelog.api that return UpdateRecord Modifier and Type Method Description static UpdateRecord
UpdateRecord. newUpdateRecord(Dn baseDn, UpdateMsg msg)
Creates a new update record with the provided base DN and message.Methods in org.opends.server.replication.server.changelog.api that return types with arguments of type UpdateRecord Modifier and Type Method Description Flowable<UpdateRecord>
ReplicationDomainDB. getPublisherForDomain(String name, Dn domain, ServerState startState, ServerState endState)
Returns a publisher of changes from the provided domain, using the provided states to determine the starting and ending points of each replica of the domain.Flowable<UpdateRecord>
ReplicationDomainDB. getPublisherFromCookie(String name, MultiDomainServerState cookie, Set<Dn> excludedDomains)
Returns a publisher of all changes starting from the provided cookie, excluding the changes from the provided set of excluded domains.Methods in org.opends.server.replication.server.changelog.api with parameters of type UpdateRecord Modifier and Type Method Description int
UpdateRecord. compareTo(UpdateRecord other)
-
Uses of UpdateRecord in org.opends.server.replication.server.changelog.file
Methods in org.opends.server.replication.server.changelog.file that return UpdateRecord Modifier and Type Method Description UpdateRecord
ECLMultiDomainDBCursor. getRecord()
Methods in org.opends.server.replication.server.changelog.file that return types with arguments of type UpdateRecord Modifier and Type Method Description Flowable<UpdateRecord>
FileChangelogDB. getPublisherForDomain(String name, Dn baseDn, ServerState startState, ServerState endState)
Flowable<UpdateRecord>
FileChangelogDB. getPublisherFromCookie(String name, MultiDomainServerState cookie, Set<Dn> excludedDomains)
-