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 CsnGeneratorCsnGenerator.newCsnGenerator(ReplicaId replicaId, long timestamp) Create a newCsnGenerator.static CsnGeneratorCsnGenerator.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 CsnGeneratorReplicationDomain.getCsnGenerator()Returns theCsnGeneratorthat will be used to generateCsnfor 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.