Uses of Class
org.opends.server.replication.common.CSNGenerator
Packages that use CSNGenerator
Package
Description
This package contains utilities that can are used by all the packages below org.opends.server.replication.
This package contains the generic of the Multi-Master replication code that works on the Directory Server side.
-
Uses of CSNGenerator in org.opends.server.replication.common
Methods in org.opends.server.replication.common that return CSNGeneratorModifier and TypeMethodDescriptionstatic CSNGenerator
CSNGenerator.newCSNGenerator
(ReplicaId replicaId, long timestamp) Create a newCSNGenerator
.static CSNGenerator
CSNGenerator.newCSNGenerator
(ReplicaId replicaId, LongSupplier timeSupplier) Create a newCSNGenerator
. -
Uses of CSNGenerator in org.opends.server.replication.service
Methods in org.opends.server.replication.service that return CSNGeneratorModifier and TypeMethodDescriptionprotected CSNGenerator
ReplicationDomain.getCsnGenerator()
Returns theCSNGenerator
that will be used to generateCSN
for this domain.Constructors in org.opends.server.replication.service with parameters of type CSNGeneratorModifierConstructorDescriptionReplicationDomain
(ServerContext serverContext, ReplicationDomainCfg config, GenerationId generationId, CSNGenerator csnGenerator) Creates a ReplicationDomain with the provided parameters.