Class PageCountRecordInc
java.lang.Object
org.apache.activemq.artemis.core.persistence.impl.journal.codec.PageCountRecordInc
- All Implemented Interfaces:
EncodingSupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddecode(ActiveMQBuffer buffer) voidencode(ActiveMQBuffer buffer) intlonglongintgetValue()toString()
-
Constructor Details
-
PageCountRecordInc
public PageCountRecordInc() -
PageCountRecordInc
public PageCountRecordInc(long queueID, int value, long persistentSize)
-
-
Method Details
-
toString
-
getQueueID
public long getQueueID() -
getValue
public int getValue() -
getPersistentSize
public long getPersistentSize() -
getEncodeSize
public int getEncodeSize()- Specified by:
getEncodeSizein interfaceEncodingSupport
-
encode
- Specified by:
encodein interfaceEncodingSupport
-
decode
- Specified by:
decodein interfaceEncodingSupport
-