Class DeleteEncoding
- java.lang.Object
-
- org.apache.activemq.artemis.core.persistence.impl.journal.codec.DeleteEncoding
-
- All Implemented Interfaces:
EncodingSupport
public class DeleteEncoding extends Object implements EncodingSupport
-
-
Field Summary
Fields Modifier and Type Field Description longidbyterecordType
-
Constructor Summary
Constructors Constructor Description DeleteEncoding(byte recordType, long id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecode(ActiveMQBuffer buffer)voidencode(ActiveMQBuffer buffer)intgetEncodeSize()
-
-
-
Method Detail
-
getEncodeSize
public int getEncodeSize()
- Specified by:
getEncodeSizein interfaceEncodingSupport
-
encode
public void encode(ActiveMQBuffer buffer)
- Specified by:
encodein interfaceEncodingSupport
-
decode
public void decode(ActiveMQBuffer buffer)
- Specified by:
decodein interfaceEncodingSupport
-
-