Class ReplicationPageEventMessage

  • All Implemented Interfaces:
    Packet

    public class ReplicationPageEventMessage
    extends PacketImpl
    • Constructor Detail

      • ReplicationPageEventMessage

        public ReplicationPageEventMessage()
      • ReplicationPageEventMessage

        public ReplicationPageEventMessage​(SimpleString storeName,
                                           int pageNumber,
                                           boolean isDelete)
    • Method Detail

      • expectedEncodeSize

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

        public int getPageNumber()
        Returns:
        the pageNumber
      • getStoreName

        public SimpleString getStoreName()
        Returns:
        the storeName
      • isDelete

        public boolean isDelete()
        Returns:
        the isDelete