Class DataPagePayload


  • public class DataPagePayload
    extends Object
    • Method Detail

      • offset

        public int offset()
        Returns:
        Offset.
      • payloadSize

        public int payloadSize()
        Returns:
        Payload size.
      • nextLink

        public long nextLink()
        Returns:
        Link to the next fragment or 0 if it is the last fragment or the data row is not fragmented.
      • getBytes

        public byte[] getBytes​(long pageAddr)
        Parameters:
        pageAddr - Page address.
        Returns:
        Payload bytes.