Uses of Record Class
org.forgerock.opendj.server.leaderbasedreplication.Domain
Packages that use Domain
Package
Description
This package contains the main class of the leader based replication.
This package contains a file-based log implementation for the changelog database API.
-
Uses of Domain in org.forgerock.opendj.server.leaderbasedreplication
Fields in org.forgerock.opendj.server.leaderbasedreplication declared as DomainMethods in org.forgerock.opendj.server.leaderbasedreplication that return DomainModifier and TypeMethodDescriptionRegistrationToCoreExtendedRequest.domain()
Returns the value of thedomain
record component.ReplicaClient.RegistrationToCoreRequest.domain()
Returns the value of thedomain
record component.ReplicatedDomain.getDomain()
Returns the domain.Methods in org.forgerock.opendj.server.leaderbasedreplication that return types with arguments of type DomainModifier and TypeMethodDescriptionReplicaChangelog.getChangelogState()
Returns the changelog state.Methods in org.forgerock.opendj.server.leaderbasedreplication with parameters of type DomainModifier and TypeMethodDescriptionReplicaChangelog.getOldestChangeOfStream
(Domain domain, StreamId streamId) Returns the oldest change of the provided stream for the given domain.FetchChangelogUpdatesControl.getReplicaStateOrEmpty
(Domain domain) Returns the replica state of the given domain.Method parameters in org.forgerock.opendj.server.leaderbasedreplication with type arguments of type DomainModifier and TypeMethodDescriptionReplicaClient.fetchChangesFromReplica
(ReplicaId replicaId, Connection replicaConnection, Map<Domain, ReplicaState> changelogState, SearchResultHandler searchResultHandler, String logContext) Fetches changes from a remote replica.Constructors in org.forgerock.opendj.server.leaderbasedreplication with parameters of type DomainModifierConstructorDescriptionRegistrationToCoreExtendedRequest
(Topology.ReplicaCoordinate replicaCoordinate, Domain domain, ReplicaState dataState, ReplicaState changelogState, CSN csnNow, List<Control> controls) Create a newRegistrationToCoreExtendedRequest
.RegistrationToCoreRequest
(Topology.ReplicaCoordinate replicaCoordinate, Domain domain, ReplicaState dataState, ReplicaState changelogState, CSN csnNow) Creates an instance of aRegistrationToCoreRequest
record class.Constructor parameters in org.forgerock.opendj.server.leaderbasedreplication with type arguments of type DomainModifierConstructorDescriptionFetchChangelogUpdatesControl
(boolean isCritical, ReplicaId replicaId, Map<Domain, ReplicaState> replicaStateByDomain) Creates a new instance of ReplicationRequestControl. -
Uses of Domain in org.opends.server.replication.server.changelog.file
Methods in org.opends.server.replication.server.changelog.file that return types with arguments of type DomainModifier and TypeMethodDescriptionFileChangelogDB.getChangelogLogState()
Returns the changelog state for each domain.