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(PartitionTxn partitionTxn,
JdbmTable<String,ReplicaEventMessage> journal,
String consumerCsn)
Creates a cursor on top of the given journal
|
Copyright © 2003–2020 The Apache Software Foundation. All rights reserved.