Uses of Class
org.opends.server.replication.common.CSNGenerator
-
Packages that use CSNGenerator Package Description org.opends.server.replication.common This package contains utilities that can are used by all the packages below org.opends.server.replication.org.opends.server.replication.service 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 CSNGenerator Modifier and Type Method Description static CSNGeneratorCSNGenerator. newCSNGenerator(ReplicaId replicaId, long timestamp)Create a newCSNGenerator.static CSNGeneratorCSNGenerator. newCSNGenerator(ReplicaId replicaId, ServerState state)Create a newCSNGenerator.static CSNGeneratorCSNGenerator. newCSNGenerator(DomainReplicaId replicaId, long timestamp)Create a newCSNGenerator. -
Uses of CSNGenerator in org.opends.server.replication.service
Methods in org.opends.server.replication.service that return CSNGenerator Modifier and Type Method Description protected CSNGeneratorReplicationDomain. getCsnGenerator()Returns theCSNGeneratorthat will be used to generateCSNfor this domain.
-