Class ReplicationDeleteTXMessage

  • All Implemented Interfaces:
    Packet

    public class ReplicationDeleteTXMessage
    extends PacketImpl
    • Constructor Detail

      • ReplicationDeleteTXMessage

        public ReplicationDeleteTXMessage()
      • ReplicationDeleteTXMessage

        public ReplicationDeleteTXMessage​(byte journalID,
                                          long txId,
                                          long id,
                                          EncodingSupport encodingData)
    • Method Detail

      • expectedEncodeSize

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

        public long getId()
        Returns:
        the id
      • getTxId

        public long getTxId()
      • getJournalID

        public byte getJournalID()
        Returns:
        the journalID
      • getRecordData

        public byte[] getRecordData()
        Returns:
        the recordData