public class PageUpdateTXEncoding extends Object implements org.apache.activemq.artemis.core.journal.EncodingSupport
| Constructor and Description |
|---|
PageUpdateTXEncoding() |
PageUpdateTXEncoding(long pageTX,
int records) |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(org.apache.activemq.artemis.api.core.ActiveMQBuffer buffer) |
void |
encode(org.apache.activemq.artemis.api.core.ActiveMQBuffer buffer) |
int |
getEncodeSize() |
List<MessageReference> |
getRelatedMessageReferences() |
String |
toString() |
public PageUpdateTXEncoding()
public PageUpdateTXEncoding(long pageTX,
int records)
public void decode(org.apache.activemq.artemis.api.core.ActiveMQBuffer buffer)
decode in interface org.apache.activemq.artemis.core.journal.EncodingSupportpublic void encode(org.apache.activemq.artemis.api.core.ActiveMQBuffer buffer)
encode in interface org.apache.activemq.artemis.core.journal.EncodingSupportpublic int getEncodeSize()
getEncodeSize in interface org.apache.activemq.artemis.core.journal.EncodingSupportpublic List<MessageReference> getRelatedMessageReferences()
Copyright © 2023 The Apache Software Foundation. All rights reserved.