| Package | Description |
|---|---|
| org.apache.directory.server.ldap.replication.provider |
| Modifier and Type | Method and Description |
|---|---|
ReplicaEventMessage |
ReplicaJournalCursor.get() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ReplicaEventMessage> |
ReplicaJournalCursor.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicaJournalCursor.after(ReplicaEventMessage arg0) |
void |
ReplicaJournalCursor.before(ReplicaEventMessage arg0) |
void |
ReplicaEventLog.log(ReplicaEventMessage message)
Stores the given message in the queue
|
| Constructor and Description |
|---|
ReplicaJournalCursor(org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable<String,ReplicaEventMessage> journal,
String consumerCsn)
Creates a cursor on top of the given journal
|
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.