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 thedomainrecord component.ReplicaClient.RegistrationToCoreRequest.domain()Returns the value of thedomainrecord 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.ReplicaChangelogImpl.getChangelogState()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.ReplicaChangelogImpl.getOldestChangeOfStream(Domain domain, StreamId streamId) 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 localReplicaId, Connection replicaConnection, Map<Domain, ReplicaState> changelogState, SearchResultHandler searchResultHandler, String logContext) Fetches changes from a remote replica.ReplicaClient.fetchChangesFromReplica(ReplicaId localReplicaId, ReplicaId peerReplicaId, com.forgerock.opendj.util.HostPort peerHostPort, 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 aRegistrationToCoreRequestrecord 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.