Uses of Class
org.apache.directory.server.ldap.replication.provider.ReplicaEventLog

Packages that use ReplicaEventLog
org.apache.directory.server.ldap.replication.provider   
 

Uses of ReplicaEventLog in org.apache.directory.server.ldap.replication.provider
 

Methods in org.apache.directory.server.ldap.replication.provider that return types with arguments of type ReplicaEventLog
 List<ReplicaEventLog> ReplConsumerManager.getReplicaEventLogs()
          Get the list of consumers' configuration
 Map<Integer,ReplicaEventLog> SyncReplRequestHandler.getReplicaLogMap()
           
 

Methods in org.apache.directory.server.ldap.replication.provider with parameters of type ReplicaEventLog
 void ReplConsumerManager.addConsumerEntry(ReplicaEventLog replica)
          Add a new consumer entry in ou=consumers,ou=system
 int ReplicaEventLog.compareTo(ReplicaEventLog o)
          
 void ReplConsumerManager.deleteConsumerEntry(ReplicaEventLog replica)
          Delete an existing consumer entry from ou=consumers,ou=system
 void ReplicaEventLogJanitor.removeEventLog(ReplicaEventLog log)
           
 void ReplConsumerManager.updateReplicaLastSentCsn(ReplicaEventLog replica)
          Store the new CSN sent by the consumer in place of the previous one.
 

Constructor parameters in org.apache.directory.server.ldap.replication.provider with type arguments of type ReplicaEventLog
ReplicaEventLogJanitor(org.apache.directory.server.core.api.DirectoryService directoryService, Map<Integer,ReplicaEventLog> replicaLogMap)
           
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.