Class ReplicationDeleteMessage

java.lang.Object
org.apache.activemq.artemis.core.protocol.core.impl.PacketImpl
org.apache.activemq.artemis.core.protocol.core.impl.wireformat.ReplicationDeleteMessage
All Implemented Interfaces:
Packet

public final class ReplicationDeleteMessage extends PacketImpl
  • Constructor Details

    • ReplicationDeleteMessage

      public ReplicationDeleteMessage()
    • ReplicationDeleteMessage

      public ReplicationDeleteMessage(byte journalID, long id)
  • Method Details

    • expectedEncodeSize

      public int expectedEncodeSize()
      Description copied from interface: Packet
      This will return the expected packet size for the encoding
    • encodeRest

      public void encodeRest(ActiveMQBuffer buffer)
      Overrides:
      encodeRest in class PacketImpl
    • decodeRest

      public void decodeRest(ActiveMQBuffer buffer)
      Overrides:
      decodeRest in class PacketImpl
    • getId

      public long getId()
    • getJournalID

      public byte getJournalID()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class PacketImpl
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class PacketImpl