public static class MemoryJournal.MemoryRecord extends Object
Constructor and Description |
---|
MemoryRecord(String journalId,
String producerId,
byte[] data)
Create a new instance of this class
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Return the data.
|
String |
getJournalId()
Return the journal id.
|
String |
getProducerId()
Return the producer id.
|
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.