| Package | Description |
|---|---|
| org.modeshape.jcr.journal |
| Modifier and Type | Method and Description |
|---|---|
JournalRecord |
LocalJournal.lastRecord() |
JournalRecord |
ClusteredJournal.lastRecord() |
JournalRecord |
ChangeJournal.lastRecord()
Returns the last record from the journal.
|
protected JournalRecord |
JournalRecord.withTimeBasedKey(long timeBasedKey) |
| Modifier and Type | Method and Description |
|---|---|
protected List<JournalRecord> |
ClusteredJournal.DeltaMessage.getRespondentRecords() |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalJournal.addRecords(JournalRecord... records) |
void |
ClusteredJournal.addRecords(JournalRecord... records) |
void |
ChangeJournal.addRecords(JournalRecord... records)
Adds one or more journal records to a journal.
|
| Modifier and Type | Method and Description |
|---|---|
protected static ClusteredJournal.DeltaMessage |
ClusteredJournal.DeltaMessage.response(ClusteredJournal.DeltaMessage request,
String repondentId,
List<JournalRecord> respondentRecords) |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.