Interface RowLinkIO

    • Method Detail

      • getLink

        long getLink​(long pageAddr,
                     int idx)
        Parameters:
        pageAddr - Page address.
        idx - Index.
        Returns:
        Row link.
      • getHash

        int getHash​(long pageAddr,
                    int idx)
        Parameters:
        pageAddr - Page address.
        idx - Index.
        Returns:
        Key hash code.
      • getCacheId

        default int getCacheId​(long pageAddr,
                               int idx)
        Parameters:
        pageAddr - Page address.
        idx - Index.
        Returns:
        Cache ID or 0 if cache ID is not defined.