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 |
---|---|
void |
LocalJournal.addRecords(JournalRecord... records) |
void |
ClusteredJournal.addRecords(JournalRecord... records) |
void |
ChangeJournal.addRecords(JournalRecord... records)
Adds one or more journal records to a journal.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.