| Package | Description |
|---|---|
| org.apache.directory.server.ldap.replication.provider |
| Modifier and Type | Method and Description |
|---|---|
List<ReplicaEventLog> |
ReplConsumerManager.getReplicaEventLogs()
Get the list of consumers' configuration
|
Map<Integer,ReplicaEventLog> |
SyncReplRequestHandler.getReplicaLogMap() |
| Modifier and Type | Method and Description |
|---|---|
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 replicaEventLog) |
void |
ReplConsumerManager.updateReplicaLastSentCsn(ReplicaEventLog replica)
Store the new CSN sent by the consumer in place of the previous one.
|
| Constructor and Description |
|---|
ReplicaEventLogJanitor(org.apache.directory.server.core.api.DirectoryService directoryService,
Map<Integer,ReplicaEventLog> replicaLogMap) |
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.