Class ReplicationPageEventMessage

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

public class ReplicationPageEventMessage extends PacketImpl
  • Field Details

    • pageNumber

      protected long pageNumber
  • Constructor Details

    • ReplicationPageEventMessage

      public ReplicationPageEventMessage(boolean useLong)
    • ReplicationPageEventMessage

      public ReplicationPageEventMessage(SimpleString storeName, long pageNumber, boolean isDelete, boolean useLong)
  • Method Details