Class MemoryJournal.MemoryRecord
- java.lang.Object
-
- org.apache.jackrabbit.core.journal.MemoryJournal.MemoryRecord
-
- Enclosing class:
- MemoryJournal
public static class MemoryJournal.MemoryRecord extends Object
Memory record.
-
-
Constructor Summary
Constructors Constructor Description MemoryRecord(String journalId, String producerId, byte[] data)Create a new instance of this class
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getData()Return the data.StringgetJournalId()Return the journal id.StringgetProducerId()Return the producer id.
-