Uses of Class
org.forgerock.opendj.server.leaderbasedreplication.ReplicaClient
Packages that use ReplicaClient
Package
Description
This package contains the main class of the leader based replication.
-
Uses of ReplicaClient in org.forgerock.opendj.server.leaderbasedreplication
Methods in org.forgerock.opendj.server.leaderbasedreplication with parameters of type ReplicaClientModifier and TypeMethodDescriptionExecutionContext.createChangelog(ReplicaClient client) Creates the changelog.ExecutionContext.newReplicatedDomain(LeaderBasedReplicationDomainCfg domainCfg, LeaderBasedReplicationSynchronizationProviderCfg syncProviderCfg, ReplicaClient coreRegistryClient) Creates a new replicated domain with the given configuration.Constructors in org.forgerock.opendj.server.leaderbasedreplication with parameters of type ReplicaClientModifierConstructorDescriptionReplicaChangelogImpl(ServerContext serverContext, ReplicaId replicaId, ReplicaClient replicaClient, Stoppable parent) Creates a new ReplicaChangelogImpl.