public class PageCountRecordInc extends Object implements org.apache.activemq.artemis.core.journal.EncodingSupport
| Constructor and Description |
|---|
PageCountRecordInc() |
PageCountRecordInc(long queueID,
int value) |
| 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() |
long |
getQueueID() |
int |
getValue() |
String |
toString() |
public PageCountRecordInc()
public PageCountRecordInc(long queueID,
int value)
public long getQueueID()
public int getValue()
public int getEncodeSize()
getEncodeSize 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 void decode(org.apache.activemq.artemis.api.core.ActiveMQBuffer buffer)
decode in interface org.apache.activemq.artemis.core.journal.EncodingSupportCopyright © 2023 The Apache Software Foundation. All rights reserved.