Interface RowLinkIO

All Known Implementing Classes:
ObjectDataInnerIO, ObjectDataLeafIO

public interface RowLinkIO
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getHash(long pageAddr, int idx)
     
    long
    getLink(long pageAddr, int idx)
     
  • Method Details

    • 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.